Lines Matching refs:extsz
2183 xfs_extlen_t extsz; /* file extent size for rt */ in xfs_bmap_alloc() local
2196 if (!(extsz = ap->ip->i_d.di_extsize)) in xfs_bmap_alloc()
2197 extsz = mp->m_sb.sb_rextsize; in xfs_bmap_alloc()
2198 prod = extsz / mp->m_sb.sb_rextsize; in xfs_bmap_alloc()
2208 mod_off = do_mod(orig_off, extsz); in xfs_bmap_alloc()
2216 if ((temp = (ap->alen % extsz))) in xfs_bmap_alloc()
2217 ap->alen += extsz - temp; in xfs_bmap_alloc()
2299 if (do_mod(ap->off, extsz) || ap->alen % extsz) in xfs_bmap_alloc()
4722 xfs_extlen_t extsz; in xfs_bmapi() local
4724 if (!(extsz = ip->i_d.di_extsize)) in xfs_bmapi()
4725 extsz = mp->m_sb.sb_rextsize; in xfs_bmapi()
4726 ralen = roundup(alen, extsz); in xfs_bmapi()