Searched refs:set_uuid (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | super.c | 78 memcpy(sb->set_uuid, s->set_uuid, 16); in read_super() 159 if (bch_is_zero(sb->set_uuid, 16)) in read_super() 219 memcpy(out->set_uuid, sb->set_uuid, 16); in __write_super() 1005 memset(&dc->sb.set_uuid, 0, 16); in cached_dev_detach_finish() 1047 uint8_t *set_uuid) in bch_cached_dev_attach() argument 1053 if ((set_uuid && memcmp(set_uuid, c->sb.set_uuid, 16)) || in bch_cached_dev_attach() 1054 (!set_uuid && memcmp(dc->sb.set_uuid, c->sb.set_uuid, 16))) in bch_cached_dev_attach() 1126 memcpy(dc->sb.set_uuid, c->sb.set_uuid, 16); in bch_cached_dev_attach() 1170 dc->disk.c->sb.set_uuid); in bch_cached_dev_attach() 1481 pr_err("bcache: error on %pU: ", c->sb.set_uuid); in bch_cache_set_error() [all …]
|
D | sysfs.c | 353 uint8_t set_uuid[16]; in STORE() local 355 if (bch_parse_uuid(buf, set_uuid) < 16) in STORE() 360 v = bch_cached_dev_attach(dc, c, set_uuid); in STORE()
|
D | debug.c | 242 snprintf(name, 50, "bcache-%pU", c->sb.set_uuid); in bch_debug_init_cache_set()
|
D | bcache.h | 989 uint8_t *set_uuid);
|
/Linux-v4.19/include/trace/events/ |
D | bcache.h | 167 memcpy(__entry->uuid, c->sb.set_uuid, 16); 203 memcpy(__entry->uuid, c->sb.set_uuid, 16);
|
/Linux-v4.19/include/uapi/linux/raid/ |
D | md_p.h | 236 __u8 set_uuid[16]; /* user-space generated. */ member
|
/Linux-v4.19/include/uapi/linux/ |
D | bcache.h | 168 __u8 set_uuid[16]; member
|
/Linux-v4.19/drivers/md/ |
D | md.c | 1601 if (memcmp(sb->set_uuid, refsb->set_uuid, 16) != 0 || in super_1_load() 1663 memcpy(mddev->uuid, sb->set_uuid, 16); in super_1_validate()
|