Lines Matching defs:ext4_allocation_context
85280 struct ext4_allocation_context { struct
85281 struct inode *ac_inode;
85282 struct super_block *ac_sb;
85283 struct ext4_free_extent ac_o_ex;
85284 struct ext4_free_extent ac_g_ex;
85285 struct ext4_free_extent ac_b_ex;
85286 struct ext4_free_extent ac_f_ex;
85287 __u32 ac_groups_considered;
85288 __u32 ac_flags;
85289 __u16 ac_groups_scanned;
85290 __u16 ac_groups_linear_remaining;
85291 __u16 ac_found;
85292 __u16 ac_tail;
85293 __u16 ac_buddy;
85294 __u8 ac_status;
85295 __u8 ac_criteria;
85296 __u8 ac_2order;
85297 __u8 ac_op;
85298 struct page *ac_bitmap_page;
85299 struct page *ac_buddy_page;
85300 struct ext4_prealloc_space *ac_pa;
85301 struct ext4_locality_group *ac_lg;