Home
last modified time | relevance | path

Searched refs:startoffset_fsb (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_bmap_util.c655 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local
682 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
698 s = startoffset_fsb; in xfs_alloc_file_space()
701 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space()
758 startoffset_fsb += imapp->br_blockcount; in xfs_alloc_file_space()
780 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent() argument
848 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space() local
869 startoffset_fsb = XFS_B_TO_FSB(mp, offset); in xfs_free_file_space()
874 startoffset_fsb = xfs_fileoff_roundup_rtx(mp, startoffset_fsb); in xfs_free_file_space()
881 if (endoffset_fsb > startoffset_fsb) { in xfs_free_file_space()
[all …]