Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A 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()
H A Dicm.c1536 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument
1554 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl()
1573 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument
1586 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl()
1588 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
H A Dtb.h523 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);
/linux-6.15/net/bluetooth/
H A Deir.c75 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid16_list()
117 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid32_list()
150 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid128_list()
H A Dhci_debugfs.c178 list_for_each_entry(uuid, &hdev->uuids, list) { in uuids_show()
195 DEFINE_SHOW_ATTRIBUTE(uuids);
H A Dmgmt.c2684 list_add_tail(&uuid->list, &hdev->uuids); in add_uuid()
2768 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) { in remove_uuid()
5978 hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16, in start_service_discovery()
5980 if (!hdev->discovery.uuids) { in start_service_discovery()
10003 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) in has_uuid()
10008 if (!memcmp(uuid, uuids[i], 16)) in has_uuid()
10037 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids()
10049 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids()
10057 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids()
10093 hdev->discovery.uuids) && in is_filter_match()
[all …]
H A Dhci_core.c1026 list_for_each_entry_safe(uuid, tmp, &hdev->uuids, list) { in hci_uuids_clear()
2497 INIT_LIST_HEAD(&hdev->uuids); in hci_alloc_dev_priv()
H A Dhci_sync.c935 list_for_each_entry(uuid, &hdev->uuids, list) in get_service_classes()
/linux-6.15/drivers/md/bcache/
H A 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()
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()
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()
1818 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in CLOSURE_CALLBACK()
[all …]
H A Dalloc.c589 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket()
590 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
H A 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()
H A Dbcache.h681 struct uuid_entry *uuids; member
H A Drequest.c621 !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()
H A Dwriteback.c610 if (UUID_FLASH_ONLY(&c->uuids[inode])) in bcache_dev_sectors_dirty_add()
H A Dbtree.c1789 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
/linux-6.15/include/linux/
H A Ddrbd_genl.h212 __bin_field(7, DRBD_GENLA_F_MANDATORY, uuids, (UI_SIZE*sizeof(__u64)))
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h93 u8 (*uuids)[16]; member
551 struct list_head uuids; member
895 kfree(hdev->discovery.uuids); in hci_discovery_filter_clear()
896 hdev->discovery.uuids = NULL; in hci_discovery_filter_clear()
H A Dmgmt.h518 __u8 uuids[][16]; member
/linux-6.15/Documentation/driver-api/thermal/
H A Dintel_dptf.rst33 :file:`/sys/bus/platform/devices/<N>/uuids`, where <N>
/linux-6.15/drivers/block/drbd/
H A Ddrbd_nl.c3773 err = nla_put(skb, T_uuids, sizeof(si->uuids), device->ldev->md.uuid); in nla_put_status_info()