Home
last modified time | relevance | path

Searched refs:nd_dev_to_uuid (Results 1 – 5 of 5) sorted by relevance

/drivers/nvdimm/
Dpfn_devs.c360 const u8 *parent_uuid = nd_dev_to_uuid(&ndns->dev); in nd_pfn_validate()
674 memcpy(pfn_sb->parent_uuid, nd_dev_to_uuid(&ndns->dev), 16); in nd_pfn_init()
Dbtt_devs.c246 const u8 *parent_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in nd_btt_arena_is_valid()
Dnd.h399 const u8 *nd_dev_to_uuid(struct device *dev);
Dnamespace_devs.c205 const u8 *nd_dev_to_uuid(struct device *dev) in nd_dev_to_uuid() function
223 EXPORT_SYMBOL(nd_dev_to_uuid);
Dbtt.c868 const u8 *parent_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in btt_arena_write_layout()