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;
182 unsigned long ac_ex_scanned;
183 __u16 ac_groups_scanned;
184 __u16 ac_found;
185 __u16 ac_tail;
186 __u16 ac_buddy;
187 __u16 ac_flags; /* allocation hints */
188 __u8 ac_status;
189 __u8 ac_criteria;
190 __u8 ac_repeats;
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;
200 struct rw_semaphore *alloc_semp;
201 struct ext4_prealloc_space *ac_pa;
202 struct ext4_locality_group *ac_lg;