• Home
  • Raw
  • Download

Lines Matching refs:xfs_fileoff_t

77 	xfs_fileoff_t		orig_offset = ap->offset;  in xfs_bmap_rtalloc()
355 xfs_fileoff_t bno, in xfs_getbmap_report_hole()
356 xfs_fileoff_t end) in xfs_getbmap_report_hole()
382 xfs_fileoff_t total_end) in xfs_getbmap_next_rec()
384 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
414 xfs_fileoff_t bno, first_bno; in xfs_getbmap()
560 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
592 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range()
593 xfs_fileoff_t length) in xfs_bmap_punch_delalloc_range()
596 xfs_fileoff_t end_fsb = start_fsb + length; in xfs_bmap_punch_delalloc_range()
646 xfs_fileoff_t end_fsb; in xfs_can_free_eofblocks()
647 xfs_fileoff_t last_fsb; in xfs_can_free_eofblocks()
782 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space()
783 xfs_fileoff_t endoffset_fsb; in xfs_alloc_file_space()
816 xfs_fileoff_t s, e; in xfs_alloc_file_space()
845 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space()
900 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent()
963 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space()
964 xfs_fileoff_t endoffset_fsb; in xfs_free_file_space()
1101 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space()
1102 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_collapse_file_space()
1170 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space()
1171 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space()
1172 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_insert_file_space()
1363 xfs_fileoff_t offset_fsb; in xfs_swap_extent_rmap()
1364 xfs_fileoff_t end_fsb; in xfs_swap_extent_rmap()