Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-item.c161 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_inode_ref()
207 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_insert_empty_inode()
Dorphan.c37 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in btrfs_insert_orphan_item()
Dfile-item.c60 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_insert_file_extent()
814 ret = btrfs_insert_empty_item(trans, root, path, &file_key, in btrfs_csum_file_blocks()
Ddir-item.c46 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow()
Droot-tree.c411 ret = btrfs_insert_empty_item(trans, tree_root, path, &key, in btrfs_add_root_ref()
Dtree-log.c400 ret = btrfs_insert_empty_item(trans, root, path, in overwrite_item()
599 ret = btrfs_insert_empty_item(trans, root, path, key, in replay_one_extent()
1167 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in link_to_fixup_dir()
2448 ret = btrfs_insert_empty_item(trans, log, path, &key, sizeof(*item)); in insert_dir_log_key()
Dextent-tree.c1182 ret = btrfs_insert_empty_item(trans, root, path, &key, size); in insert_extent_data_ref()
1208 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_extent_data_ref()
1386 ret = btrfs_insert_empty_item(trans, root, path, &key, 0); in insert_tree_block_ref()
5995 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_file_extent()
6059 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path, in alloc_reserved_tree_block()
Dvolumes.c1090 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_alloc_dev_extent()
1220 ret = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_add_device()
2156 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_balance_item()
Dioctl.c2524 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_ioctl_clone()
2598 ret = btrfs_insert_empty_item(trans, root, path, in btrfs_ioctl_clone()
Ddelayed-inode.c879 ret = btrfs_insert_empty_item(trans, root, path, &delayed_item->key, in btrfs_insert_delayed_item()
Dinode.c151 ret = btrfs_insert_empty_item(trans, root, path, &key, in insert_inline_extent()
1789 ret = btrfs_insert_empty_item(trans, root, path, &ins, sizeof(*fi)); in insert_reserved_file_extent()
7416 err = btrfs_insert_empty_item(trans, root, path, &key, in btrfs_symlink()
Dfree-space-cache.c162 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
Dctree.h2694 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item() function
Dctree.c3734 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in btrfs_insert_item()