Home
last modified time | relevance | path

Searched defs:ext4_prealloc_space (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/ext4/
Dmballoc.h116 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 */
[all …]