Home
last modified time | relevance | path

Searched refs:subvol_root (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Duuid-tree.c268 struct btrfs_root *subvol_root; in btrfs_check_uuid_tree_entry() local
274 subvol_root = btrfs_get_fs_root(fs_info, subvolid, true); in btrfs_check_uuid_tree_entry()
275 if (IS_ERR(subvol_root)) { in btrfs_check_uuid_tree_entry()
276 ret = PTR_ERR(subvol_root); in btrfs_check_uuid_tree_entry()
284 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry()
288 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
293 btrfs_put_root(subvol_root); in btrfs_check_uuid_tree_entry()
H A Dqgroup.h445 int btrfs_qgroup_add_swapped_blocks(struct btrfs_root *subvol_root,
H A Dqgroup.c4737 int btrfs_qgroup_add_swapped_blocks(struct btrfs_root *subvol_root, in btrfs_qgroup_add_swapped_blocks() argument
4743 struct btrfs_fs_info *fs_info = subvol_root->fs_info; in btrfs_qgroup_add_swapped_blocks()
4744 struct btrfs_qgroup_swapped_blocks *blocks = &subvol_root->swapped_blocks; in btrfs_qgroup_add_swapped_blocks()