Lines Matching defs:ext4_allocation_context
162 struct ext4_allocation_context { struct
163 struct inode *ac_inode;
164 struct super_block *ac_sb;
167 struct ext4_free_extent ac_o_ex;
170 struct ext4_free_extent ac_g_ex;
173 struct ext4_free_extent ac_b_ex;
176 struct ext4_free_extent ac_f_ex;
178 __u16 ac_groups_scanned;
179 __u16 ac_found;
180 __u16 ac_tail;
181 __u16 ac_buddy;
182 __u16 ac_flags; /* allocation hints */
183 __u8 ac_status;
184 __u8 ac_criteria;
185 __u8 ac_2order; /* if request is to allocate 2^N blocks and
187 __u8 ac_op; /* operation, for history only */
188 struct page *ac_bitmap_page;
189 struct page *ac_buddy_page;
190 struct ext4_prealloc_space *ac_pa;
191 struct ext4_locality_group *ac_lg;