Searched defs:ext4_allocation_context (Results 1 – 1 of 1) sorted by relevance
165 struct ext4_allocation_context { struct166 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;181 ext4_group_t ac_last_optimal_group;182 __u32 ac_groups_considered;183 __u32 ac_flags; /* allocation hints */[all …]