Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Duuid-tree.c280 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
Dtransaction.c1663 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1664 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1771 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1772 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
Dioctl.c2732 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
4505 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
4508 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
4509 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
4518 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
Dsend.c2379 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2381 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2389 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2391 parent_root->root_item.received_uuid); in send_subvol_begin()
5091 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5093 clone_root->root->root_item.received_uuid); in send_clone()
Dvolumes.c4601 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4632 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4634 root_item.received_uuid, in btrfs_uuid_scan_kthread()
Dinode.c4515 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4517 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h664 __u8 received_uuid[BTRFS_UUID_SIZE]; member
Dbtrfs.h831 __u8 received_uuid[BTRFS_UUID_SIZE]; member