Lines Matching defs:list

77 	/* per-transaction list of inodes which  have preallocated blocks */
233 /* journal list this cnode lives in */
236 struct reiserfs_journal_cnode *next; /* next in transaction list */
237 struct reiserfs_journal_cnode *prev; /* prev in transaction list */
238 struct reiserfs_journal_cnode *hprev; /* prev in hash list */
239 struct reiserfs_journal_cnode *hnext; /* next in hash list */
245 struct list_head list;
255 * j_realblock. this list of cnodes is used to hash all the blocks in all
276 struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
277 /* time ordered list of all active transactions */
281 * time ordered list of all transactions we haven't tried
286 /* list of tail conversion targets in need of flush before commit */
289 /* list of data=ordered buffers in need of flush before commit */
339 int j_list_bitmap_index; /* number of next list bitmap to use */
344 /* next journal_end will flush all journal list */
350 int j_cnode_used; /* number of cnodes on the used list */
351 int j_cnode_free; /* number of cnodes on the free list */
390 /* list of all active transactions */
405 /* list of inodes which have preallocated blocks */
742 void reiserfs_file_buffer(struct buffer_head *bh, int list);
802 * - The commit mutex of a journal list
2111 * descending the tree looking for the node we searched for. This list
2797 * it is put on a free list for faster use later.
2820 * disk block was taken off free list before being in a
2877 struct list_head list;