Searched refs:parent_uuid (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/nvdimm/ |
D | btt_devs.c | 239 const u8 *parent_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in nd_btt_arena_is_valid() local 245 if (!guid_is_null((guid_t *)&super->parent_uuid)) in nd_btt_arena_is_valid() 246 if (memcmp(super->parent_uuid, parent_uuid, 16) != 0) in nd_btt_arena_is_valid()
|
D | pfn.h | 27 u8 parent_uuid[16]; member
|
D | pfn_devs.c | 372 const u8 *parent_uuid = nd_dev_to_uuid(&ndns->dev); in nd_pfn_validate() local 392 if (memcmp(pfn_sb->parent_uuid, parent_uuid, 16) != 0) in nd_pfn_validate() 696 memcpy(pfn_sb->parent_uuid, nd_dev_to_uuid(&ndns->dev), 16); in nd_pfn_init()
|
D | btt.h | 105 u8 parent_uuid[16]; member
|
D | btt.c | 974 const u8 *parent_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in btt_arena_write_layout() local 990 memcpy(super->parent_uuid, parent_uuid, 16); in btt_arena_write_layout()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 635 __u8 parent_uuid[BTRFS_UUID_SIZE]; member
|
D | btrfs.h | 780 __u8 parent_uuid[BTRFS_UUID_SIZE]; member
|
/Linux-v4.19/fs/btrfs/ |
D | transaction.c | 1525 memcpy(new_root_item->parent_uuid, root->root_item.uuid, in create_pending_snapshot()
|
D | ioctl.c | 2641 memcpy(subvol_info->parent_uuid, root_item->parent_uuid, in btrfs_ioctl_get_subvol_info()
|