/linux-6.14.4/fs/btrfs/ |
D | orphan.c | 23 return btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
|
D | inode-item.c | 275 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_extref() 328 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_ref() 391 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_empty_inode()
|
D | free-space-tree.c | 83 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info() 316 ret = btrfs_insert_empty_item(trans, root, path, &key, in convert_free_space_to_bitmaps() 443 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in convert_free_space_to_extents() 771 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent() 784 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent() 979 ret = btrfs_insert_empty_item(trans, root, path, &new_key, 0); in add_free_space_extent()
|
D | root-tree.c | 182 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_update_root() 434 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
|
D | dir-item.c | 34 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
|
D | ctree.h | 660 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
|
D | uuid-tree.c | 116 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
|
D | verity.c | 251 ret = btrfs_insert_empty_item(trans, root, path, &key, copy_bytes); in write_key_bytes()
|
D | file-item.c | 176 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_hole_extent() 1237 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
|
D | reflink.c | 276 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent()
|
D | qgroup.c | 675 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item() 738 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 755 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item() 1093 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
|
D | tree-log.c | 513 ret = btrfs_insert_empty_item(trans, root, path, in overwrite_item() 740 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent() 1744 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir() 3565 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key() 4284 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_inode_item() 4767 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
|
D | extent-tree.c | 527 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref() 553 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref() 707 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in insert_tree_block_ref() 4801 ret = btrfs_insert_empty_item(trans, extent_root, path, ins, size); in alloc_reserved_file_extent() 4878 ret = btrfs_insert_empty_item(trans, extent_root, path, &extent_key, in alloc_reserved_tree_block()
|
D | dev-replace.c | 406 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
|
D | volumes.c | 2041 ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, in btrfs_add_dev_item() 3752 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item() 7782 ret = btrfs_insert_empty_item(trans, dev_root, path, in update_dev_stat_item()
|
D | inode.c | 496 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent() 2958 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent() 8705 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
|
D | file.c | 2164 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_replace_extent()
|
D | block-group.c | 2684 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*extent)); in insert_dev_extent()
|
D | free-space-cache.c | 206 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
|
D | ctree.c | 4316 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
|
/linux-6.14.4/fs/btrfs/tests/ |
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()
|