Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Duuid-tree.c284 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
452 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
483 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
485 root_item.received_uuid, in btrfs_uuid_scan_kthread()
Dtransaction.c1772 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1773 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1882 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1883 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
Dioctl.c2204 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
4117 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
4120 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
4121 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
4130 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
Dsend.c2573 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2575 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2583 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2585 parent_root->root_item.received_uuid); in send_subvol_begin()
5431 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5433 clone_root->root->root_item.received_uuid); in send_clone()
Dinode.c4598 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4600 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/linux-6.12.1/include/uapi/linux/
Dbtrfs_tree.h953 __u8 received_uuid[BTRFS_UUID_SIZE]; member
Dbtrfs.h891 __u8 received_uuid[BTRFS_UUID_SIZE]; member