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 __u32 ac_groups_considered;
182 __u32 ac_flags; /* allocation hints */
183 __u16 ac_groups_scanned;
184 __u16 ac_groups_linear_remaining;
185 __u16 ac_found;
186 __u16 ac_tail;
187 __u16 ac_buddy;
188 __u8 ac_status;
189 __u8 ac_criteria;
190 __u8 ac_2order; /* if request is to allocate 2^N blocks and
192 __u8 ac_op; /* operation, for history only */
193 struct page *ac_bitmap_page;
194 struct page *ac_buddy_page;
195 struct ext4_prealloc_space *ac_pa;
196 struct ext4_locality_group *ac_lg;