Searched refs:child_pos (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/reiserfs/ |
A D | ibalance.c | 633 int h, int child_pos) in balance_internal_when_delete() argument 805 int child_pos, in balance_internal() argument 861 if (tb->lnum[h] <= child_pos) { in balance_internal() 865 child_pos -= tb->lnum[h]; in balance_internal() 877 n + child_pos + 1, in balance_internal() 898 n + child_pos + 1, k, in balance_internal() 919 child_pos = 0; in balance_internal() 1061 if (n - snum >= child_pos) { in balance_internal() 1104 n - child_pos + 1, 1); in balance_internal() 1106 k = snum - n + child_pos - 1; in balance_internal() [all …]
|
A D | do_balan.c | 1850 int child_pos; /* position of a child node in its parent */ in do_balance() local 1887 child_pos = PATH_H_B_ITEM_ORDER(tb->tb_path, 0) + in do_balance() 1896 child_pos = balance_internal(tb, h, child_pos, insert_key, in do_balance()
|
/linux-6.3-rc2/fs/proc/ |
A D | proc_sysctl.c | 1530 char *child_pos; in register_leaf_sysctl_tables() local 1536 child_pos = append_path(path, pos, entry->procname); in register_leaf_sysctl_tables() 1537 if (!child_pos) in register_leaf_sysctl_tables() 1540 err = register_leaf_sysctl_tables(path, child_pos, subheader, in register_leaf_sysctl_tables()
|
Completed in 13 milliseconds