Searched defs:ext4_prealloc_space (Results 1 – 1 of 1) sorted by relevance
99 struct ext4_prealloc_space { struct100 struct list_head pa_inode_list;101 struct list_head pa_group_list;102 union {105 } u;106 spinlock_t pa_lock;107 atomic_t pa_count;108 unsigned pa_deleted;109 ext4_fsblk_t pa_pstart; /* phys. block */110 ext4_lblk_t pa_lstart; /* log. block */[all …]