Lines Matching full:allocation
20 * Freespace allocation types. Argument to xfs_alloc_[v]extent.
58 xfs_agnumber_t agno; /* allocation group number */
59 xfs_agblock_t agbno; /* allocation group-relative block # */
71 xfs_alloctype_t type; /* allocation type XFS_ALLOCTYPE_... */
72 xfs_alloctype_t otype; /* original allocation type */
74 char wasdel; /* set if allocation was prev delayed */
75 char wasfromfl; /* set if allocation is from freelist */
83 #define XFS_ALLOC_USERDATA (1 << 0)/* allocation is for user data*/
125 * Interface for inode allocation to force the pag data to be initialized.
131 xfs_agnumber_t agno, /* allocation group number */
135 * Put the block on the freelist for the allocation group.
146 * Read in the allocation group header (free/alloc section).
152 xfs_agnumber_t agno, /* allocation group number */
161 xfs_alloc_arg_t *args); /* allocation argument structure */