Home
last modified time | relevance | path

Searched refs:set_uuid (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dsuper.c185 memcpy(sb->set_uuid, s->set_uuid, 16); in read_super()
302 memcpy(out->set_uuid, sb->set_uuid, 16); in __write_super()
1191 uint8_t *set_uuid) in bch_cached_dev_attach() argument
1198 if ((set_uuid && memcmp(set_uuid, c->set_uuid, 16)) || in bch_cached_dev_attach()
1199 (!set_uuid && memcmp(dc->sb.set_uuid, c->set_uuid, 16))) in bch_cached_dev_attach()
1267 memcpy(dc->sb.set_uuid, c->set_uuid, 16); in bch_cached_dev_attach()
1334 dc->disk.c->set_uuid); in bch_cached_dev_attach()
1652 c->set_uuid, &vaf); in bch_cache_set_error()
1881 memcpy(c->set_uuid, sb->set_uuid, 16); in bch_cache_set_alloc()
2154 if (!memcmp(c->set_uuid, ca->sb.set_uuid, 16)) { in register_cache_set()
[all …]
H A Dbcache_ondisk.h172 __u8 set_uuid[16]; member
234 __u8 set_uuid[16]; member
H A Dbcache.h676 uint8_t set_uuid[16]; member
1025 uint8_t *set_uuid);
H A Ddebug.c242 snprintf(name, 50, "bcache-%pU", c->set_uuid); in bch_debug_init_cache_set()
H A Dsysfs.c432 uint8_t set_uuid[16]; in STORE() local
434 if (bch_parse_uuid(buf, set_uuid) < 16) in STORE()
439 v = bch_cached_dev_attach(dc, c, set_uuid); in STORE()
H A Dwriteback.c790 memset(&dc->sb.set_uuid, 0, 16); in bch_writeback_thread()
H A Dbtree.c836 if (register_shrinker(&c->shrink, "md-bcache:%pU", c->set_uuid)) in bch_btree_cache_alloc()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0010-invoking-mkfs-with-infinite-timeout.patch26 cmd = self._mkfs_command(options, label, set_uuid, nodiscard)
/openbmc/linux/include/trace/events/
H A Dbcache.h167 memcpy(__entry->uuid, c->set_uuid, 16);
203 memcpy(__entry->uuid, c->set_uuid, 16);
/openbmc/linux/include/uapi/linux/raid/
H A Dmd_p.h236 __u8 set_uuid[16]; /* user-space generated. */ member
/openbmc/linux/drivers/thunderbolt/
H A Dicm.c113 void (*set_uuid)(struct tb *tb); member
2162 if (icm->set_uuid) in icm_start()
2163 icm->set_uuid(tb); in icm_start()
2502 icm->set_uuid = icm_icl_set_uuid; in icm_probe()
2524 icm->set_uuid = icm_icl_set_uuid; in icm_probe()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c1127 static void set_uuid(Object *obj, Visitor *v, const char *name, void *opaque, in set_uuid() function
1156 .set = set_uuid,
/openbmc/linux/drivers/md/
H A Dmd.c1755 if (memcmp(sb->set_uuid, refsb->set_uuid, 16) != 0 || in super_1_load()
1816 memcpy(mddev->uuid, sb->set_uuid, 16); in super_1_validate()