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