Home
last modified time | relevance | path

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

/linux/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()
684 allocatesize_fsb = endoffset_fsb - startoffset_fsb; 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()
702 div_u64_rem(startoffset_fsb, extsz, &temp); in xfs_alloc_file_space()
747 * startoffset_fsb so that one of the following allocations in xfs_alloc_file_space()
750 error = xfs_bmapi_write(tp, ip, startoffset_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; xfs_free_file_space() local
[all...]