Searched refs:btrfs_insert_item (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | root-tree.c | 172 ret = btrfs_insert_item(trans, root, key, item, sizeof(*item)); in btrfs_insert_root()
|
D | ctree.h | 2308 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root
|
D | ctree.c | 3704 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root in btrfs_insert_item() function
|
D | volumes.c | 2712 ret = btrfs_insert_item(trans, chunk_root, &key, chunk, item_size); in __finish_chunk_alloc()
|
D | extent-tree.c | 8720 ret = btrfs_insert_item(trans, extent_root, &cache->key, &cache->item, in btrfs_make_block_group()
|