Home
last modified time | relevance | path

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

/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.c900 RFALSE(tb->FEB[tb->cur_blknum], in get_empty_nodes()
904 tb->FEB[tb->cur_blknum++] = new_bh; in get_empty_nodes()
2483 if (tb->FEB[i]) { in wait_tb_buffers_until_unlocked()
2485 (tb->tb_sb, tb->FEB[i])) in wait_tb_buffers_until_unlocked()
2486 locked = tb->FEB[i]; in wait_tb_buffers_until_unlocked()
2771 if (tb->FEB[i]) in fix_nodes()
2773 (tb->tb_sb, tb->FEB[i]); in fix_nodes()
2807 if (tb->FEB[i]) { in unfix_nodes()
2808 b_blocknr_t blocknr = tb->FEB[i]->b_blocknr; in unfix_nodes()
2813 brelse(tb->FEB[i]); in unfix_nodes()
Ddo_balan.c1500 if (tb->FEB[i] != NULL) in get_FEB()
1506 buffer_info_init_bh(tb, &bi, tb->FEB[i]); in get_FEB()
1508 set_buffer_uptodate(tb->FEB[i]); in get_FEB()
1509 tb->used[i] = tb->FEB[i]; in get_FEB()
1510 tb->FEB[i] = NULL; in get_FEB()
Dreiserfs.h2434 struct buffer_head *FEB[MAX_FEB_SIZE]; member