Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Duuid-tree.c285 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
447 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
478 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
480 root_item.received_uuid, in btrfs_uuid_scan_kthread()
H A Dtransaction.c1803 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1804 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1905 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1906 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
H A Dioctl.c96 __u8 received_uuid[BTRFS_UUID_SIZE]; member
1992 memcpy(subvol_info->received_uuid, root_item->received_uuid, in _btrfs_ioctl_get_subvol_info()
2086 memcpy(subvol_info_32->received_uuid, subvol_info->received_uuid, BTRFS_UUID_SIZE); in btrfs_ioctl_get_subvol_info_32()
3920 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
3955 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
3956 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
3964 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
H A Dsend.c2490 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid)) in send_subvol_begin()
2492 sctx->send_root->root_item.received_uuid); in send_subvol_begin()
2500 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid)) in send_subvol_begin()
2502 parent_root->root_item.received_uuid); in send_subvol_begin()
5317 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5319 clone_root->root->root_item.received_uuid); in send_clone()
H A Dinode.c4873 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4875 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/linux/include/uapi/linux/
H A Dbtrfs.h905 __u8 received_uuid[BTRFS_UUID_SIZE]; member