Lines Matching refs:xfs_fileoff_t

189 	xfs_fileoff_t		endoff,  in xfs_bmap_eof()
452 xfs_fileoff_t bno, in xfs_getbmap_report_hole()
453 xfs_fileoff_t end) in xfs_getbmap_report_hole()
479 xfs_fileoff_t total_end) in xfs_getbmap_next_rec()
481 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
511 xfs_fileoff_t bno, first_bno; in xfs_getbmap()
659 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
691 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range()
692 xfs_fileoff_t length) in xfs_bmap_punch_delalloc_range()
695 xfs_fileoff_t end_fsb = start_fsb + length; in xfs_bmap_punch_delalloc_range()
780 xfs_fileoff_t end_fsb; in xfs_free_eofblocks()
781 xfs_fileoff_t last_fsb; in xfs_free_eofblocks()
866 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space()
867 xfs_fileoff_t endoffset_fsb; in xfs_alloc_file_space()
902 xfs_fileoff_t s, e; in xfs_alloc_file_space()
930 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space()
1005 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent()
1074 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space()
1075 xfs_fileoff_t endoffset_fsb; in xfs_free_file_space()
1232 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space()
1233 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_collapse_file_space()
1300 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space()
1301 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space()
1302 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_insert_file_space()
1477 xfs_fileoff_t offset_fsb; in xfs_swap_extent_rmap()
1478 xfs_fileoff_t end_fsb; in xfs_swap_extent_rmap()