Searched refs:set_uuid (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/md/bcache/ |
D | super.c | 82 memcpy(sb->set_uuid, s->set_uuid, 16); in read_super() 163 if (bch_is_zero(sb->set_uuid, 16)) in read_super() 223 memcpy(out->set_uuid, sb->set_uuid, 16); in __write_super() 893 memset(&dc->sb.set_uuid, 0, 16); in cached_dev_detach_finish() 941 if (memcmp(dc->sb.set_uuid, c->sb.set_uuid, 16)) in bch_cached_dev_attach() 997 memcpy(dc->sb.set_uuid, c->sb.set_uuid, 16); in bch_cached_dev_attach() 1040 dc->disk.c->sb.set_uuid); in bch_cached_dev_attach() 1301 printk(KERN_ERR "bcache: error on %pU: ", c->sb.set_uuid); in bch_cache_set_error() 1362 pr_info("Cache set %pU unregistered", c->sb.set_uuid); in cache_set_free() 1474 memcpy(c->sb.set_uuid, sb->set_uuid, 16); in bch_cache_set_alloc() [all …]
|
D | debug.c | 231 snprintf(name, 50, "bcache-%pU", c->sb.set_uuid); in bch_debug_init_cache_set()
|
D | sysfs.c | 266 if (bch_parse_uuid(buf, dc->sb.set_uuid) < 16) in STORE()
|
/linux-4.4.14/include/uapi/linux/raid/ |
D | md_p.h | 231 __u8 set_uuid[16]; /* user-space generated. */ member
|
/linux-4.4.14/include/trace/events/ |
D | bcache.h | 166 memcpy(__entry->uuid, c->sb.set_uuid, 16); 202 memcpy(__entry->uuid, c->sb.set_uuid, 16);
|
/linux-4.4.14/include/uapi/linux/ |
D | bcache.h | 165 __u8 set_uuid[16]; member
|
/linux-4.4.14/drivers/md/ |
D | md.c | 1505 if (memcmp(sb->set_uuid, refsb->set_uuid, 16) != 0 || in super_1_load() 1568 memcpy(mddev->uuid, sb->set_uuid, 16); in super_1_validate()
|