Lines Matching defs:ext4_allocation_context
76804 struct ext4_allocation_context { struct
76805 struct inode *ac_inode;
76806 struct super_block *ac_sb;
76807 struct ext4_free_extent ac_o_ex;
76808 struct ext4_free_extent ac_g_ex;
76809 struct ext4_free_extent ac_b_ex;
76810 struct ext4_free_extent ac_f_ex;
76811 __u16 ac_groups_scanned;
76812 __u16 ac_found;
76813 __u16 ac_tail;
76814 __u16 ac_buddy;
76815 __u16 ac_flags;
76816 __u8 ac_status;
76817 __u8 ac_criteria;
76818 __u8 ac_2order;
76819 __u8 ac_op;
76820 struct page *ac_bitmap_page;
76821 struct page *ac_buddy_page;
76822 struct ext4_prealloc_space *ac_pa;
76823 struct ext4_locality_group *ac_lg;