Lines Matching full:uuid
23 kfree(nd_btt->uuid); in nd_btt_release()
69 if (nd_btt->uuid) in uuid_show()
70 return sprintf(buf, "%pUb\n", nd_btt->uuid); in uuid_show()
81 rc = nd_uuid_store(dev, &nd_btt->uuid, buf, len); in uuid_store()
88 static DEVICE_ATTR_RW(uuid);
177 unsigned long lbasize, uuid_t *uuid, in __nd_btt_create() argument
192 if (uuid) { in __nd_btt_create()
193 uuid = kmemdup(uuid, 16, GFP_KERNEL); in __nd_btt_create()
194 if (!uuid) in __nd_btt_create()
197 nd_btt->uuid = uuid; in __nd_btt_create()
319 nd_btt->uuid = kmemdup(&btt_sb->uuid, sizeof(uuid_t), GFP_KERNEL); in __nd_btt_probe()
320 if (!nd_btt->uuid) in __nd_btt_probe()