/linux-4.4.14/fs/btrfs/ |
D | orphan.c | 37 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
|
D | inode-item.c | 293 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_extref() 348 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_ref() 411 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_empty_inode()
|
D | root-tree.c | 189 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_update_root() 448 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
|
D | uuid-tree.c | 122 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
|
D | dir-item.c | 46 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
|
D | file-item.c | 61 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_file_extent() 838 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
|
D | qgroup.c | 525 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item() 591 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 610 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 901 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
|
D | tree-log.c | 450 ret = btrfs_insert_empty_item(trans, root, path, in overwrite_item() 668 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent() 1573 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir() 3222 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key() 3580 ret = btrfs_insert_empty_item(trans, log, path, in log_inode_item() 4072 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
|
D | dev-replace.c | 254 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
|
D | volumes.c | 1494 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_alloc_dev_extent() 1598 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_add_device() 2972 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item() 6741 ret = btrfs_insert_empty_item(trans, dev_root, path, in update_dev_stat_item()
|
D | delayed-inode.c | 842 ret = btrfs_insert_empty_item(trans, root, path, &delayed_item->key, in btrfs_insert_delayed_item()
|
D | extent-tree.c | 1270 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref() 1296 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref() 1474 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in insert_tree_block_ref() 7644 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_file_extent() 7717 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_tree_block()
|
D | inode.c | 168 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent() 2107 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent() 2572 ret = btrfs_insert_empty_item(trans, root, path, &key, in relink_extent_backref() 9712 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
|
D | ioctl.c | 3497 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent() 3710 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_clone()
|
D | free-space-cache.c | 174 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
|
D | ctree.h | 3676 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
|
D | ctree.c | 4849 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
|
/linux-4.4.14/fs/btrfs/tests/ |
D | qgroup-tests.c | 60 ret = btrfs_insert_empty_item(&trans, root, path, &ins, size); in insert_normal_tree_ref() 132 ret = btrfs_insert_empty_item(&trans, root, path, &key, 0); in add_tree_ref()
|