Searched defs:ext4_prealloc_space (Results 1 – 1 of 1) sorted by relevance
118 struct ext4_prealloc_space { struct119 struct list_head pa_inode_list;120 struct list_head pa_group_list;121 union {124 } u;125 spinlock_t pa_lock;126 atomic_t pa_count;127 unsigned pa_deleted;128 ext4_fsblk_t pa_pstart; /* phys. block */129 ext4_lblk_t pa_lstart; /* log. block */[all …]