Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Djournal.c160 struct list_head *entry = journal->j_bitmap_nodes.next; in get_bitmap_node()
165 if (entry != &journal->j_bitmap_nodes) { in get_bitmap_node()
188 list_add(&bn->list, &journal->j_bitmap_nodes); in free_bitmap_node()
201 list_add(&bn->list, &journal->j_bitmap_nodes); in allocate_bitmap_nodes()
260 struct list_head *next = journal->j_bitmap_nodes.next; in free_bitmap_nodes()
263 while (next != &journal->j_bitmap_nodes) { in free_bitmap_nodes()
268 next = journal->j_bitmap_nodes.next; in free_bitmap_nodes()
2736 INIT_LIST_HEAD(&journal->j_bitmap_nodes); in journal_init()
Dreiserfs.h388 struct list_head j_bitmap_nodes; member