/openbmc/linux/fs/btrfs/ |
H A D | orphan.c | 25 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
|
H A D | inode-item.c | 276 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_extref() 331 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_ref() 396 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_empty_inode()
|
H A D | free-space-tree.c | 83 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info() 318 ret = btrfs_insert_empty_item(trans, root, path, &key, in convert_free_space_to_bitmaps() 447 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in convert_free_space_to_extents() 776 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent() 789 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent() 984 ret = btrfs_insert_empty_item(trans, root, path, &new_key, 0); in add_free_space_extent()
|
H A D | root-tree.c | 176 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_update_root() 426 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
|
H A D | uuid-tree.c | 115 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
|
H A D | dir-item.c | 35 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
|
H A D | ctree.h | 636 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
|
H A D | verity.c | 252 ret = btrfs_insert_empty_item(trans, root, path, &key, copy_bytes); in write_key_bytes()
|
H A D | file-item.c | 178 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_hole_extent() 1228 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
|
H A D | tree-log.c | 516 ret = btrfs_insert_empty_item(trans, root, path, in overwrite_item() 744 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent() 1746 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir() 3527 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key() 4224 ret = btrfs_insert_empty_item(trans, log, path, &inode->location, in log_inode_item() 4706 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
|
H A D | qgroup.c | 624 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item() 690 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 709 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 1055 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
|
H A D | reflink.c | 276 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent()
|
H A D | extent-tree.c | 531 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref() 557 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref() 714 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in insert_tree_block_ref() 4680 ret = btrfs_insert_empty_item(trans, extent_root, path, ins, size); in alloc_reserved_file_extent() 4751 ret = btrfs_insert_empty_item(trans, extent_root, path, &extent_key, in alloc_reserved_tree_block()
|
H A D | dev-replace.c | 407 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
|
H A D | volumes.c | 1911 ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, in btrfs_add_dev_item() 3518 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item() 7575 ret = btrfs_insert_empty_item(trans, dev_root, path, in update_dev_stat_item()
|
H A D | inode.c | 535 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent() 2906 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent() 9491 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
|
H A D | file.c | 2286 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_replace_extent()
|
H A D | block-group.c | 2655 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*extent)); in insert_dev_extent()
|
H A D | free-space-cache.c | 204 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
|
H A D | ctree.c | 4488 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | qgroup-tests.c | 41 ret = btrfs_insert_empty_item(&trans, root, path, &ins, size); in insert_normal_tree_ref() 112 ret = btrfs_insert_empty_item(&trans, root, path, &key, 0); in add_tree_ref()
|