Searched refs:uuids (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/md/bcache/ |
| H A D | alloc.c | 557 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket() 558 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
|
| H A D | sysfs.c | 414 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE() 552 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW() 571 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
|
| H A D | bcache.h | 681 struct uuid_entry *uuids; member
|
| H A D | request.c | 621 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in CLOSURE_CALLBACK() 1151 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
|
| H A D | btree.c | 1782 if (!d || UUID_FLASH_ONLY(&c->uuids[i])) in bch_btree_gc_finish()
|
| /linux/drivers/thunderbolt/ |
| H A D | icm.c | 1579 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument 1597 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl() 1616 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument 1629 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl() 1631 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
|
| /linux/net/bluetooth/ |
| H A D | hci_debugfs.c | 175 list_for_each_entry(uuid, &hdev->uuids, list) { in uuids_show() 192 DEFINE_SHOW_ATTRIBUTE(uuids);
|
| H A D | mgmt.c | 2814 list_add_tail(&uuid->list, &hdev->uuids); in add_uuid() 2898 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) { in remove_uuid() 6253 hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16, in start_service_discovery() 6255 if (!hdev->discovery.uuids) { in start_service_discovery() 10423 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) in has_uuid() 10428 if (!memcmp(uuid, uuids[i], 16)) in has_uuid() 10435 static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16]) in eir_has_uuids() 10457 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 10469 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 10477 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() [all …]
|
| H A D | hci_core.c | 1008 list_for_each_entry_safe(uuid, tmp, &hdev->uuids, list) { in hci_uuids_clear() 2495 INIT_LIST_HEAD(&hdev->uuids); in hci_alloc_dev_priv()
|
| H A D | hci_sync.c | 932 list_for_each_entry(uuid, &hdev->uuids, list) in get_service_classes()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 93 u8 (*uuids)[16]; member 561 struct list_head uuids; member 941 kfree(hdev->discovery.uuids); in hci_discovery_filter_clear() 942 hdev->discovery.uuids = NULL; in hci_discovery_filter_clear()
|
| H A D | mgmt.h | 523 __u8 uuids[][16]; member
|