Searched defs:ext4_allocation_context (Results 1 – 7 of 7) sorted by relevance
47564 struct ext4_allocation_context { struct47565 struct inode *ac_inode;47566 struct super_block *ac_sb;47567 struct ext4_free_extent ac_o_ex;47568 struct ext4_free_extent ac_g_ex;47569 struct ext4_free_extent ac_b_ex;47570 struct ext4_free_extent ac_f_ex;47571 ext4_group_t ac_last_optimal_group;47572 __u32 ac_groups_considered;47573 __u32 ac_flags;[all …]
76804 struct ext4_allocation_context { struct76805 struct inode *ac_inode;76806 struct super_block *ac_sb;76807 struct ext4_free_extent ac_o_ex;76808 struct ext4_free_extent ac_g_ex;76809 struct ext4_free_extent ac_b_ex;76810 struct ext4_free_extent ac_f_ex;76811 __u16 ac_groups_scanned;76812 __u16 ac_found;76813 __u16 ac_tail;[all …]
43223 struct ext4_allocation_context { struct43224 struct inode *ac_inode;43225 struct super_block *ac_sb;43226 struct ext4_free_extent ac_o_ex;43227 struct ext4_free_extent ac_g_ex;43228 struct ext4_free_extent ac_b_ex;43229 struct ext4_free_extent ac_f_ex;43230 __u16 ac_groups_scanned;43231 __u16 ac_found;43232 __u16 ac_tail;[all …]
47083 struct ext4_allocation_context { struct47084 struct inode *ac_inode;47085 struct super_block *ac_sb;47086 struct ext4_free_extent ac_o_ex;47087 struct ext4_free_extent ac_g_ex;47088 struct ext4_free_extent ac_b_ex;47089 struct ext4_free_extent ac_f_ex;47090 __u16 ac_groups_scanned;47091 __u16 ac_found;47092 __u16 ac_tail;[all …]