/net/sunrpc/ |
D | rpc_pipe.c | 89 struct dentry *dentry; in rpc_timeout_upcall_queue() local 97 dentry = dget(pipe->dentry); in rpc_timeout_upcall_queue() 99 rpc_purge_list(dentry ? &RPC_I(d_inode(dentry))->waitq : NULL, in rpc_timeout_upcall_queue() 101 dput(dentry); in rpc_timeout_upcall_queue() 138 struct dentry *dentry; in rpc_queue_upcall() local 154 dentry = dget(pipe->dentry); in rpc_queue_upcall() 156 if (dentry) { in rpc_queue_upcall() 157 wake_up(&RPC_I(d_inode(dentry))->waitq); in rpc_queue_upcall() 158 dput(dentry); in rpc_queue_upcall() 184 pipe->dentry = NULL; in rpc_close_pipes() [all …]
|
D | debugfs.c | 15 static struct dentry *topdir; 16 static struct dentry *rpc_clnt_dir; 17 static struct dentry *rpc_xprt_dir; 255 struct dentry *dir; in fail_sunrpc_init()
|
D | clnt.c | 120 static struct dentry *rpc_setup_pipedir_sb(struct super_block *sb, in rpc_setup_pipedir_sb() 126 struct dentry *dir, *dentry; in rpc_setup_pipedir_sb() local 136 dentry = rpc_create_client_dir(dir, name, clnt); in rpc_setup_pipedir_sb() 137 if (!IS_ERR(dentry)) in rpc_setup_pipedir_sb() 139 if (dentry == ERR_PTR(-EEXIST)) in rpc_setup_pipedir_sb() 143 dir_name, name, PTR_ERR(dentry)); in rpc_setup_pipedir_sb() 147 return dentry; in rpc_setup_pipedir_sb() 153 struct dentry *dentry; in rpc_setup_pipedir() local 158 dentry = rpc_setup_pipedir_sb(pipefs_sb, clnt); in rpc_setup_pipedir() 159 if (IS_ERR(dentry)) in rpc_setup_pipedir() [all …]
|
D | cache.c | 1887 int sunrpc_cache_register_pipefs(struct dentry *parent, in sunrpc_cache_register_pipefs() 1891 struct dentry *dir = rpc_create_cache_dir(parent, name, umode, cd); in sunrpc_cache_register_pipefs()
|
/net/6lowpan/ |
D | debugfs.c | 15 static struct dentry *lowpan_debugfs; 167 struct dentry *ctx, u8 id) in lowpan_dev_debugfs_ctx_init() 170 struct dentry *root; in lowpan_dev_debugfs_ctx_init() 233 struct dentry *root; in lowpan_dev_debugfs_802154_init() 248 struct dentry *contexts; in lowpan_dev_debugfs_init()
|
/net/unix/ |
D | diag.c | 29 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs() local 31 if (dentry) { in sk_diag_dump_vfs() 33 .udiag_vfs_ino = d_backing_inode(dentry)->i_ino, in sk_diag_dump_vfs() 34 .udiag_vfs_dev = dentry->d_sb->s_dev, in sk_diag_dump_vfs()
|
D | af_unix.c | 399 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode() local 401 if (dentry && d_backing_inode(dentry) == i) { in unix_find_socket_byinode() 611 u->path.dentry = NULL; in unix_release_sock() 656 if (path.dentry) in unix_release_sock() 991 u->path.dentry = NULL; in unix_create1() 1081 inode = d_backing_inode(path.dentry); in unix_find_bsd() 1112 struct dentry *dentry; in unix_find_abstract() local 1119 dentry = unix_sk(sk)->path.dentry; in unix_find_abstract() 1120 if (dentry) in unix_find_abstract() 1212 struct dentry *dentry; in unix_bind_bsd() local [all …]
|
/net/hsr/ |
D | hsr_debugfs.c | 15 static struct dentry *hsr_debugfs_root_dir; 60 struct dentry *d; in hsr_debugfs_rename() 79 struct dentry *de = NULL; in hsr_debugfs_init()
|
D | hsr_main.h | 217 struct dentry *node_tbl_root;
|
/net/mac80211/ |
D | debugfs_netdev.c | 773 struct dentry *dir = debugfs_create_dir("mesh_stats", in add_mesh_stats() 788 struct dentry *dir = debugfs_create_dir("mesh_config", in add_mesh_config() 866 #define DEBUGFS_ADD_MODE(dentry, name, mode) \ argument 867 debugfs_create_file(#name, mode, dentry, \ 870 #define DEBUGFS_ADD(dentry, name) DEBUGFS_ADD_MODE(dentry, name, 0400) argument 873 struct dentry *dentry) in add_link_files() argument 875 DEBUGFS_ADD(dentry, txpower); in add_link_files() 876 DEBUGFS_ADD(dentry, user_power_level); in add_link_files() 877 DEBUGFS_ADD(dentry, ap_power_level); in add_link_files() 881 DEBUGFS_ADD_MODE(dentry, smps, 0600); in add_link_files() [all …]
|
D | key.h | 124 struct dentry *stalink; 125 struct dentry *dir;
|
D | rate.h | 70 struct dentry *debugfsdir; in rate_control_add_debugfs()
|
D | ieee80211_i.h | 1020 struct dentry *debugfs_dir; 1114 struct dentry *subdir_stations; 1115 struct dentry *default_unicast_key; 1116 struct dentry *default_multicast_key; 1117 struct dentry *default_mgmt_key; 1118 struct dentry *default_beacon_key; 1577 struct dentry *rcdir; 1578 struct dentry *keys;
|
D | rc80211_minstrel_ht.h | 198 void minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
|
D | sta_info.h | 569 struct dentry *debugfs_dir; 715 struct dentry *debugfs_dir;
|
D | debugfs.c | 643 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add() 644 struct dentry *statsd; in debugfs_hw_add()
|
D | rc80211_minstrel_ht_debugfs.c | 330 minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) in minstrel_ht_add_sta_debugfs()
|
D | driver-ops.h | 473 struct dentry *dir) in drv_link_add_debugfs() 489 struct dentry *dir) in drv_sta_add_debugfs() 505 struct dentry *dir) in drv_link_sta_add_debugfs()
|
/net/ |
D | socket.c | 361 static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen) in sockfs_dname() argument 364 d_inode(dentry)->i_ino); in sockfs_dname() 372 struct dentry *dentry, struct inode *inode, in sockfs_xattr_get() argument 376 if (dentry->d_name.len + 1 > size) in sockfs_xattr_get() 378 memcpy(value, dentry->d_name.name, dentry->d_name.len + 1); in sockfs_xattr_get() 380 return dentry->d_name.len + 1; in sockfs_xattr_get() 394 struct dentry *dentry, struct inode *inode, in sockfs_security_xattr_set() argument 572 static ssize_t sockfs_listxattr(struct dentry *dentry, char *buffer, in sockfs_listxattr() argument 578 len = security_inode_listsecurity(d_inode(dentry), buffer, size); in sockfs_listxattr() 601 struct dentry *dentry, struct iattr *iattr) in sockfs_setattr() argument [all …]
|
/net/sunrpc/auth_gss/ |
D | auth_gss.c | 886 static void gss_pipe_dentry_destroy(struct dentry *dir, in gss_pipe_dentry_destroy() 892 if (pipe->dentry != NULL) { in gss_pipe_dentry_destroy() 893 rpc_unlink(pipe->dentry); in gss_pipe_dentry_destroy() 894 pipe->dentry = NULL; in gss_pipe_dentry_destroy() 898 static int gss_pipe_dentry_create(struct dentry *dir, in gss_pipe_dentry_create() 902 struct dentry *dentry; in gss_pipe_dentry_create() local 904 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create() 905 if (IS_ERR(dentry)) in gss_pipe_dentry_create() 906 return PTR_ERR(dentry); in gss_pipe_dentry_create() 907 p->pipe->dentry = dentry; in gss_pipe_dentry_create()
|
/net/wireless/ |
D | debugfs.c | 104 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
|
/net/l2tp/ |
D | l2tp_debugfs.c | 32 static struct dentry *rootdir;
|
/net/bluetooth/ |
D | 6lowpan.c | 26 static struct dentry *lowpan_enable_debugfs; 27 static struct dentry *lowpan_control_debugfs;
|
D | af_bluetooth.c | 766 struct dentry *bt_debugfs;
|
/net/ceph/ |
D | debugfs.c | 32 static struct dentry *ceph_debugfs_dir;
|