Searched refs:extsz (Results 1 – 1 of 1) sorted by relevance
2183 xfs_extlen_t extsz; /* file extent size for rt */ in xfs_bmap_alloc() local2196 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() local4724 if (!(extsz = ip->i_d.di_extsize)) in xfs_bmapi()[all …]