Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c4211 struct btrfs_root *subvol_root; in btrfs_check_uuid_tree_entry() local
4220 subvol_root = btrfs_read_fs_root_no_name(fs_info, &key); in btrfs_check_uuid_tree_entry()
4221 if (IS_ERR(subvol_root)) { in btrfs_check_uuid_tree_entry()
4222 ret = PTR_ERR(subvol_root); in btrfs_check_uuid_tree_entry()
4230 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry()
4234 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()