Home
last modified time | relevance | path

Searched refs:uuids (Results 1 – 11 of 11) sorted by relevance

/drivers/thunderbolt/
Ddomain.c127 uuid_t *uuids; in boot_acl_show() local
131 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show()
132 if (!uuids) in boot_acl_show()
141 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show()
149 if (!uuid_is_null(&uuids[i])) in boot_acl_show()
151 &uuids[i]); in boot_acl_show()
160 kfree(uuids); in boot_acl_show()
Dtb.h282 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids);
283 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
Dicm.c1452 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument
1470 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl()
1489 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument
1502 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl()
1504 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
/drivers/md/bcache/
Dsuper.c360 bch_bio_map(bio, c->uuids); in uuid_io()
371 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
374 u - c->uuids, u->uuid, u->label, in uuid_io()
391 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
392 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
460 for (u = c->uuids; in uuid_find()
461 u < c->uuids + c->nr_uuids; u++) in uuid_find()
739 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1191 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1450 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
[all …]
Dalloc.c580 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket()
581 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
Dsysfs.c373 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE()
506 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW()
525 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
Dbcache.h668 struct uuid_entry *uuids; member
Drequest.c611 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in cache_lookup()
1150 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
Dwriteback.c527 if (UUID_FLASH_ONLY(&c->uuids[inode])) in bcache_dev_sectors_dirty_add()
Dbtree.c1785 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
/drivers/block/drbd/
Ddrbd_nl.c3851 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()