Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.h36 xfs_extlen_t extsz) in xfs_aligned_fsb_count() argument
38 if (extsz) { in xfs_aligned_fsb_count()
41 div_u64_rem(offset_fsb, extsz, &align); in xfs_aligned_fsb_count()
44 div_u64_rem(count_fsb, extsz, &align); in xfs_aligned_fsb_count()
46 count_fsb += extsz - align; in xfs_aligned_fsb_count()
H A Dxfs_bmap_util.h49 struct xfs_bmbt_irec *prevp, xfs_extlen_t extsz,