Searched refs:check_right (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | fix_node.c | 274 static void check_right (struct tree_balance * tb, int h, int cur_free) in check_right() function 1285 check_right (tb, h, rfree); in ip_check_balance() 1574 check_right (tb, h, rfree); in dc_check_balance_internal() 1745 check_right (tb, h, rfree); in dc_check_balance_leaf()
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 1544 int (*check_right) (struct virtual_item * vi, int free); member 1561 #define op_check_right(vi,free) item_ops[(vi)->vi_index]->check_right (vi, fre…
|