Lines Matching refs:list_head
97 struct list_head clean_list; /* Blocks 100% full of clean data */
98 struct list_head very_dirty_list; /* Blocks with lots of dirty space */
99 struct list_head dirty_list; /* Blocks with some dirty space */
100 struct list_head erasable_list; /* Blocks which are completely dirty, and need erasing */
101 …struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the curre…
102 struct list_head erasing_list; /* Blocks which are currently erasing */
103 struct list_head erase_checking_list; /* Blocks which are being checked and marked */
104 struct list_head erase_pending_list; /* Blocks which need erasing now */
105 …struct list_head erase_complete_list; /* Blocks which are erased and need the clean marker written…
106 struct list_head free_list; /* Blocks which are free and ready to be used */
107 struct list_head bad_list; /* Bad blocks. */
108 struct list_head bad_used_list; /* Bad blocks with valid data in. */
149 struct list_head xattrindex[XATTRINDEX_HASHSIZE];
150 struct list_head xattr_unchecked;
151 struct list_head xattr_dead_list;