Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dtransaction.c1462 uuid_le new_uuid; in create_pending_snapshot() local
1555 uuid_le_gen(&new_uuid); in create_pending_snapshot()
1556 memcpy(new_root_item->uuid, new_uuid.b, BTRFS_UUID_SIZE); in create_pending_snapshot()
1668 ret = btrfs_uuid_tree_add(trans, new_uuid.b, BTRFS_UUID_KEY_SUBVOL, in create_pending_snapshot()
Dioctl.c580 uuid_le new_uuid; in create_subvol() local
650 uuid_le_gen(&new_uuid); in create_subvol()
651 memcpy(root_item->uuid, new_uuid.b, BTRFS_UUID_SIZE); in create_subvol()