Searched refs:uuids (Results 1 – 11 of 11) sorted by relevance
/drivers/thunderbolt/ |
D | domain.c | 127 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()
|
D | tb.h | 282 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);
|
D | icm.c | 1452 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/ |
D | super.c | 360 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 …]
|
D | alloc.c | 580 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()
|
D | sysfs.c | 373 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()
|
D | bcache.h | 668 struct uuid_entry *uuids; member
|
D | request.c | 611 !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()
|
D | writeback.c | 527 if (UUID_FLASH_ONLY(&c->uuids[inode])) in bcache_dev_sectors_dirty_add()
|
D | btree.c | 1785 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
|
/drivers/block/drbd/ |
D | drbd_nl.c | 3851 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()
|