Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Duuid-tree.c280 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
Dtransaction.c1723 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1724 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1831 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1832 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
Dioctl.c3049 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
4846 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
4849 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
4850 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
4859 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
Dsend.c2439 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2441 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2449 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2451 parent_root->root_item.received_uuid); in send_subvol_begin()
5166 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5168 clone_root->root->root_item.received_uuid); in send_clone()
Dvolumes.c4690 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4721 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4723 root_item.received_uuid, in btrfs_uuid_scan_kthread()
Dinode.c4751 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4753 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/linux-6.1.9/include/uapi/linux/
Dbtrfs_tree.h669 __u8 received_uuid[BTRFS_UUID_SIZE]; member
Dbtrfs.h853 __u8 received_uuid[BTRFS_UUID_SIZE]; member