Searched refs:nd_uuid_store (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt_devs.c | 84 rc = nd_uuid_store(dev, &nd_btt->uuid, buf, len); in uuid_store()
|
H A D | nd.h | 231 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
|
H A D | core.c | 243 * nd_uuid_store: common implementation for writing 'uuid' sysfs attributes 252 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf, in nd_uuid_store() function
|
H A D | pfn_devs.c | 157 rc = nd_uuid_store(dev, &nd_pfn->uuid, buf, len); in uuid_store()
|
H A D | namespace_devs.c | 1275 rc = nd_uuid_store(dev, &uuid, buf, len); in uuid_store()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt_devs.c | 83 rc = nd_uuid_store(dev, &nd_btt->uuid, buf, len); in uuid_store()
|
H A D | core.c | 211 * nd_uuid_store: common implementation for writing 'uuid' sysfs attributes 220 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf, in nd_uuid_store() function
|
H A D | nd.h | 497 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf,
|
H A D | pfn_devs.c | 158 rc = nd_uuid_store(dev, &nd_pfn->uuid, buf, len); in uuid_store()
|
H A D | namespace_devs.c | 1045 rc = nd_uuid_store(dev, &uuid, buf, len); in uuid_store()
|
Completed in 15 milliseconds