Home
last modified time | relevance | path

Searched defs:ext4_allocation_context (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/fs/ext4/
Dmballoc.h173 struct ext4_allocation_context { struct
174 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 …]