Searched defs:ext4_allocation_context (Results 1 – 2 of 2) sorted by relevance
173 struct ext4_allocation_context { struct174 struct inode *ac_inode;175 struct super_block *ac_sb;178 struct ext4_free_extent ac_o_ex;181 struct ext4_free_extent ac_g_ex;184 struct ext4_free_extent ac_b_ex;187 struct ext4_free_extent ac_f_ex;193 ext4_grpblk_t ac_orig_goal_len;195 __u32 ac_groups_considered;196 __u32 ac_flags; /* allocation hints */[all …]
148 struct ext4_allocation_context { struct149 struct inode *ac_inode;150 struct super_block *ac_sb;153 struct ext4_free_extent ac_o_ex;156 struct ext4_free_extent ac_g_ex;159 struct ext4_free_extent ac_b_ex;162 struct ext4_free_extent ac_f_ex;164 __u16 ac_groups_scanned;165 __u16 ac_found;166 __u16 ac_tail;[all …]