Searched refs:btrfs_update_root (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | root-tree.c | 118 int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root in btrfs_update_root() function
|
D | transaction.c | 1137 ret = btrfs_update_root(trans, tree_root, in update_cowonly_root() 1292 ret2 = btrfs_update_root(trans, fs_info->tree_root, in commit_fs_roots()
|
D | relocation.c | 1479 ret = btrfs_update_root(trans, fs_info->tree_root, in btrfs_update_reloc_root() 4371 ret = btrfs_update_root(trans, fs_info->tree_root, in mark_garbage_root()
|
D | ioctl.c | 2001 ret = btrfs_update_root(trans, fs_info->tree_root, in btrfs_ioctl_subvol_setflags() 5542 ret = btrfs_update_root(trans, fs_info->tree_root, in _btrfs_ioctl_set_received_subvol()
|
D | ctree.h | 3011 int __must_check btrfs_update_root(struct btrfs_trans_handle *trans,
|
D | tree-log.c | 2919 ret = btrfs_update_root(trans, fs_info->log_root_tree, in update_log_root()
|
D | extent-tree.c | 9033 ret = btrfs_update_root(trans, tree_root, in btrfs_drop_snapshot()
|