Lines Matching defs:ext4_allocation_context
173 struct ext4_allocation_context { struct
174 struct inode *ac_inode;
175 struct super_block *ac_sb;
178 struct ext4_free_extent ac_o_ex;
181 struct ext4_free_extent ac_g_ex;
184 struct ext4_free_extent ac_b_ex;
187 struct ext4_free_extent ac_f_ex;
193 ext4_grpblk_t ac_orig_goal_len;
195 __u32 ac_flags; /* allocation hints */
196 __u16 ac_groups_scanned;
197 __u16 ac_groups_linear_remaining;
198 __u16 ac_found;
199 __u16 ac_cX_found[EXT4_MB_NUM_CRS];
200 __u16 ac_tail;
201 __u16 ac_buddy;
202 __u8 ac_status;
203 __u8 ac_criteria;
204 __u8 ac_2order; /* if request is to allocate 2^N blocks and
206 __u8 ac_op; /* operation, for history only */
207 struct page *ac_bitmap_page;
208 struct page *ac_buddy_page;
209 struct ext4_prealloc_space *ac_pa;
210 struct ext4_locality_group *ac_lg;