Searched refs:extsz (Results 1 – 2 of 2) sorted by relevance
669 xfs_extlen_t extsz, temp; in xfs_alloc_file_space() local707 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()726 if (unlikely(extsz)) { in xfs_alloc_file_space()728 do_div(s, extsz); in xfs_alloc_file_space()729 s *= extsz; in xfs_alloc_file_space()731 div_u64_rem(startoffset_fsb, extsz, &temp); in xfs_alloc_file_space()734 div_u64_rem(e, extsz, &temp); in xfs_alloc_file_space()736 e += extsz - temp; in xfs_alloc_file_space()
49 struct xfs_bmbt_irec *prevp, xfs_extlen_t extsz,