Lines Matching defs:ext4_allocation_context
165 struct ext4_allocation_context { struct
166 struct inode *ac_inode;
167 struct super_block *ac_sb;
170 struct ext4_free_extent ac_o_ex;
173 struct ext4_free_extent ac_g_ex;
176 struct ext4_free_extent ac_b_ex;
179 struct ext4_free_extent ac_f_ex;
181 ext4_group_t ac_last_optimal_group;
182 __u32 ac_groups_considered;
183 __u32 ac_flags; /* allocation hints */
184 __u16 ac_groups_scanned;
185 __u16 ac_groups_linear_remaining;
186 __u16 ac_found;
187 __u16 ac_tail;
188 __u16 ac_buddy;
189 __u8 ac_status;
190 __u8 ac_criteria;
191 __u8 ac_2order; /* if request is to allocate 2^N blocks and
193 __u8 ac_op; /* operation, for history only */
194 struct page *ac_bitmap_page;
195 struct page *ac_buddy_page;
196 struct ext4_prealloc_space *ac_pa;
197 struct ext4_locality_group *ac_lg;