/linux-4.1.27/net/ceph/ |
D | crypto.c | 524 struct ceph_crypto_key *ckey; in ceph_key_preparse() local 534 ckey = kmalloc(sizeof(*ckey), GFP_KERNEL); in ceph_key_preparse() 535 if (!ckey) in ceph_key_preparse() 540 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); in ceph_key_preparse() 544 prep->payload[0] = ckey; in ceph_key_preparse() 549 kfree(ckey); in ceph_key_preparse() 556 struct ceph_crypto_key *ckey = prep->payload[0]; in ceph_key_free_preparse() local 557 ceph_crypto_key_destroy(ckey); in ceph_key_free_preparse() 558 kfree(ckey); in ceph_key_free_preparse() 563 struct ceph_crypto_key *ckey = key->payload.data; in ceph_key_destroy() local [all …]
|
D | ceph_common.c | 287 struct ceph_crypto_key *ckey; in get_secret() local 315 ckey = ukey->payload.data; in get_secret() 316 err = ceph_crypto_key_clone(dst, ckey); in get_secret()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty_attach.c | 168 if (self->ckey) { in ircomm_tty_detach_cable() 169 irlmp_unregister_client(self->ckey); in ircomm_tty_detach_cable() 170 self->ckey = NULL; in ircomm_tty_detach_cable() 221 if (!self->ckey) in ircomm_tty_ias_register() 222 self->ckey = irlmp_register_client(hints, in ircomm_tty_ias_register() 283 if (self->ckey) { in ircomm_tty_ias_unregister() 284 irlmp_unregister_client(self->ckey); in ircomm_tty_ias_unregister() 285 self->ckey = NULL; in ircomm_tty_ias_unregister()
|
/linux-4.1.27/fs/nfs/ |
D | dns_resolve.c | 71 struct cache_head *ckey) in nfs_dns_ent_update() argument 77 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update() 84 struct cache_head *ckey) in nfs_dns_ent_init() argument 90 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init() 96 nfs_dns_ent_update(cnew, ckey); in nfs_dns_ent_init()
|
/linux-4.1.27/include/net/irda/ |
D | af_irda.h | 61 void *ckey; /* IrLMP client handle */ member
|
D | ircomm_tty.h | 90 void *ckey; member
|
/linux-4.1.27/net/irda/irlan/ |
D | irlan_common.c | 65 static void *ckey; variable 134 ckey = irlmp_register_client(hints, &irlan_client_discovery_indication, in irlan_init() 136 if (!ckey) in irlan_init() 160 irlmp_unregister_client(ckey); in irlan_init() 173 irlmp_unregister_client(ckey); in irlan_cleanup()
|
/linux-4.1.27/kernel/locking/ |
D | lockdep_proc.c | 429 struct lockdep_subclass_key *ckey; in seq_stats() local 447 ckey = rcu_dereference_sched(class->key); in seq_stats() 449 if (!cname && !ckey) { in seq_stats() 457 key_name = __get_key_name(ckey, str); in seq_stats()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 195 const struct drm_intel_sprite_colorkey *key = &intel_plane->ckey; in skl_update_plane() 370 const struct drm_intel_sprite_colorkey *key = &intel_plane->ckey; in vlv_update_plane() 523 const struct drm_intel_sprite_colorkey *key = &intel_plane->ckey; in ivb_update_plane() 671 const struct drm_intel_sprite_colorkey *key = &intel_plane->ckey; in ilk_update_plane() 859 return intel_plane->ckey.flags != I915_SET_COLORKEY_NONE; in colorkey_enabled() 1122 intel_plane->ckey = *set; in intel_sprite_set_colorkey()
|
D | intel_drv.h | 514 struct drm_intel_sprite_colorkey ckey; member
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet.h | 447 void * ckey; /* IrLMP client handle */ member
|
D | irnet_irda.c | 519 self->ckey = irlmp_register_client(0, NULL, NULL, NULL); in irda_irnet_create() 653 irlmp_unregister_client(self->ckey); in irda_irnet_destroy() 979 irlmp_update_client(irnet_server.s.ckey, hints, in irnet_setup_server()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | qdio.h | 42 u32 ckey : 4; member
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 1156 self->ckey = irlmp_register_client(0, NULL, NULL, NULL); in irda_create() 1176 irlmp_unregister_client(self->ckey); in irda_destroy_socket() 2518 irlmp_update_client(self->ckey, self->mask.word, in irda_getsockopt() 2554 irlmp_update_client(self->ckey, self->mask.word, in irda_getsockopt()
|
/linux-4.1.27/drivers/s390/cio/ |
D | qdio_setup.c | 411 irq_ptr->qdr->qdf0[i + nr].ckey = PAGE_DEFAULT_KEY >> 4; in __qdio_allocate_fill_qdr()
|
/linux-4.1.27/fs/nilfs2/ |
D | btree.c | 2109 __u64 key, ckey; in nilfs_btree_add_dirty_buffer() local 2131 ckey = nilfs_btree_node_get_key(cnode, 0); in nilfs_btree_add_dirty_buffer() 2132 if (key < ckey) in nilfs_btree_add_dirty_buffer()
|