Searched refs:insert_ptr (Results 1 – 3 of 3) sorted by relevance
/fs/reiserfs/ |
D | ibalance.c | 743 struct buffer_head **insert_ptr /* node for insertion on higher level */ in balance_internal() argument 823 insert_ptr); in balance_internal() 840 insert_key, insert_ptr); in balance_internal() 847 MAX_CHILD_SIZE(insert_ptr[k]) - in balance_internal() 848 B_FREE_SPACE(insert_ptr[k])); in balance_internal() 849 put_dc_block_number(dc, insert_ptr[k]->b_blocknr); in balance_internal() 855 insert_ptr += k; in balance_internal() 887 insert_ptr); in balance_internal() 903 insert_ptr + 1); in balance_internal() 910 MAX_CHILD_SIZE(insert_ptr in balance_internal() [all …]
|
D | do_balan.c | 257 struct buffer_head **insert_ptr /* inserted node-ptrs for the next level */ in balance_leaf() argument 1548 insert_ptr[i] = S_new[i]; in balance_leaf() 2098 struct buffer_head *insert_ptr[2]; /* inserted node-ptrs for the next in do_balance() local 2124 balance_leaf(tb, ih, body, flag, insert_key, insert_ptr); in do_balance() 2133 balance_internal(tb, h, child_pos, insert_key, insert_ptr); in do_balance()
|
/fs/btrfs/ |
D | ctree.c | 2167 static int insert_ptr(struct btrfs_trans_handle *trans, struct btrfs_root in insert_ptr() function 2270 wret = insert_ptr(trans, root, path, &disk_key, split->start, in split_node() 2840 wret = insert_ptr(trans, root, path, in split_leaf() 2867 wret = insert_ptr(trans, root, path, in split_leaf() 2937 wret = insert_ptr(trans, root, path, &disk_key, right->start, in split_leaf()
|