Lines Matching refs:uuid
24 kfree(nd_btt->uuid);
72 if (nd_btt->uuid)
73 return sprintf(buf, "%pUb\n", nd_btt->uuid);
84 rc = nd_uuid_store(dev, &nd_btt->uuid, buf, len);
91 static DEVICE_ATTR_RW(uuid);
183 unsigned long lbasize, u8 *uuid,
198 if (uuid) {
199 uuid = kmemdup(uuid, 16, GFP_KERNEL);
200 if (!uuid)
203 nd_btt->uuid = uuid;
322 nd_btt->uuid = kmemdup(btt_sb->uuid, 16, GFP_KERNEL);
323 if (!nd_btt->uuid)