Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dinode-item.c269 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_extref()
326 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_ref()
392 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_empty_inode()
A Dorphan.c24 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
A Dfree-space-tree.c64 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info()
299 ret = btrfs_insert_empty_item(trans, root, path, &key, in convert_free_space_to_bitmaps()
428 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in convert_free_space_to_extents()
756 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
769 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
964 ret = btrfs_insert_empty_item(trans, root, path, &new_key, 0); in add_free_space_extent()
A Droot-tree.c171 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_update_root()
408 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
A Duuid-tree.c112 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
A Ddir-item.c33 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
A Dverity.c246 ret = btrfs_insert_empty_item(trans, root, path, &key, copy_bytes); in write_key_bytes()
A Dfile-item.c152 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_file_extent()
1155 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
A Dtree-log.c499 ret = btrfs_insert_empty_item(trans, root, path, in do_overwrite_item()
743 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent()
1901 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir()
3644 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key()
4255 ret = btrfs_insert_empty_item(trans, log, path, &inode->location, in log_inode_item()
4613 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
A Dqgroup.c600 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item()
666 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
685 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
1016 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
A Dreflink.c271 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent()
A Dextent-tree.c541 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref()
567 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref()
724 ret = btrfs_insert_empty_item(trans, trans->fs_info->extent_root, in insert_tree_block_ref()
4592 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_file_extent()
4676 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_tree_block()
A Ddev-replace.c409 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
A Dvolumes.c1856 ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, in btrfs_add_dev_item()
3422 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item()
7826 ret = btrfs_insert_empty_item(trans, dev_root, path, in update_dev_stat_item()
A Dinode.c268 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent()
2901 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent()
10129 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
A Dfile.c2642 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_replace_extent()
A Dblock-group.c2317 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*extent)); in insert_dev_extent()
A Dfree-space-cache.c178 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
A Dctree.h2949 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
A Dctree.c3918 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
/linux/fs/btrfs/tests/
A 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()

Completed in 105 milliseconds