Lines Matching refs:extsz
2876 xfs_extlen_t extsz, /* align to this extent size */
2917 div_u64_rem(orig_off, extsz, &temp);
2924 temp = (align_alen % extsz);
2926 align_alen += extsz - temp;
2930 * XFS_BMBT_MAX_EXTLEN. In that case, reduce the size by an extsz so
2937 align_alen -= extsz;
2975 * means we can't fit an extsz piece in this hole. Just move
3030 align_alen + extsz > XFS_MAX_BMBT_EXTLEN);
3369 * caller's allocation request offset down to extsz and the
3370 * length up to another extsz boundary. If we found a free
3987 xfs_extlen_t extsz = xfs_get_cowextsz_hint(ip);
3992 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof,