Lines Matching refs:pgoff_t
278 static pgoff_t __get_first_dirty_index(struct address_space *mapping, in __get_first_dirty_index()
279 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()
336 pgofs = (pgoff_t)(offset >> PAGE_CACHE_SHIFT); in f2fs_seek_block()
495 pgoff_t free_from; in truncate_blocks()
502 free_from = (pgoff_t)F2FS_BYTES_TO_BLK(from + blocksize - 1); in truncate_blocks()
666 static void fill_zero(struct inode *inode, pgoff_t index, in fill_zero()
689 int truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in truncate_hole()
691 pgoff_t index; in truncate_hole()
714 pgoff_t pg_start, pg_end; in punch_hole()
772 pgoff_t index, pg_start, pg_end; in expand_inode_data()