Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.c866 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local
894 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()
896 allocatesize_fsb = endoffset_fsb - startoffset_fsb; in xfs_alloc_file_space()
908 s = startoffset_fsb; in xfs_alloc_file_space()
911 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space()
912 div_u64_rem(startoffset_fsb, extsz, &temp); in xfs_alloc_file_space()
966 error = xfs_bmapi_write(tp, ip, startoffset_fsb, in xfs_alloc_file_space()
987 startoffset_fsb += allocated_fsb; in xfs_alloc_file_space()
1005 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent() argument
1028 error = xfs_bunmapi(tp, ip, startoffset_fsb, len_fsb, 0, 2, done); in xfs_unmap_extent()
[all …]