Lines Matching defs:ext4_allocation_context
47263 struct ext4_allocation_context { struct
47264 struct inode *ac_inode;
47265 struct super_block *ac_sb;
47266 struct ext4_free_extent ac_o_ex;
47267 struct ext4_free_extent ac_g_ex;
47268 struct ext4_free_extent ac_b_ex;
47269 struct ext4_free_extent ac_f_ex;
47270 ext4_group_t ac_last_optimal_group;
47271 __u32 ac_groups_considered;
47272 __u32 ac_flags;
47273 __u16 ac_groups_scanned;
47274 __u16 ac_groups_linear_remaining;
47275 __u16 ac_found;
47276 __u16 ac_tail;
47277 __u16 ac_buddy;
47278 __u8 ac_status;
47279 __u8 ac_criteria;
47280 __u8 ac_2order;
47281 __u8 ac_op;
47282 struct page *ac_bitmap_page;
47283 struct page *ac_buddy_page;
47284 struct ext4_prealloc_space *ac_pa;
47285 struct ext4_locality_group *ac_lg;