Home
last modified time | relevance | path

Searched refs:FEB (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dprints.c714 for (i = 0; i < ARRAY_SIZE(tb->FEB); i++) in store_print_tb()
716 "%p (%llu %d)%s", tb->FEB[i], in store_print_tb()
717 tb->FEB[i] ? (unsigned long long)tb->FEB[i]-> in store_print_tb()
719 tb->FEB[i] ? atomic_read(&tb->FEB[i]->b_count) : 0, in store_print_tb()
720 (i == ARRAY_SIZE(tb->FEB) - 1) ? "\n" : ", "); in store_print_tb()
Dfix_node.c898 RFALSE(tb->FEB[tb->cur_blknum], in get_empty_nodes()
902 tb->FEB[tb->cur_blknum++] = new_bh; in get_empty_nodes()
2479 if (tb->FEB[i]) { in wait_tb_buffers_until_unlocked()
2481 (tb->tb_sb, tb->FEB[i])) in wait_tb_buffers_until_unlocked()
2482 locked = tb->FEB[i]; in wait_tb_buffers_until_unlocked()
2767 if (tb->FEB[i]) in fix_nodes()
2769 (tb->tb_sb, tb->FEB[i]); in fix_nodes()
2803 if (tb->FEB[i]) { in unfix_nodes()
2804 b_blocknr_t blocknr = tb->FEB[i]->b_blocknr; in unfix_nodes()
2809 brelse(tb->FEB[i]); in unfix_nodes()
Ddo_balan.c1489 if (tb->FEB[i] != NULL) in get_FEB()
1495 buffer_info_init_bh(tb, &bi, tb->FEB[i]); in get_FEB()
1497 set_buffer_uptodate(tb->FEB[i]); in get_FEB()
1498 tb->used[i] = tb->FEB[i]; in get_FEB()
1499 tb->FEB[i] = NULL; in get_FEB()
Dreiserfs.h2432 struct buffer_head *FEB[MAX_FEB_SIZE]; member