Home
last modified time | relevance | path

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

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