Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.c785 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local
809 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
825 s = startoffset_fsb; in xfs_alloc_file_space()
828 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space()
895 startoffset_fsb += imapp->br_blockcount; in xfs_alloc_file_space()
911 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent() argument
976 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space() local
989 startoffset_fsb = XFS_B_TO_FSB(mp, offset); in xfs_free_file_space()
994 startoffset_fsb = roundup_64(startoffset_fsb, in xfs_free_file_space()
1003 if (endoffset_fsb > startoffset_fsb) { in xfs_free_file_space()
[all …]