Searched defs:ext4_allocation_context (Results 1 – 9 of 9) sorted by relevance
43258 struct ext4_allocation_context { struct43259 struct inode *ac_inode;43260 struct super_block *ac_sb;43261 struct ext4_free_extent ac_o_ex;43262 struct ext4_free_extent ac_g_ex;43263 struct ext4_free_extent ac_b_ex;43264 struct ext4_free_extent ac_f_ex;43265 __u32 ac_groups_considered;43266 __u32 ac_flags;43267 __u16 ac_groups_scanned;[all …]
85280 struct ext4_allocation_context { struct85281 struct inode *ac_inode;85282 struct super_block *ac_sb;85283 struct ext4_free_extent ac_o_ex;85284 struct ext4_free_extent ac_g_ex;85285 struct ext4_free_extent ac_b_ex;85286 struct ext4_free_extent ac_f_ex;85287 __u32 ac_groups_considered;85288 __u32 ac_flags;85289 __u16 ac_groups_scanned;[all …]
58929 struct ext4_allocation_context { struct58930 struct inode *ac_inode;58931 struct super_block *ac_sb;58932 struct ext4_free_extent ac_o_ex;58933 struct ext4_free_extent ac_g_ex;58934 struct ext4_free_extent ac_b_ex;58935 struct ext4_free_extent ac_f_ex;58936 ext4_group_t ac_last_optimal_group;58937 __u32 ac_groups_considered;58938 __u32 ac_flags;[all …]
26348 struct ext4_allocation_context { struct26349 struct inode *ac_inode;26350 struct super_block *ac_sb;26351 struct ext4_free_extent ac_o_ex;26352 struct ext4_free_extent ac_g_ex;26353 struct ext4_free_extent ac_b_ex;26354 struct ext4_free_extent ac_f_ex;26355 __u32 ac_groups_considered;26356 __u32 ac_flags;26357 __u16 ac_groups_scanned;[all …]
41066 struct ext4_allocation_context { struct41067 struct inode *ac_inode;41068 struct super_block *ac_sb;41069 struct ext4_free_extent ac_o_ex;41070 struct ext4_free_extent ac_g_ex;41071 struct ext4_free_extent ac_b_ex;41072 struct ext4_free_extent ac_f_ex;41073 __u32 ac_groups_considered;41074 __u32 ac_flags;41075 __u16 ac_groups_scanned;[all …]