Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.c1322 uuid_le new_uuid; in create_pending_snapshot() local
1417 uuid_le_gen(&new_uuid); in create_pending_snapshot()
1418 memcpy(new_root_item->uuid, new_uuid.b, BTRFS_UUID_SIZE); in create_pending_snapshot()
1518 ret = btrfs_uuid_tree_add(trans, fs_info->uuid_root, new_uuid.b, in create_pending_snapshot()
Dioctl.c458 uuid_le new_uuid; in create_subvol() local
536 uuid_le_gen(&new_uuid); in create_subvol()
537 memcpy(root_item.uuid, new_uuid.b, BTRFS_UUID_SIZE); in create_subvol()