Lines Matching defs:ext4_prealloc_space
116 struct ext4_prealloc_space { struct
117 struct list_head pa_inode_list;
118 struct list_head pa_group_list;
119 union {
122 } u;
123 spinlock_t pa_lock;
124 atomic_t pa_count;
125 unsigned pa_deleted;
126 ext4_fsblk_t pa_pstart; /* phys. block */
127 ext4_lblk_t pa_lstart; /* log. block */
128 ext4_grpblk_t pa_len; /* len of preallocated chunk */
129 ext4_grpblk_t pa_free; /* how many blocks are free */
130 unsigned short pa_type; /* pa type. inode or group */
131 spinlock_t *pa_obj_lock;
132 struct inode *pa_inode; /* hack, for history only */