Home
last modified time | relevance | path

Searched refs:FEB (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dprints.c710 "FEB list: "); in store_print_tb()
712 /* print FEB list (list of buffers in form (bh (b_blocknr, b_count), that will be used for new nodes) */ in store_print_tb()
714 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()
H A Dfix_node.c883 /* for each blocknumber we just got, get a buffer and stick it on FEB */ in get_empty_nodes()
898 RFALSE(tb->FEB[tb->cur_blknum], in get_empty_nodes()
902 tb->FEB[tb->cur_blknum++] = new_bh; in get_empty_nodes()
2470 * as far as I can tell, this is not required. The FEB list in wait_tb_buffers_until_unlocked()
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[ in unfix_nodes()
[all...]
H A Ddo_balan.c1489 if (tb->FEB[i] != NULL) in get_FEB()
1493 reiserfs_panic(tb->tb_sb, "vs-12300", "FEB list is empty"); 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()
H A Dreiserfs.h2108 /* this MUST be MAX_HEIGHT + 1. See about FEB below */
2402 /* maximum number of FEB blocknrs on a single level */
2434 struct buffer_head *FEB[MAX_FEB_SIZE]; member
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dprints.c710 "FEB list: "); in store_print_tb()
712 /* print FEB list (list of buffers in form (bh (b_blocknr, b_count), that will be used for new nodes) */ in store_print_tb()
714 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()
H A Dfix_node.c883 /* for each blocknumber we just got, get a buffer and stick it on FEB */ in get_empty_nodes()
898 RFALSE(tb->FEB[tb->cur_blknum], in get_empty_nodes()
902 tb->FEB[tb->cur_blknum++] = new_bh; in get_empty_nodes()
2471 * as far as I can tell, this is not required. The FEB list in wait_tb_buffers_until_unlocked()
2480 if (tb->FEB[i]) { in wait_tb_buffers_until_unlocked()
2482 (tb->tb_sb, tb->FEB[i])) in wait_tb_buffers_until_unlocked()
2483 locked = tb->FEB[i]; in wait_tb_buffers_until_unlocked()
2768 if (tb->FEB[i]) in fix_nodes()
2770 (tb->tb_sb, tb->FEB[i]); in fix_nodes()
2804 if (tb->FEB[ in unfix_nodes()
[all...]
H A Ddo_balan.c1489 if (tb->FEB[i] != NULL) in get_FEB()
1493 reiserfs_panic(tb->tb_sb, "vs-12300", "FEB list is empty"); 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()
H A Dreiserfs.h2105 /* this MUST be MAX_HEIGHT + 1. See about FEB below */
2399 /* maximum number of FEB blocknrs on a single level */
2431 struct buffer_head *FEB[MAX_FEB_SIZE]; member

Completed in 27 milliseconds