Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Duuid-tree.c281 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
Dtransaction.c1580 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1581 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1696 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1697 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
Dioctl.c2687 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
4438 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
4441 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
4442 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
4451 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
Dsend.c2405 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2407 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2415 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2417 parent_root->root_item.received_uuid); in send_subvol_begin()
5097 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5099 clone_root->root->root_item.received_uuid); in send_clone()
Dvolumes.c4437 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4468 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4470 root_item.received_uuid, in btrfs_uuid_scan_kthread()
Dinode.c4077 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4079 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h640 __u8 received_uuid[BTRFS_UUID_SIZE]; member
Dbtrfs.h829 __u8 received_uuid[BTRFS_UUID_SIZE]; member