Lines Matching +full:locality +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2000-2002,2005 Silicon Graphics, Inc.
38 struct xfs_perag *pag; /* per-ag struct for this agno */
41 xfs_agblock_t agbno; /* allocation group-relative block # */
103 * Allocate an extent anywhere in the specific AG given. If there is no
125 * Locality aware allocation will be attempted in the initial AG, but on failure
126 * non-localised attempts will be made. The AGs are constrained by previous
127 * allocations in the current transaction. Two passes will be made - the first
128 * non-blocking, the second blocking.
134 * Iterate from the AG indicated from args->fsbno through to the end of the
229 if (xfs_has_crc(bp->b_mount)) in xfs_buf_to_agfl_bno()
230 return bp->b_addr + sizeof(struct xfs_agfl); in xfs_buf_to_agfl_bno()
231 return bp->b_addr; in xfs_buf_to_agfl_bno()