Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h636 __u8 received_uuid[BTRFS_UUID_SIZE]; member
Dbtrfs.h786 __u8 received_uuid[BTRFS_UUID_SIZE]; member
/Linux-v4.19/fs/btrfs/
Dtransaction.c1528 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1529 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1642 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1643 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
Dioctl.c2643 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
5445 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
5448 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
5449 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
5458 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
Dsend.c2386 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2388 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2396 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2398 parent_root->root_item.received_uuid); in send_subvol_begin()
4950 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
4952 clone_root->root->root_item.received_uuid); in send_clone()
Dvolumes.c4121 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4151 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4153 root_item.received_uuid, in btrfs_uuid_scan_kthread()
4234 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
Dinode.c4346 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4348 dest->root_item.received_uuid, in btrfs_delete_subvolume()