Searched refs:parent_uuid (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/nvdimm/
H A Dpfn.h19 u8 parent_uuid[16]; member in struct:nd_pfn_sb
H A Dbtt_devs.c242 * parent_uuid contained in the info block with the one supplied in.
250 uuid_t parent_uuid; local
256 import_uuid(&parent_uuid, super->parent_uuid);
257 if (!uuid_is_null(&parent_uuid))
258 if (!uuid_equal(&parent_uuid, ns_uuid))
H A Dbtt.h98 u8 parent_uuid[16]; member in struct:btt_sb
H A Dpfn_devs.c460 const uuid_t *parent_uuid = nd_dev_to_uuid(&ndns->dev); local
480 if (memcmp(pfn_sb->parent_uuid, parent_uuid, 16) != 0)
831 memcpy(pfn_sb->parent_uuid, nd_dev_to_uuid(&ndns->dev), 16);
H A Dbtt.c970 const uuid_t *parent_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); local
986 export_uuid(super->parent_uuid, parent_uuid);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h956 __u8 parent_uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_root_item
H A Dbtrfs.h885 __u8 parent_uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_ioctl_get_subvol_info_args
/linux-master/fs/btrfs/
H A Dtransaction.c1774 memcpy(new_root_item->parent_uuid, root->root_item.uuid,
H A Dioctl.c2204 memcpy(subvol_info->parent_uuid, root_item->parent_uuid,

Completed in 165 milliseconds