Lines Matching defs:ext4_prealloc_space
99 struct ext4_prealloc_space { struct
100 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 */
111 ext4_grpblk_t pa_len; /* len of preallocated chunk */
112 ext4_grpblk_t pa_free; /* how many blocks are free */
113 unsigned short pa_type; /* pa type. inode or group */
114 spinlock_t *pa_obj_lock;
115 struct inode *pa_inode; /* hack, for history only */