Searched refs:set_uuid (Results 1 – 6 of 6) sorted by relevance
/drivers/md/bcache/ |
D | super.c | 108 memcpy(sb->set_uuid, s->set_uuid, 16); in read_super() 189 if (bch_is_zero(sb->set_uuid, 16)) in read_super() 249 memcpy(out->set_uuid, sb->set_uuid, 16); in __write_super() 841 memset(&dc->sb.set_uuid, 0, 16); in cached_dev_detach_finish() 886 if (memcmp(dc->sb.set_uuid, c->sb.set_uuid, 16)) in bch_cached_dev_attach() 942 memcpy(dc->sb.set_uuid, c->sb.set_uuid, 16); in bch_cached_dev_attach() 974 dc->disk.c->sb.set_uuid); in bch_cached_dev_attach() 1220 printk(KERN_ERR "bcache: error on %pU: ", c->sb.set_uuid); in bch_cache_set_error() 1272 pr_info("Cache set %pU unregistered", c->sb.set_uuid); in cache_set_free() 1363 memcpy(c->sb.set_uuid, sb->set_uuid, 16); in bch_cache_set_alloc() [all …]
|
D | debug.c | 403 snprintf(name, 50, "bcache-%pU", c->sb.set_uuid); in bch_debug_init_cache_set()
|
D | bcache.h | 256 uint8_t set_uuid[16]; member
|
D | sysfs.c | 227 if (bch_parse_uuid(buf, dc->sb.set_uuid) < 16) in STORE()
|
D | btree.c | 1513 trace_bcache_gc_start(c->sb.set_uuid); in bch_btree_gc() 1549 trace_bcache_gc_end(c->sb.set_uuid); in bch_btree_gc()
|
/drivers/md/ |
D | md.c | 1570 if (memcmp(sb->set_uuid, refsb->set_uuid, 16) != 0 || in super_1_load() 1632 memcpy(mddev->uuid, sb->set_uuid, 16); in super_1_validate() 2290 uuid = sb->set_uuid; in print_sb_1()
|