Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Duuid-tree.c283 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
A Dtransaction.c1747 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1748 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1855 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1856 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
A Dioctl.c2158 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
3957 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
3960 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
3961 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
3970 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
A Dsend.c2548 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2550 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2558 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2560 parent_root->root_item.received_uuid); in send_subvol_begin()
5403 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5405 clone_root->root->root_item.received_uuid); in send_clone()
A Dvolumes.c4687 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4718 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4720 root_item.received_uuid, in btrfs_uuid_scan_kthread()
A Dinode.c4639 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4641 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/linux-6.3-rc2/include/uapi/linux/
A Dbtrfs_tree.h904 __u8 received_uuid[BTRFS_UUID_SIZE]; member
A Dbtrfs.h883 __u8 received_uuid[BTRFS_UUID_SIZE]; member

Completed in 60 milliseconds