Lines Matching refs:xfs_fileoff_t

313 	xfs_fileoff_t		bno,  in xfs_getbmap_report_hole()
314 xfs_fileoff_t end) in xfs_getbmap_report_hole()
340 xfs_fileoff_t total_end) in xfs_getbmap_next_rec()
342 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
372 xfs_fileoff_t bno, first_bno; in xfs_getbmap()
520 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
552 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range()
553 xfs_fileoff_t length) in xfs_bmap_punch_delalloc_range()
556 xfs_fileoff_t end_fsb = start_fsb + length; in xfs_bmap_punch_delalloc_range()
641 xfs_fileoff_t end_fsb; in xfs_free_eofblocks()
642 xfs_fileoff_t last_fsb; in xfs_free_eofblocks()
727 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space()
728 xfs_fileoff_t endoffset_fsb; in xfs_alloc_file_space()
763 xfs_fileoff_t s, e; in xfs_alloc_file_space()
791 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space()
866 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent()
933 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space()
934 xfs_fileoff_t endoffset_fsb; in xfs_free_file_space()
1071 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space()
1072 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_collapse_file_space()
1140 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space()
1141 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space()
1142 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_insert_file_space()
1328 xfs_fileoff_t offset_fsb; in xfs_swap_extent_rmap()
1329 xfs_fileoff_t end_fsb; in xfs_swap_extent_rmap()