Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dorphan.c23 return btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
A Dinode-item.c275 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_extref()
330 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_ref()
395 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_empty_inode()
A Droot-tree.c182 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_update_root()
435 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
A Dfree-space-tree.c83 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info()
318 ret = btrfs_insert_empty_item(trans, root, path, &key, in convert_free_space_to_bitmaps()
447 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in convert_free_space_to_extents()
776 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
789 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in remove_free_space_extent()
984 ret = btrfs_insert_empty_item(trans, root, path, &new_key, 0); in add_free_space_extent()
A Ddir-item.c35 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
A Duuid-tree.c116 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
A Dctree.h656 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
A Dverity.c251 ret = btrfs_insert_empty_item(trans, root, path, &key, copy_bytes); in write_key_bytes()
A Dfile-item.c176 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_hole_extent()
1239 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
A Dreflink.c276 ret = btrfs_insert_empty_item(trans, root, path, new_key, size); in clone_copy_inline_extent()
A Dqgroup.c676 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, 0); in add_qgroup_relation_item()
742 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
761 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in add_qgroup_item()
1110 ret = btrfs_insert_empty_item(trans, quota_root, path, &key, in btrfs_quota_enable()
A Dtree-log.c513 ret = btrfs_insert_empty_item(trans, root, path, in overwrite_item()
741 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent()
1745 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir()
3566 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key()
4286 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_inode_item()
4770 ret = btrfs_insert_empty_item(trans, log, path, &key, in log_one_extent()
A Dextent-tree.c527 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()
709 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in insert_tree_block_ref()
4816 ret = btrfs_insert_empty_item(trans, extent_root, path, ins, size); in alloc_reserved_file_extent()
4894 ret = btrfs_insert_empty_item(trans, extent_root, path, &extent_key, in alloc_reserved_tree_block()
A Ddev-replace.c406 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
A Dvolumes.c1898 ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, in btrfs_add_dev_item()
3618 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item()
7632 ret = btrfs_insert_empty_item(trans, dev_root, path, in update_dev_stat_item()
A Dinode.c534 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent()
2944 ret = btrfs_insert_empty_item(trans, root, path, &ins, in insert_reserved_file_extent()
8646 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
A Dfile.c2290 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_replace_extent()
A Dblock-group.c2663 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*extent)); in insert_dev_extent()
A Dfree-space-cache.c206 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
A Dctree.c4343 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()
/linux/fs/btrfs/tests/
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()

Completed in 106 milliseconds