Home
last modified time | relevance | path

Searched defs:pgofs (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/f2fs/
Ddata.c254 static void f2fs_map_bh(struct super_block *sb, pgoff_t pgofs, in f2fs_map_bh()
267 static bool lookup_extent_info(struct inode *inode, pgoff_t pgofs, in lookup_extent_info()
606 static bool f2fs_lookup_extent_tree(struct inode *inode, pgoff_t pgofs, in f2fs_lookup_extent_tree()
875 static bool f2fs_lookup_extent_cache(struct inode *inode, pgoff_t pgofs, in f2fs_lookup_extent_cache()
1225 pgoff_t pgofs, end_offset; in __get_data_block() local
Dfile.c279 pgoff_t pgofs, int whence) in __get_first_dirty_index()
296 static bool __found_offset(block_t blkaddr, pgoff_t dirty, pgoff_t pgofs, in __found_offset()
318 pgoff_t pgofs, end_offset, dirty; in f2fs_seek_block() local
Df2fs.h1415 #define PGOFS_OF_NEXT_DNODE(pgofs, fi) \ argument