Searched refs:btrfs_is_empty_uuid (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/btrfs/
H A Dioctl.h22 int __pure btrfs_is_empty_uuid(u8 *uuid);
H A Dioctl.c555 int __pure btrfs_is_empty_uuid(u8 *uuid) function
2920 if (!btrfs_is_empty_uuid(di_args->uuid))
4078 !btrfs_is_empty_uuid(root_item->received_uuid)) {
4102 if (received_uuid_changed && !btrfs_is_empty_uuid(sa->uuid)) {
H A Dvolumes.c4841 if (!btrfs_is_empty_uuid(root_item.uuid) ||
4842 !btrfs_is_empty_uuid(root_item.received_uuid)) {
4862 if (!btrfs_is_empty_uuid(root_item.uuid)) {
4873 if (!btrfs_is_empty_uuid(root_item.received_uuid)) {
H A Dtransaction.c1883 if (!btrfs_is_empty_uuid(new_root_item->received_uuid)) {
H A Dsend.c2571 if (!btrfs_is_empty_uuid(sctx->send_root->root_item.received_uuid))
2581 if (!btrfs_is_empty_uuid(parent_root->root_item.received_uuid))
5430 if (!btrfs_is_empty_uuid(clone_root->root->root_item.received_uuid))
H A Dinode.c4587 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) {

Completed in 205 milliseconds