Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Duuid-tree.c283 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
Dtransaction.c1769 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1770 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1876 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1877 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
Dioctl.c2165 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
3977 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
3980 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
3981 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
3990 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
Dsend.c2560 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2562 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2570 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2572 parent_root->root_item.received_uuid); in send_subvol_begin()
5413 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5415 clone_root->root->root_item.received_uuid); in send_clone()
Dvolumes.c4695 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4726 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4728 root_item.received_uuid, in btrfs_uuid_scan_kthread()
Dinode.c4535 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4537 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h908 __u8 received_uuid[BTRFS_UUID_SIZE]; member
Dbtrfs.h884 __u8 received_uuid[BTRFS_UUID_SIZE]; member