Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Duuid-tree.c282 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
450 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
481 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
483 root_item.received_uuid, in btrfs_uuid_scan_kthread()
H A Dtransaction.c1777 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1778 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1887 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1888 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
H A Dioctl.c2109 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
4029 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
4032 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
4033 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
4042 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
H A Dsend.c2562 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2564 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2572 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2574 parent_root->root_item.received_uuid); in send_subvol_begin()
5421 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5423 clone_root->root->root_item.received_uuid); in send_clone()
H A Dinode.c4680 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4682 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h953 __u8 received_uuid[BTRFS_UUID_SIZE]; member
H A Dbtrfs.h901 __u8 received_uuid[BTRFS_UUID_SIZE]; member