Searched refs:fix_nodes (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/fs/reiserfs/
H A Dstree.c356 * This version should only be called from fix_nodes()
1272 ret_value = fix_nodes(M_DELETE, &s_del_balance, NULL, NULL); reiserfs_delete_item()
1437 retval = fix_nodes(M_DELETE, &tb, NULL, NULL); reiserfs_delete_solid_item()
1467 "could not delete %K due to fix_nodes failure", reiserfs_delete_solid_item()
1631 * structure by using the init_tb_struct and fix_nodes functions. reiserfs_cut_from_item()
1653 * to balance, or we fix_nodes without schedule occurring reiserfs_cut_from_item()
1724 ret_value = fix_nodes(mode, &s_cut_balance, NULL, NULL); reiserfs_cut_from_item()
1741 /* check fix_nodes results (IO_ERROR or NO_DISK_SPACE) */ reiserfs_cut_from_item()
2106 /* DQUOT_* can schedule, must check before the fix_nodes */ reiserfs_paste_into_item()
2112 fix_nodes(M_PASTE, &s_paste_balance, NULL, reiserfs_paste_into_item()
2115 /* file system changed while we were in the fix_nodes */ reiserfs_paste_into_item()
2137 * Perform balancing after all resources are collected by fix_nodes, reiserfs_paste_into_item()
2215 * fix_nodes is safe reiserfs_insert_item()
2222 fix_nodes(M_INSERT, &s_ins_balance, ih, reiserfs_insert_item()
2225 /* file system changed while we were in the fix_nodes */ reiserfs_insert_item()
H A Dprints.c343 * fix_nodes.c 8000 to 8999
770 printk ("reiserfs_put_super: session statistics: balances %d, fix_nodes %d, \ print_statistics()
H A Dfix_node.c415 * the mode is M_REPLACE then in fix_nodes we change the mode to get_num_ver()
2549 int fix_nodes(int op_mode, struct tree_balance *tb, fix_nodes() function
2591 print_cur_tb("fix_nodes"); fix_nodes()
2598 "not uptodate at the beginning of fix_nodes " fix_nodes()
2720 * fix_nodes was unable to perform its calculation due to fix_nodes()
H A Dnamei.c1303 * process, that is going to call fix_nodes/do_balance must hold only
H A Dreiserfs.h1121 /* reiserfs internal error code (used by search_by_key and fix_nodes)) */
3180 /* fix_nodes.c */
3182 int fix_nodes(int n_op_mode, struct tree_balance *tb,
H A Ddo_balan.c1672 * (fix_nodes should already have prepped all of these for us). check_before_balancing()

Completed in 211 milliseconds