Searched refs:cd (Results 1 - 10 of 10) sorted by relevance

/net/sunrpc/
H A Dcache.c191 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h) argument
193 if (cd->cache_upcall)
194 return cd->cache_upcall(cd, h);
195 return sunrpc_cache_pipe_upcall(cd, h);
338 void sunrpc_init_cache_detail(struct cache_detail *cd) argument
340 rwlock_init(&cd->hash_lock);
341 INIT_LIST_HEAD(&cd->queue);
343 cd->nextcheck = 0;
344 cd
356 sunrpc_destroy_cache_detail(struct cache_detail *cd) argument
755 cache_read(struct file *filp, char __user *buf, size_t count, loff_t *ppos, struct cache_detail *cd) argument
837 cache_do_downcall(char *kaddr, const char __user *buf, size_t count, struct cache_detail *cd) argument
853 cache_slow_downcall(const char __user *buf, size_t count, struct cache_detail *cd) argument
868 cache_downcall(struct address_space *mapping, const char __user *buf, size_t count, struct cache_detail *cd) argument
893 cache_write(struct file *filp, const char __user *buf, size_t count, loff_t *ppos, struct cache_detail *cd) argument
913 cache_poll(struct file *filp, poll_table *wait, struct cache_detail *cd) argument
940 cache_ioctl(struct inode *ino, struct file *filp, unsigned int cmd, unsigned long arg, struct cache_detail *cd) argument
969 cache_open(struct inode *inode, struct file *filp, struct cache_detail *cd) argument
994 cache_release(struct inode *inode, struct file *filp, struct cache_detail *cd) argument
1286 struct cache_detail *cd; member in struct:handle
1295 struct cache_detail *cd = ((struct handle*)m->private)->cd; variable in typeref:struct:cache_detail
1323 struct cache_detail *cd = ((struct handle*)m->private)->cd; local
1349 struct cache_detail *cd = ((struct handle*)m->private)->cd; variable in typeref:struct:cache_detail
1356 struct cache_detail *cd = ((struct handle*)m->private)->cd; local
1385 content_open(struct inode *inode, struct file *file, struct cache_detail *cd) argument
1402 content_release(struct inode *inode, struct file *file, struct cache_detail *cd) argument
1410 open_flush(struct inode *inode, struct file *file, struct cache_detail *cd) argument
1418 release_flush(struct inode *inode, struct file *file, struct cache_detail *cd) argument
1425 read_flush(struct file *file, char __user *buf, size_t count, loff_t *ppos, struct cache_detail *cd) argument
1446 write_flush(struct file *file, const char __user *buf, size_t count, loff_t *ppos, struct cache_detail *cd) argument
1474 struct cache_detail *cd = PDE_DATA(file_inode(filp)); local
1482 struct cache_detail *cd = PDE_DATA(file_inode(filp)); local
1489 struct cache_detail *cd = PDE_DATA(file_inode(filp)); local
1498 struct cache_detail *cd = PDE_DATA(inode); local
1505 struct cache_detail *cd = PDE_DATA(inode); local
1512 struct cache_detail *cd = PDE_DATA(inode); local
1530 struct cache_detail *cd = PDE_DATA(inode); local
1537 struct cache_detail *cd = PDE_DATA(inode); local
1551 struct cache_detail *cd = PDE_DATA(inode); local
1558 struct cache_detail *cd = PDE_DATA(inode); local
1566 struct cache_detail *cd = PDE_DATA(file_inode(filp)); local
1575 struct cache_detail *cd = PDE_DATA(file_inode(filp)); local
1588 remove_cache_proc_entries(struct cache_detail *cd, struct net *net) argument
1606 create_cache_proc_entries(struct cache_detail *cd, struct net *net) argument
1647 create_cache_proc_entries(struct cache_detail *cd, struct net *net) argument
1658 cache_register_net(struct cache_detail *cd, struct net *net) argument
1670 cache_unregister_net(struct cache_detail *cd, struct net *net) argument
1679 struct cache_detail *cd; local
1696 cache_destroy_net(struct cache_detail *cd, struct net *net) argument
1706 struct cache_detail *cd = RPC_I(file_inode(filp))->private; local
1714 struct cache_detail *cd = RPC_I(file_inode(filp))->private; local
1721 struct cache_detail *cd = RPC_I(file_inode(filp))->private; local
1730 struct cache_detail *cd = RPC_I(inode)->private; local
1737 struct cache_detail *cd = RPC_I(inode)->private; local
1744 struct cache_detail *cd = RPC_I(inode)->private; local
1762 struct cache_detail *cd = RPC_I(inode)->private; local
1769 struct cache_detail *cd = RPC_I(inode)->private; local
1783 struct cache_detail *cd = RPC_I(inode)->private; local
1790 struct cache_detail *cd = RPC_I(inode)->private; local
1798 struct cache_detail *cd = RPC_I(file_inode(filp))->private; local
1807 struct cache_detail *cd = RPC_I(file_inode(filp))->private; local
1820 sunrpc_cache_register_pipefs(struct dentry *parent, const char *name, umode_t umode, struct cache_detail *cd) argument
1832 sunrpc_cache_unregister_pipefs(struct cache_detail *cd) argument
[all...]
H A Dsvcauth_unix.c143 static void ip_map_request(struct cache_detail *cd, argument
160 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
161 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry);
163 static int ip_map_parse(struct cache_detail *cd, argument
196 if (rpc_pton(cd->net, buf, len, &address.sa, sizeof(address)) == 0)
230 ipmp = __ip_map_lookup(cd, class, &sin6.sin6_addr);
232 err = __ip_map_update(cd, ipmp,
246 struct cache_detail *cd,
275 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, argument
283 ch = sunrpc_cache_lookup(cd,
245 ip_map_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
302 __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry) argument
461 unix_gid_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) argument
475 unix_gid_parse(struct cache_detail *cd, char *mesg, int mlen) argument
545 unix_gid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
589 struct cache_detail *cd; local
607 struct cache_detail *cd = sn->unix_gid_cache; local
615 unix_gid_lookup(struct cache_detail *cd, kuid_t uid) argument
890 struct cache_detail *cd; local
908 struct cache_detail *cd = sn->ip_map_cache; local
[all...]
H A Drpc_pipe.c1126 umode_t umode, struct cache_detail *cd)
1129 rpc_cachedir_populate, cd);
1125 rpc_create_cache_dir(struct dentry *parent, const char *name, umode_t umode, struct cache_detail *cd) argument
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c81 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
82 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
174 static void rsi_request(struct cache_detail *cd, argument
185 static int rsi_parse(struct cache_detail *cd, argument
214 rsip = rsi_lookup(cd, &rsii);
256 rsip = rsi_update(cd, &rsii, rsip);
261 cache_put(&rsip->h, cd);
280 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item) argument
285 ch = sunrpc_cache_lookup(cd, &item->h, hash);
292 static struct rsi *rsi_update(struct cache_detail *cd, struc argument
407 rsc_parse(struct cache_detail *cd, char *mesg, int mlen) argument
537 rsc_lookup(struct cache_detail *cd, struct rsc *item) argument
549 rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) argument
564 gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle) argument
970 gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, struct xdr_netobj *out_handle, int *major_status) argument
1138 gss_proxy_save_rsc(struct cache_detail *cd, struct gssp_upcall_data *ud, uint64_t *handle) argument
1765 struct cache_detail *cd; local
1783 struct cache_detail *cd = sn->rsi_cache; local
1794 struct cache_detail *cd; local
1812 struct cache_detail *cd = sn->rsc_cache; local
[all...]
/net/dsa/
H A Ddsa.c373 struct dsa_chip_data *cd,
398 if (!cd->rtable) {
399 cd->rtable = kmalloc(pd->nr_chips * sizeof(s8), GFP_KERNEL);
400 if (!cd->rtable)
404 memset(cd->rtable, -1, pd->nr_chips * sizeof(s8));
415 cd->rtable[link_sw_addr] = link_port_addr;
419 kfree(cd->rtable);
446 struct dsa_chip_data *cd; local
488 cd = &pd->chip[chip_index];
490 cd
372 dsa_of_setup_routing_table(struct dsa_platform_data *pd, struct dsa_chip_data *cd, int chip_index, struct device_node *link) argument
[all...]
H A Dslave.c455 struct dsa_chip_data *cd = ds->pd; local
461 port_dn = cd->port_dn[p->port];
/net/bluetooth/bnep/
H A Dsock.c56 struct bnep_conndel_req cd; local
95 if (copy_from_user(&cd, argp, sizeof(cd)))
98 return bnep_del_connection(&cd);
/net/bluetooth/cmtp/
H A Dsock.c69 struct cmtp_conndel_req cd; local
108 if (copy_from_user(&cd, argp, sizeof(cd)))
111 return cmtp_del_connection(&cd);
/net/bluetooth/hidp/
H A Dsock.c53 struct hidp_conndel_req cd; local
93 if (copy_from_user(&cd, argp, sizeof(cd)))
96 return hidp_connection_del(&cd);
/net/bridge/
H A Dbr_sysfs_br.c26 #define to_bridge(cd) ((struct net_bridge *)netdev_priv(to_net_dev(cd)))

Completed in 657 milliseconds