Searched refs:insert_ptr (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/reiserfs/
H A Dibalance.c809 struct buffer_head **insert_ptr)
879 insert_ptr);
899 insert_key, insert_ptr);
905 * node-ptr to insert_ptr[k]
909 MAX_CHILD_SIZE(insert_ptr[k]) -
910 B_FREE_SPACE(insert_ptr[k]));
911 put_dc_block_number(dc, insert_ptr[k]->b_blocknr);
917 insert_ptr += k;
949 insert_ptr);
965 insert_ptr
803 balance_internal(struct tree_balance *tb, int h, int child_pos, struct item_head *insert_key, struct buffer_head **insert_ptr) argument
[all...]
H A Ddo_balan.c923 struct buffer_head **insert_ptr,
1013 struct buffer_head **insert_ptr,
1068 struct buffer_head **insert_ptr,
1082 insert_ptr, i);
1141 struct buffer_head **insert_ptr,
1194 struct buffer_head **insert_ptr,
1212 insert_ptr, i);
1216 insert_ptr, i);
1224 struct buffer_head **insert_ptr,
1244 insert_ptr,
919 balance_leaf_new_nodes_insert(struct tree_balance *tb, struct item_head * const ih, const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) argument
1009 balance_leaf_new_nodes_paste_dirent(struct tree_balance *tb, struct item_head * const ih, const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) argument
1064 balance_leaf_new_nodes_paste_shift(struct tree_balance *tb, struct item_head * const ih, const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) argument
1137 balance_leaf_new_nodes_paste_whole(struct tree_balance *tb, struct item_head * const ih, const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) argument
1190 balance_leaf_new_nodes_paste(struct tree_balance *tb, struct item_head * const ih, const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) argument
1220 balance_leaf_new_nodes(struct tree_balance *tb, struct item_head * const ih, const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int flag) argument
1382 balance_leaf(struct tree_balance *tb, struct item_head *ih, const char *body, int flag, struct item_head *insert_key, struct buffer_head **insert_ptr) argument
1862 struct buffer_head *insert_ptr[2]; local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtx_tso.c81 unsigned int insert_ptr = efx_tx_queue_get_insert_index(tx_queue); local
84 ptr = (char *) (tx_queue->buffer + insert_ptr);
88 ptr = (char *)(((efx_qword_t *)tx_queue->txd.addr) + insert_ptr);
/linux-master/fs/btrfs/
H A Dctree.c2914 static int insert_ptr(struct btrfs_trans_handle *trans, function
3038 ret = insert_ptr(trans, path, &disk_key, split->start,
3556 ret = insert_ptr(trans, path, &disk_key, right->start, path->slots[1] + 1, 1);
3776 ret = insert_ptr(trans, path, &disk_key,
3790 ret = insert_ptr(trans, path, &disk_key,

Completed in 153 milliseconds