Lines Matching defs:align
1335 * we will try to align the new blocks at stripe unit boundaries.
2876 xfs_extlen_t extsz, /* align to this extent size */
2912 * we need to align it. This will be possible unless
3318 xfs_extlen_t align = 0; /* minimum allocation alignment */
3328 align = xfs_get_cowextsz_hint(ap->ip);
3330 align = xfs_get_extsz_hint(ap->ip);
3331 if (align) {
3332 if (xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, align, 0,
3340 if (align) {
3341 args->prod = align;