Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h641 __u8 received_uuid[BTRFS_UUID_SIZE]; member
Dbtrfs.h792 __u8 received_uuid[BTRFS_UUID_SIZE]; member
/Linux-v5.4/fs/btrfs/
Dtransaction.c1512 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1513 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1625 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1626 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
Dioctl.c2666 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
5038 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
5041 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
5042 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
5051 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()
4948 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
4950 clone_root->root->root_item.received_uuid); in send_clone()
Dvolumes.c4461 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4491 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4493 root_item.received_uuid, in btrfs_uuid_scan_kthread()
4574 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
Dinode.c4488 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4490 dest->root_item.received_uuid, in btrfs_delete_subvolume()