Lines Matching full:allocation
40 xfs_agnumber_t agno; /* allocation group number */
41 xfs_agblock_t agbno; /* allocation group-relative block # */
54 char wasdel; /* set if allocation was prev delayed */
55 char wasfromfl; /* set if allocation is from freelist */
66 #define XFS_ALLOC_USERDATA (1 << 0)/* allocation is for user data*/
102 * space matching the requirements in that AG, then the allocation will fail.
108 * viable candidates in the AG, then fail the allocation.
115 * then the allocation fails.
121 * Best effort full filesystem allocation scan.
123 * Locality aware allocation will be attempted in the initial AG, but on failure
133 * filesystem attempting blocking allocation. This is for use in last
134 * resort allocation attempts when everything else has failed.