Home
last modified time | relevance | path

Searched refs:j_bitmap_nodes (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Djournal.c163 struct list_head *entry = journal->j_bitmap_nodes.next; in get_bitmap_node()
168 if (entry != &journal->j_bitmap_nodes) { in get_bitmap_node()
191 list_add(&bn->list, &journal->j_bitmap_nodes); in free_bitmap_node()
204 list_add(&bn->list, &journal->j_bitmap_nodes); in allocate_bitmap_nodes()
262 struct list_head *next = journal->j_bitmap_nodes.next; in free_bitmap_nodes()
265 while (next != &journal->j_bitmap_nodes) { in free_bitmap_nodes()
270 next = journal->j_bitmap_nodes.next; in free_bitmap_nodes()
2686 INIT_LIST_HEAD(&journal->j_bitmap_nodes); in journal_init()
Dreiserfs.h303 struct list_head j_bitmap_nodes; member