Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.c4257 struct btrfs_root *subvol_root; in btrfs_check_uuid_tree_entry() local
4266 subvol_root = btrfs_read_fs_root_no_name(fs_info, &key); in btrfs_check_uuid_tree_entry()
4267 if (IS_ERR(subvol_root)) { in btrfs_check_uuid_tree_entry()
4268 ret = PTR_ERR(subvol_root); in btrfs_check_uuid_tree_entry()
4276 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry()
4280 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()