Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_bmap_util.c782 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local
808 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
823 s = startoffset_fsb; in xfs_alloc_file_space()
826 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space()
888 startoffset_fsb += allocated_fsb; in xfs_alloc_file_space()
903 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent() argument
966 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space() local
979 startoffset_fsb = XFS_B_TO_FSB(mp, offset); in xfs_free_file_space()
984 startoffset_fsb = roundup_64(startoffset_fsb, in xfs_free_file_space()
993 if (endoffset_fsb > startoffset_fsb) { in xfs_free_file_space()
[all …]

Completed in 8 milliseconds