Home
last modified time | relevance | path

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

12345678910>>...29

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddomain.c127 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()
H A Dicm.c1500 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument
1518 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl()
1537 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument
1550 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl()
1552 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
H A Dtb.h387 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids);
388 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsuper.c440 bch_bio_map(bio, c->uuids); in uuid_io()
451 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
454 u - c->uuids, u->uuid, u->label, in uuid_io()
471 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
472 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
541 for (u = c->uuids; in uuid_find()
542 u < c->uuids + c->nr_uuids; u++) in uuid_find()
834 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1305 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1570 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
[all …]
H A Dalloc.c574 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket()
575 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
H A Dsysfs.c399 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE()
533 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW()
552 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
H A Dbcache.h671 struct uuid_entry *uuids; member
H A Drequest.c607 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in cache_lookup()
1154 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h91 u8 (*uuids)[16]; member
503 struct list_head uuids; member
780 kfree(hdev->discovery.uuids); in hci_discovery_filter_clear()
781 hdev->discovery.uuids = NULL; in hci_discovery_filter_clear()
H A Dmgmt.h513 __u8 uuids[][16]; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c177 list_for_each_entry(uuid, &hdev->uuids, list) { in uuids_show()
194 DEFINE_SHOW_ATTRIBUTE(uuids);
H A Dmgmt.c2126 list_add_tail(&uuid->list, &hdev->uuids); in add_uuid()
2212 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) { in remove_uuid()
4838 hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16, in start_service_discovery()
4840 if (!hdev->discovery.uuids) { in start_service_discovery()
8648 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) in has_uuid()
8653 if (!memcmp(uuid, uuids[i], 16)) in has_uuid()
8660 static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16]) in eir_has_uuids()
8682 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids()
8694 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids()
8702 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids()
[all …]
H A Dhci_request.c482 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid16_list()
524 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid32_list()
557 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid128_list()
2559 list_for_each_entry(uuid, &hdev->uuids, list) in get_service_classes()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddrbd_genl.h212 __bin_field(7, DRBD_GENLA_F_MANDATORY, uuids, (UI_SIZE*sizeof(__u64)))
/OK3568_Linux_fs/u-boot/spl/lib/
H A D.string.o.cmd
H A D.linux_string.o.cmd
/OK3568_Linux_fs/u-boot/spl/
H A D.u-boot-spl.lds.cmd
/OK3568_Linux_fs/u-boot/
H A D.u-boot.lds.cmd
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A D.lowlevel_init.o.cmd
/OK3568_Linux_fs/u-boot/tpl/
H A D.u-boot-spl.lds.cmd
/OK3568_Linux_fs/u-boot/lib/
H A D.linux_string.o.cmd
H A D.string.o.cmd
/OK3568_Linux_fs/u-boot/spl/arch/arm/lib/
H A D.setjmp_aarch64.o.cmd
/OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/
H A D.setjmp_aarch64.o.cmd
/OK3568_Linux_fs/u-boot/spl/lib/libfdt/
H A D.fdt.o.cmd

12345678910>>...29