mballoc.h (aa7eb8e78d8ecd6cd0475d86ea8385ff9cb47ece) | mballoc.h (60ad4466821a96913a9b567115e194ed1087c2d7) |
---|---|
1/* 2 * fs/ext4/mballoc.h 3 * 4 * Written by: Alex Tomas <alex@clusterfs.com> 5 * 6 */ 7#ifndef _EXT4_MBALLOC_H 8#define _EXT4_MBALLOC_H --- 173 unchanged lines hidden (view full) --- 182 unsigned long ac_ex_scanned; 183 __u16 ac_groups_scanned; 184 __u16 ac_found; 185 __u16 ac_tail; 186 __u16 ac_buddy; 187 __u16 ac_flags; /* allocation hints */ 188 __u8 ac_status; 189 __u8 ac_criteria; | 1/* 2 * fs/ext4/mballoc.h 3 * 4 * Written by: Alex Tomas <alex@clusterfs.com> 5 * 6 */ 7#ifndef _EXT4_MBALLOC_H 8#define _EXT4_MBALLOC_H --- 173 unchanged lines hidden (view full) --- 182 unsigned long ac_ex_scanned; 183 __u16 ac_groups_scanned; 184 __u16 ac_found; 185 __u16 ac_tail; 186 __u16 ac_buddy; 187 __u16 ac_flags; /* allocation hints */ 188 __u8 ac_status; 189 __u8 ac_criteria; |
190 __u8 ac_repeats; | |
191 __u8 ac_2order; /* if request is to allocate 2^N blocks and 192 * N > 0, the field stores N, otherwise 0 */ 193 __u8 ac_op; /* operation, for history only */ 194 struct page *ac_bitmap_page; 195 struct page *ac_buddy_page; 196 struct ext4_prealloc_space *ac_pa; 197 struct ext4_locality_group *ac_lg; 198}; --- 24 unchanged lines hidden --- | 190 __u8 ac_2order; /* if request is to allocate 2^N blocks and 191 * N > 0, the field stores N, otherwise 0 */ 192 __u8 ac_op; /* operation, for history only */ 193 struct page *ac_bitmap_page; 194 struct page *ac_buddy_page; 195 struct ext4_prealloc_space *ac_pa; 196 struct ext4_locality_group *ac_lg; 197}; --- 24 unchanged lines hidden --- |