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 */
64 #define XFS_ALLOC_USERDATA (1 << 0)/* allocation is for user data*/
104 * space matching the requirements in that AG, then the allocation will fail.
110 * viable candidates in the AG, then fail the allocation.
117 * then the allocation fails.
123 * Best effort full filesystem allocation scan.
125 * Locality aware allocation will be attempted in the initial AG, but on failure
135 * filesystem attempting blocking allocation. This is for use in last
136 * resort allocation attempts when everything else has failed.