/Linux-v5.4/fs/btrfs/ |
D | orphan.c | 24 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
|
D | inode-item.c | 274 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_extref() 332 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_ref() 398 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_empty_inode()
|
D | free-space-tree.c | 61 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info() 297 ret = btrfs_insert_empty_item(trans, root, path, &key, in convert_free_space_to_bitmaps() 427 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in convert_free_space_to_extents() 755 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent() 768 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent() 963 ret = btrfs_insert_empty_item(trans, root, path, &new_key, 0); in add_free_space_extent()
|
D | root-tree.c | 175 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_update_root() 442 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
|
D | uuid-tree.c | 112 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
|
D | dir-item.c | 33 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
|
D | file-item.c | 55 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_file_extent() 891 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
|
D | tree-log.c | 458 ret = btrfs_insert_empty_item(trans, root, path, in overwrite_item() 677 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent() 1833 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir() 3548 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key() 3918 ret = btrfs_insert_empty_item(trans, log, path, in log_inode_item() 4334 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
|
D | qgroup.c | 549 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item() 615 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 634 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 939 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
|
D | extent-tree.c | 577 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref() 603 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref() 760 ret = btrfs_insert_empty_item(trans, trans->fs_info->extent_root, in insert_tree_block_ref() 4198 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_file_extent() 4283 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_tree_block()
|
D | dev-replace.c | 340 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
|
D | volumes.c | 1796 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_alloc_dev_extent() 1901 ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, in btrfs_add_dev_item() 3239 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item() 7422 ret = btrfs_insert_empty_item(trans, dev_root, path, in update_dev_stat_item()
|
D | delayed-inode.c | 810 ret = btrfs_insert_empty_item(trans, root, path, &delayed_item->key, in btrfs_insert_delayed_item()
|
D | inode.c | 200 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent() 2311 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent() 2777 ret = btrfs_insert_empty_item(trans, root, path, &key, in relink_extent_backref() 10324 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
|
D | file.c | 2477 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_clone_extent()
|
D | free-space-cache.c | 174 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
|
D | ctree.h | 2593 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
|
D | ioctl.c | 3457 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent()
|
D | ctree.c | 4886 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
|
/Linux-v5.4/fs/btrfs/tests/ |
D | qgroup-tests.c | 40 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()
|