Searched defs:ext4_prealloc_space (Results 1 – 1 of 1) sorted by relevance
118 struct ext4_prealloc_space { struct119 union {122 } pa_node;123 struct list_head pa_group_list;124 union {127 } u;128 spinlock_t pa_lock;129 atomic_t pa_count;130 unsigned pa_deleted;131 ext4_fsblk_t pa_pstart; /* phys. block */[all …]