Lines Matching defs:extsz
2956 xfs_extlen_t extsz, /* align to this extent size */
2997 div_u64_rem(orig_off, extsz, &temp);
3004 temp = (align_alen % extsz);
3006 align_alen += extsz - temp;
3010 * MAXEXTLEN. In that case, reduce the size by an extsz so that it pulls
3017 align_alen -= extsz;
3055 * means we can't fit an extsz piece in this hole. Just move
3110 align_alen + extsz > MAXEXTLEN);
3706 * caller's allocation request offset down to extsz and the
3707 * length up to another extsz boundary. If we found a free
3989 xfs_extlen_t extsz = xfs_get_cowextsz_hint(ip);
3994 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof,