Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dext4.h3395 struct ext4_group_info { struct
3396 unsigned long bb_state;
3398 unsigned long bb_check_counter;
3400 struct rb_root bb_free_root;
3402 ext4_grpblk_t bb_free; /* total free blocks */
3407 ext4_group_t bb_group; /* Group number */
3408 struct list_head bb_prealloc_list;
3410 void *bb_bitmap;
3412 struct rw_semaphore alloc_sem;
3413 struct list_head bb_avg_fragment_size_node;
[all …]