Searched refs:parent_uuid (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/nvdimm/ |
| D | btt_devs.c | 247 const u8 *parent_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in nd_btt_arena_is_valid() local 253 if (!guid_is_null((guid_t *)&super->parent_uuid)) in nd_btt_arena_is_valid() 254 if (memcmp(super->parent_uuid, parent_uuid, 16) != 0) in nd_btt_arena_is_valid()
|
| D | pfn.h | 19 u8 parent_uuid[16]; member
|
| D | pfn_devs.c | 453 const u8 *parent_uuid = nd_dev_to_uuid(&ndns->dev); in nd_pfn_validate() local 473 if (memcmp(pfn_sb->parent_uuid, parent_uuid, 16) != 0) in nd_pfn_validate() 789 memcpy(pfn_sb->parent_uuid, nd_dev_to_uuid(&ndns->dev), 16); in nd_pfn_init()
|
| D | btt.h | 99 u8 parent_uuid[16]; member
|
| D | btt.c | 975 const u8 *parent_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in btt_arena_write_layout() local 991 memcpy(super->parent_uuid, parent_uuid, 16); in btt_arena_write_layout()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | btrfs_tree.h | 640 __u8 parent_uuid[BTRFS_UUID_SIZE]; member
|
| D | btrfs.h | 786 __u8 parent_uuid[BTRFS_UUID_SIZE]; member
|
| /Linux-v5.4/fs/btrfs/ |
| D | transaction.c | 1509 memcpy(new_root_item->parent_uuid, root->root_item.uuid, in create_pending_snapshot()
|
| D | ioctl.c | 2664 memcpy(subvol_info->parent_uuid, root_item->parent_uuid, in btrfs_ioctl_get_subvol_info()
|