Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Droot-tree.c182 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()
H A Dfree-space-tree.c83 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info()
321 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_convert_free_space_to_bitmaps()
456 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_convert_free_space_to_extents()
775 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
788 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
992 ret = btrfs_insert_empty_item(trans, root, path, &new_key, 0); in add_free_space_extent()
H A Ddir-item.c34 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
H A Dctree.h654 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
H A Duuid-tree.c116 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
H A Dfile-item.c177 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_hole_extent()
1233 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
H A Dreflink.c275 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent()
H A Dqgroup.c674 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item()
737 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
754 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
1082 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
H A Dtree-log.c512 ret = btrfs_insert_empty_item(trans, root, path, in overwrite_item()
714 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent()
1778 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir()
3610 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key()
4322 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_inode_item()
4805 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
H A Dextent-tree.c523 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref()
549 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref()
703 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in insert_tree_block_ref()
4836 ret = btrfs_insert_empty_item(trans, extent_root, path, ins, size); in alloc_reserved_file_extent()
4913 ret = btrfs_insert_empty_item(trans, extent_root, path, &extent_key, in alloc_reserved_tree_block()
H A Ddev-replace.c399 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
H A Dinode.c496 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent()
2970 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent()
8873 ret = btrfs_insert_empty_item(trans, root, path, &key, datasize); in btrfs_symlink()
H A Dfile.c2326 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_replace_extent()
H A Dblock-group.c2703 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*extent)); in insert_dev_extent()
H A Dfree-space-cache.c206 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
H A Dctree.c4313 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
/linux/fs/btrfs/tests/
H A Dqgroup-tests.c41 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()