Searched refs:btrfs_insert_item (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.h | 629 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
H A D | root-tree.c | 207 return btrfs_insert_item(trans, root, key, item, sizeof(*item)); in btrfs_insert_root()
|
H A D | block-group.c | 2624 ret = btrfs_insert_item(trans, root, &key, &bgi, sizeof(bgi)); in insert_block_group_item()
|
H A D | ctree.c | 4476 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_insert_item() function
|
H A D | volumes.c | 5672 ret = btrfs_insert_item(trans, chunk_root, &key, chunk, item_size); in btrfs_chunk_alloc_add_chunk_item()
|