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;182 unsigned long ac_ex_scanned;183 __u16 ac_groups_scanned;184 __u16 ac_found;[all …]