Searched refs:uuids (Results 1 – 11 of 11) sorted by relevance
| /drivers/thunderbolt/ |
| A D | domain.c | 124 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()
|
| A D | icm.c | 1567 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument 1585 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl() 1604 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument 1617 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl() 1619 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
|
| A D | tb.h | 523 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 524 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
|
| /drivers/md/bcache/ |
| A D | super.c | 436 bch_bio_map(bio, c->uuids); in uuid_io() 448 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io() 451 u - c->uuids, u->uuid, u->label, in uuid_io() 469 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read() 538 for (u = c->uuids; in uuid_find() 539 u < c->uuids + c->nr_uuids; u++) in uuid_find() 1536 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run() 1567 for (u = c->uuids; in flash_devs_run() 1568 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run() 1823 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in CLOSURE_CALLBACK() [all …]
|
| A D | alloc.c | 566 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket() 567 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
|
| A D | sysfs.c | 415 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()
|
| A D | bcache.h | 681 struct uuid_entry *uuids; member
|
| A D | request.c | 621 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in CLOSURE_CALLBACK() 1165 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
|
| A D | writeback.c | 610 if (UUID_FLASH_ONLY(&c->uuids[inode])) in bcache_dev_sectors_dirty_add()
|
| A D | btree.c | 1782 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
|
| /drivers/block/drbd/ |
| A D | drbd_nl.c | 3773 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()
|
Completed in 41 milliseconds