Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Ddomain.c124 uuid_t *uuids; in boot_acl_show() local
128 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show()
129 if (!uuids) in boot_acl_show()
138 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show()
146 if (!uuid_is_null(&uuids[i])) in boot_acl_show()
147 ret += sysfs_emit_at(buf, ret, "%pUb", &uuids[i]); in boot_acl_show()
155 kfree(uuids); in boot_acl_show()
Dicm.c1538 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument
1556 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl()
1575 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument
1588 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl()
1590 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
Dtb.h487 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids);
488 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
/drivers/md/bcache/
Dsuper.c437 bch_bio_map(bio, c->uuids); in uuid_io()
449 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
452 u - c->uuids, u->uuid, u->label, in uuid_io()
469 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
470 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
539 for (u = c->uuids; in uuid_find()
540 u < c->uuids + c->nr_uuids; u++) in uuid_find()
831 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1278 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1544 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
[all …]
Dalloc.c573 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket()
574 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
Dsysfs.c415 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE()
553 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW()
572 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
Dbcache.h678 struct uuid_entry *uuids; member
Drequest.c607 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in cache_lookup()
1151 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
Dwriteback.c610 if (UUID_FLASH_ONLY(&c->uuids[inode])) in bcache_dev_sectors_dirty_add()
Dbtree.c1756 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
/drivers/block/drbd/
Ddrbd_nl.c3759 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()