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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dibalance.c743 struct buffer_head **insert_ptr /* node for insertion on higher level */
823 insert_ptr);
840 insert_key, insert_ptr);
844 /* replace the first node-ptr in S[h] by node-ptr to insert_ptr[k] */
847 MAX_CHILD_SIZE(insert_ptr[k]) -
848 B_FREE_SPACE(insert_ptr[k]));
849 put_dc_block_number(dc, insert_ptr[k]->b_blocknr);
855 insert_ptr += k;
887 insert_ptr);
903 insert_ptr
[all...]
H A Ddo_balan.c279 struct buffer_head **insert_ptr /* inserted node-ptrs for the next level */
1502 insert_ptr[i] = S_new[i];
2023 struct buffer_head *insert_ptr[2]; /* inserted node-ptrs for the next local
2048 balance_leaf(tb, ih, body, flag, insert_key, insert_ptr);
2057 balance_internal(tb, h, child_pos, insert_key, insert_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dtx.c185 unsigned int len, unmap_len = 0, fill_level, insert_ptr; local
253 insert_ptr = tx_queue->insert_count & EFX_TXQ_MASK;
254 buffer = &tx_queue->buffer[insert_ptr];
322 insert_ptr = tx_queue->insert_count & EFX_TXQ_MASK;
323 buffer = &tx_queue->buffer[insert_ptr];
736 unsigned dma_len, fill_level, insert_ptr; local
768 insert_ptr = tx_queue->insert_count & EFX_TXQ_MASK;
769 buffer = &tx_queue->buffer[insert_ptr];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.c2144 static int insert_ptr(struct btrfs_trans_handle *trans, struct btrfs_root function
2248 wret = insert_ptr(trans, root, path, &disk_key, split->start,
2851 wret = insert_ptr(trans, root, path, &disk_key, right->start,
3062 wret = insert_ptr(trans, root, path,
3075 wret = insert_ptr(trans, root, path,

Completed in 176 milliseconds