Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h621 __u8 received_uuid[BTRFS_UUID_SIZE]; member
/openbmc/linux/fs/btrfs/
H A Duuid-tree.c283 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()
H A Dtransaction.c1768 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1769 sizeof(new_root_item->received_uuid)); in create_pending_snapshot()
1875 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) { in create_pending_snapshot()
1876 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
H A Dioctl.c2198 memcpy(subvol_info->received_uuid, root_item->received_uuid, in btrfs_ioctl_get_subvol_info()
4019 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, in _btrfs_ioctl_set_received_subvol()
4022 !btrfs_is_empty_uuid(root_item->received_uuid)) { in _btrfs_ioctl_set_received_subvol()
4023 ret = btrfs_uuid_tree_remove(trans, root_item->received_uuid, in _btrfs_ioctl_set_received_subvol()
4032 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE); in _btrfs_ioctl_set_received_subvol()
H A 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()
5432 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid)) in send_clone()
5434 clone_root->root->root_item.received_uuid); in send_clone()
H A Dvolumes.c4746 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4777 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4779 root_item.received_uuid, in btrfs_uuid_scan_kthread()
H A Dinode.c4568 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) { in btrfs_delete_subvolume()
4570 dest->root_item.received_uuid, in btrfs_delete_subvolume()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h908 __u8 received_uuid[BTRFS_UUID_SIZE]; member
H A Dbtrfs.h887 __u8 received_uuid[BTRFS_UUID_SIZE]; member