Home
last modified time | relevance | path

Searched refs:btrfs_insert_empty_item (Results 1 – 21 of 21) sorted by relevance

/linux-6.1.9/fs/btrfs/
Dorphan.c24 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
Dinode-item.c269 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_extref()
325 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()
Dfree-space-tree.c78 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info()
313 ret = btrfs_insert_empty_item(trans, root, path, &key, in convert_free_space_to_bitmaps()
442 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in convert_free_space_to_extents()
770 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
783 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
978 ret = btrfs_insert_empty_item(trans, root, path, &new_key, 0); in add_free_space_extent()
Droot-tree.c171 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_update_root()
422 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
Duuid-tree.c112 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
Ddir-item.c32 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
Dverity.c246 ret = btrfs_insert_empty_item(trans, root, path, &key, copy_bytes); in write_key_bytes()
Dfile-item.c160 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_hole_extent()
1173 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
Dqgroup.c618 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item()
684 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
703 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
1049 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
Dreflink.c271 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent()
Dtree-log.c482 ret = btrfs_insert_empty_item(trans, root, path, in do_overwrite_item()
726 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent()
1755 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir()
3579 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key()
4264 ret = btrfs_insert_empty_item(trans, log, path, &inode->location, in log_inode_item()
4747 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
Dextent-tree.c544 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref()
570 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref()
728 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in insert_tree_block_ref()
4683 ret = btrfs_insert_empty_item(trans, extent_root, path, ins, size); in alloc_reserved_file_extent()
4754 ret = btrfs_insert_empty_item(trans, extent_root, path, &extent_key, in alloc_reserved_tree_block()
Ddev-replace.c413 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
Dvolumes.c1852 ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, in btrfs_add_dev_item()
3454 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item()
7937 ret = btrfs_insert_empty_item(trans, dev_root, path, in update_dev_stat_item()
Dinode.c314 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent()
3092 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent()
9759 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
Dblock-group.c2315 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*extent)); in insert_dev_extent()
Dctree.h3120 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
Dfile.c2571 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_replace_extent()
Dfree-space-cache.c195 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
Dctree.c4148 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
/linux-6.1.9/fs/btrfs/tests/
Dqgroup-tests.c39 ret = btrfs_insert_empty_item(&trans, root, path, &ins, size); in insert_normal_tree_ref()
110 ret = btrfs_insert_empty_item(&trans, root, path, &key, 0); in add_tree_ref()