Searched defs:ext4_allocation_context (Results 1 – 2 of 2) sorted by relevance
46043 struct ext4_allocation_context { struct46044 struct inode *ac_inode;46045 struct super_block *ac_sb;46046 struct ext4_free_extent ac_o_ex;46047 struct ext4_free_extent ac_g_ex;46048 struct ext4_free_extent ac_b_ex;46049 struct ext4_free_extent ac_f_ex;46050 ext4_grpblk_t ac_orig_goal_len;46051 __u32 ac_groups_considered;46052 __u32 ac_flags;[all …]
55800 struct ext4_allocation_context { struct55801 struct inode *ac_inode;55802 struct super_block *ac_sb;55803 struct ext4_free_extent ac_o_ex;55804 struct ext4_free_extent ac_g_ex;55805 struct ext4_free_extent ac_b_ex;55806 struct ext4_free_extent ac_f_ex;55807 ext4_grpblk_t ac_orig_goal_len;55808 __u32 ac_groups_considered;55809 __u32 ac_flags;[all …]