Lines Matching defs:align
1383 * we will try to align the new blocks at stripe unit boundaries.
2956 xfs_extlen_t extsz, /* align to this extent size */
2992 * we need to align it. This will be possible unless
3472 xfs_extlen_t align = 0; /* minimum allocation alignment */
3500 align = xfs_get_cowextsz_hint(ap->ip);
3502 align = xfs_get_extsz_hint(ap->ip);
3503 if (align) {
3505 align, 0, ap->eof, 0, ap->conv,
3575 if (align) {
3576 args.prod = align;