Searched refs:startoffset_fsb (Results 1 – 1 of 1) sorted by relevance
643 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local670 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()686 s = startoffset_fsb; in xfs_alloc_file_space()689 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space()746 startoffset_fsb += imapp->br_blockcount; in xfs_alloc_file_space()768 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent() argument835 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space() local856 startoffset_fsb = XFS_B_TO_FSB(mp, offset); in xfs_free_file_space()861 startoffset_fsb = xfs_rtb_roundup_rtx(mp, startoffset_fsb); in xfs_free_file_space()868 if (endoffset_fsb > startoffset_fsb) { in xfs_free_file_space()[all …]
Completed in 5 milliseconds