Lines Matching defs:list
79 /* per-transaction list of inodes which have preallocated blocks */
235 /* journal list this cnode lives in */
238 struct reiserfs_journal_cnode *next; /* next in transaction list */
239 struct reiserfs_journal_cnode *prev; /* prev in transaction list */
240 struct reiserfs_journal_cnode *hprev; /* prev in hash list */
241 struct reiserfs_journal_cnode *hnext; /* next in hash list */
247 struct list_head list;
257 * j_realblock. this list of cnodes is used to hash all the blocks in all
278 struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
279 /* time ordered list of all active transactions */
283 * time ordered list of all transactions we haven't tried
288 /* list of tail conversion targets in need of flush before commit */
291 /* list of data=ordered buffers in need of flush before commit */
342 int j_list_bitmap_index; /* number of next list bitmap to use */
347 /* next journal_end will flush all journal list */
353 int j_cnode_used; /* number of cnodes on the used list */
354 int j_cnode_free; /* number of cnodes on the free list */
393 /* list of all active transactions */
408 /* list of inodes which have preallocated blocks */
745 void reiserfs_file_buffer(struct buffer_head *bh, int list);
805 * - The commit mutex of a journal list
2114 * descending the tree looking for the node we searched for. This list
2800 * it is put on a free list for faster use later.
2823 * disk block was taken off free list before being in a
2880 struct list_head list;