Lines Matching defs:ext4_prealloc_space
118 struct ext4_prealloc_space { struct
119 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 */
132 ext4_lblk_t pa_lstart; /* log. block */
133 ext4_grpblk_t pa_len; /* len of preallocated chunk */
134 ext4_grpblk_t pa_free; /* how many blocks are free */
135 unsigned short pa_type; /* pa type. inode or group */
136 union {
139 } pa_node_lock;
140 struct inode *pa_inode; /* used to get the inode during group discard */