Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Djournal.c159 struct list_head *entry = journal->j_bitmap_nodes.next; in get_bitmap_node()
164 if (entry != &journal->j_bitmap_nodes) { in get_bitmap_node()
187 list_add(&bn->list, &journal->j_bitmap_nodes); in free_bitmap_node()
200 list_add(&bn->list, &journal->j_bitmap_nodes); in allocate_bitmap_nodes()
259 struct list_head *next = journal->j_bitmap_nodes.next; in free_bitmap_nodes()
262 while (next != &journal->j_bitmap_nodes) { in free_bitmap_nodes()
267 next = journal->j_bitmap_nodes.next; in free_bitmap_nodes()
2728 INIT_LIST_HEAD(&journal->j_bitmap_nodes); in journal_init()
Dreiserfs.h387 struct list_head j_bitmap_nodes; member