Lines Matching refs:xfs_fileoff_t

198 	xfs_fileoff_t		bno,  in xfs_getbmap_report_hole()
199 xfs_fileoff_t end) in xfs_getbmap_report_hole()
225 xfs_fileoff_t total_end) in xfs_getbmap_next_rec()
227 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
257 xfs_fileoff_t bno, first_bno; in xfs_getbmap()
403 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
443 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte); in xfs_bmap_punch_delalloc_range()
444 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, end_byte); in xfs_bmap_punch_delalloc_range()
492 xfs_fileoff_t end_fsb; in xfs_can_free_eofblocks()
493 xfs_fileoff_t last_fsb; in xfs_can_free_eofblocks()
639 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space()
640 xfs_fileoff_t endoffset_fsb; in xfs_alloc_file_space()
674 xfs_fileoff_t s, e; in xfs_alloc_file_space()
705 resblks = min_t(xfs_fileoff_t, (e - s), in xfs_alloc_file_space()
764 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent()
831 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space()
832 xfs_fileoff_t endoffset_fsb; in xfs_free_file_space()
976 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space()
977 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_collapse_file_space()
1044 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space()
1045 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space()
1046 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_insert_file_space()
1236 xfs_fileoff_t offset_fsb; in xfs_swap_extent_rmap()
1237 xfs_fileoff_t end_fsb; in xfs_swap_extent_rmap()