Lines Matching refs:xfs_fileoff_t

194 	xfs_fileoff_t		endoff,  in xfs_bmap_eof()
457 xfs_fileoff_t bno, in xfs_getbmap_report_hole()
458 xfs_fileoff_t end) in xfs_getbmap_report_hole()
484 xfs_fileoff_t total_end) in xfs_getbmap_next_rec()
486 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
516 xfs_fileoff_t bno, first_bno; in xfs_getbmap()
664 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
696 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range()
697 xfs_fileoff_t length) in xfs_bmap_punch_delalloc_range()
700 xfs_fileoff_t end_fsb = start_fsb + length; in xfs_bmap_punch_delalloc_range()
785 xfs_fileoff_t end_fsb; in xfs_free_eofblocks()
786 xfs_fileoff_t last_fsb; in xfs_free_eofblocks()
871 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space()
905 xfs_fileoff_t s, e; in xfs_alloc_file_space()
933 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space()
1008 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent()
1048 xfs_fileoff_t *startoffset_fsb, in xfs_adjust_extent_unmap_boundaries()
1049 xfs_fileoff_t *endoffset_fsb) in xfs_adjust_extent_unmap_boundaries()
1115 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space()
1116 xfs_fileoff_t endoffset_fsb; in xfs_free_file_space()
1287 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space()
1288 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_collapse_file_space()
1355 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space()
1356 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space()
1357 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_insert_file_space()
1532 xfs_fileoff_t offset_fsb; in xfs_swap_extent_rmap()
1533 xfs_fileoff_t end_fsb; in xfs_swap_extent_rmap()