Home
last modified time | relevance | path

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

/net/sunrpc/
A Dcache.c927 ret = cd->cache_parse(cd, kaddr, count); in cache_do_downcall()
1036 if (!cd || !try_module_get(cd->owner)) in cache_open()
1436 return cd->cache_show(m, cd, NULL); in c_show()
1448 return cd->cache_show(m, cd, cp); in c_show()
1464 if (!cd || !try_module_get(cd->owner)) in content_open()
1489 if (!cd || !try_module_get(cd->owner)) in open_flush()
1687 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries()
1692 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries()
1696 if (cd->cache_request || cd->cache_parse) { in create_cache_proc_entries()
1757 return cd; in cache_create_net()
[all …]
A Dsvcauth_unix.c324 cache_put(ch, cd); in __ip_map_update()
548 cache_put(ch, cd); in unix_gid_parse()
603 struct cache_detail *cd; in unix_gid_cache_create() local
607 if (IS_ERR(cd)) in unix_gid_cache_create()
608 return PTR_ERR(cd); in unix_gid_cache_create()
614 sn->unix_gid_cache = cd; in unix_gid_cache_create()
624 cache_purge(cd); in unix_gid_cache_destroy()
1042 if (IS_ERR(cd)) in ip_map_cache_create()
1043 return PTR_ERR(cd); in ip_map_cache_create()
1049 sn->ip_map_cache = cd; in ip_map_cache_create()
[all …]
A Drpc_pipe.c924 umode_t umode, struct cache_detail *cd) in rpc_create_cache_dir() argument
930 int error = rpc_populate(dentry, cache_pipefs_files, 0, 3, cd); in rpc_create_cache_dir()
/net/sunrpc/auth_gss/
A Dsvcauth_gss.c301 cache_put(&rsip->h, cd); in rsi_parse()
579 cache_put(&rscp->h, cd); in rsc_parse()
1027 cache_put(&rsci->h, cd); in svcauth_gss_proc_init_verf()
2025 if (IS_ERR(cd)) in rsi_cache_create_net()
2026 return PTR_ERR(cd); in rsi_cache_create_net()
2032 sn->rsi_cache = cd; in rsi_cache_create_net()
2042 cache_purge(cd); in rsi_cache_destroy_net()
2054 if (IS_ERR(cd)) in rsc_cache_create_net()
2055 return PTR_ERR(cd); in rsc_cache_create_net()
2061 sn->rsc_cache = cd; in rsc_cache_create_net()
[all …]
/net/bluetooth/bnep/
A Dsock.c57 struct bnep_conndel_req cd; in do_bnep_sock_ioctl() local
96 if (copy_from_user(&cd, argp, sizeof(cd))) in do_bnep_sock_ioctl()
99 return bnep_del_connection(&cd); in do_bnep_sock_ioctl()
/net/bluetooth/cmtp/
A Dsock.c69 struct cmtp_conndel_req cd; in do_cmtp_sock_ioctl() local
107 if (copy_from_user(&cd, argp, sizeof(cd))) in do_cmtp_sock_ioctl()
110 return cmtp_del_connection(&cd); in do_cmtp_sock_ioctl()
/net/bluetooth/hidp/
A Dsock.c53 struct hidp_conndel_req cd; in do_hidp_sock_ioctl() local
94 if (copy_from_user(&cd, argp, sizeof(cd))) in do_hidp_sock_ioctl()
97 return hidp_connection_del(&cd); in do_hidp_sock_ioctl()
/net/dsa/
A Ddsa.c1435 struct dsa_chip_data *cd) in dsa_switch_parse_ports() argument
1445 name = cd->port_names[i]; in dsa_switch_parse_ports()
1446 dev = cd->netdev[i]; in dsa_switch_parse_ports()
1465 static int dsa_switch_parse(struct dsa_switch *ds, struct dsa_chip_data *cd) in dsa_switch_parse() argument
1469 ds->cd = cd; in dsa_switch_parse()
1483 return dsa_switch_parse_ports(ds, cd); in dsa_switch_parse()
A Duser.c992 if (ds->cd && ds->cd->eeprom_len) in dsa_user_get_eeprom_len()
993 return ds->cd->eeprom_len; in dsa_user_get_eeprom_len()
/net/bridge/
A Dbr_sysfs_br.c26 #define to_bridge(cd) ((struct net_bridge *)netdev_priv(to_net_dev(cd))) argument

Completed in 43 milliseconds