Home
last modified time | relevance | path

Searched refs:dentry (Results 1 – 25 of 40) sorted by relevance

12

/net/sunrpc/
Drpc_pipe.c86 struct dentry *dentry; in rpc_timeout_upcall_queue() local
94 dentry = dget(pipe->dentry); in rpc_timeout_upcall_queue()
96 rpc_purge_list(dentry ? &RPC_I(dentry->d_inode)->waitq : NULL, in rpc_timeout_upcall_queue()
98 dput(dentry); in rpc_timeout_upcall_queue()
135 struct dentry *dentry; in rpc_queue_upcall() local
151 dentry = dget(pipe->dentry); in rpc_queue_upcall()
153 if (dentry) { in rpc_queue_upcall()
154 wake_up(&RPC_I(dentry->d_inode)->waitq); in rpc_queue_upcall()
155 dput(dentry); in rpc_queue_upcall()
181 pipe->dentry = NULL; in rpc_close_pipes()
[all …]
Dclnt.c125 static struct dentry *rpc_setup_pipedir_sb(struct super_block *sb, in rpc_setup_pipedir_sb()
132 struct dentry *dir, *dentry; in rpc_setup_pipedir_sb() local
144 dentry = rpc_create_client_dir(dir, &q, clnt); in rpc_setup_pipedir_sb()
145 if (!IS_ERR(dentry)) in rpc_setup_pipedir_sb()
147 error = PTR_ERR(dentry); in rpc_setup_pipedir_sb()
156 return dentry; in rpc_setup_pipedir_sb()
164 struct dentry *dentry; in rpc_setup_pipedir() local
172 dentry = rpc_setup_pipedir_sb(pipefs_sb, clnt, dir_name); in rpc_setup_pipedir()
174 if (IS_ERR(dentry)) in rpc_setup_pipedir()
175 return PTR_ERR(dentry); in rpc_setup_pipedir()
[all …]
/net/wimax/
Ddebugfs.c44 struct dentry *dentry; in wimax_debugfs_add() local
48 dentry = debugfs_create_dir(buf, NULL); in wimax_debugfs_add()
49 result = PTR_ERR(dentry); in wimax_debugfs_add()
50 if (IS_ERR(dentry)) { in wimax_debugfs_add()
58 wimax_dev->debugfs_dentry = dentry; in wimax_debugfs_add()
59 __debugfs_register("wimax_dl_", debugfs, dentry); in wimax_debugfs_add()
60 __debugfs_register("wimax_dl_", id_table, dentry); in wimax_debugfs_add()
61 __debugfs_register("wimax_dl_", op_msg, dentry); in wimax_debugfs_add()
62 __debugfs_register("wimax_dl_", op_reset, dentry); in wimax_debugfs_add()
63 __debugfs_register("wimax_dl_", op_rfkill, dentry); in wimax_debugfs_add()
[all …]
/net/mac80211/
Drc80211_pid.h143 struct dentry *target;
144 struct dentry *sampling_period;
145 struct dentry *coeff_p;
146 struct dentry *coeff_i;
147 struct dentry *coeff_d;
148 struct dentry *smoothing_shift;
149 struct dentry *sharpen_factor;
150 struct dentry *sharpen_duration;
151 struct dentry *norm_offset;
168 struct dentry *dir);
[all …]
Drc80211_minstrel.h91 struct dentry *dbg_stats;
116 struct dentry *dbg_fixed_rate;
127 void minstrel_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
Drc80211_minstrel_ht.h121 struct dentry *dbg_stats;
128 void minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
Dkey.h114 struct dentry *stalink;
115 struct dentry *dir;
Dieee80211_i.h764 struct dentry *subdir_stations;
765 struct dentry *default_unicast_key;
766 struct dentry *default_multicast_key;
767 struct dentry *default_mgmt_key;
1115 struct dentry *rcdir;
1116 struct dentry *keys;
Drc80211_minstrel_debugfs.c132 minstrel_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) in minstrel_add_sta_debugfs()
Ddebugfs.c237 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()
238 struct dentry *statsd; in debugfs_hw_add()
Ddebugfs_netdev.c590 struct dentry *dir = debugfs_create_dir("mesh_stats", in add_mesh_stats()
607 struct dentry *dir = debugfs_create_dir("mesh_config", in add_mesh_config()
706 struct dentry *dir; in ieee80211_debugfs_rename_netdev()
Drc80211_minstrel_ht_debugfs.c132 minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) in minstrel_ht_add_sta_debugfs()
Drc80211_pid_debugfs.c214 struct dentry *dir) in rate_control_pid_add_sta_debugfs()
Dsta_info.h395 struct dentry *dir;
Drc80211_pid_algo.c340 struct dentry *debugfsdir) in rate_control_pid_alloc()
/net/unix/
Ddiag.c24 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs() local
26 if (dentry) { in sk_diag_dump_vfs()
28 .udiag_vfs_ino = dentry->d_inode->i_ino, in sk_diag_dump_vfs()
29 .udiag_vfs_dev = dentry->d_sb->s_dev, in sk_diag_dump_vfs()
Daf_unix.c305 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode() local
307 if (dentry && dentry->d_inode == i) { in unix_find_socket_byinode()
513 u->path.dentry = NULL; in unix_release_sock()
549 if (path.dentry) in unix_release_sock()
758 u->path.dentry = NULL; in unix_create1()
894 inode = path.dentry->d_inode; in unix_find_other()
920 struct dentry *dentry; in unix_find_other() local
921 dentry = unix_sk(u)->path.dentry; in unix_find_other()
922 if (dentry) in unix_find_other()
938 struct dentry *dentry; in unix_mknod() local
[all …]
/net/batman-adv/
Ddebugfs.c37 static struct dentry *batadv_debugfs;
202 struct dentry *d; in batadv_debug_log_setup()
386 struct dentry *file; in batadv_debugfs_init()
422 struct dentry *file; in batadv_debugfs_add_meshif()
Dtypes.h481 struct dentry *debug_dir;
566 struct dentry *debug_dir;
Dicmp_socket.c284 struct dentry *d; in batadv_socket_setup()
/net/
Dsocket.c307 static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen) in sockfs_dname() argument
309 return dynamic_dname(dentry, buffer, buflen, "socket:[%lu]", in sockfs_dname()
310 dentry->d_inode->i_ino); in sockfs_dname()
317 static struct dentry *sockfs_mount(struct file_system_type *fs_type, in sockfs_mount()
362 path.dentry = d_alloc_pseudo(sock_mnt->mnt_sb, &name); in sock_alloc_file()
363 if (unlikely(!path.dentry)) in sock_alloc_file()
367 d_instantiate(path.dentry, SOCK_INODE(sock)); in sock_alloc_file()
374 ihold(path.dentry->d_inode); in sock_alloc_file()
463 static ssize_t sockfs_getxattr(struct dentry *dentry, in sockfs_getxattr() argument
472 proto_name = dentry->d_name.name; in sockfs_getxattr()
[all …]
/net/sunrpc/auth_gss/
Dauth_gss.c805 if (gss_auth->pipe[0]->dentry) in gss_pipes_dentries_destroy()
806 rpc_unlink(gss_auth->pipe[0]->dentry); in gss_pipes_dentries_destroy()
807 if (gss_auth->pipe[1]->dentry) in gss_pipes_dentries_destroy()
808 rpc_unlink(gss_auth->pipe[1]->dentry); in gss_pipes_dentries_destroy()
820 gss_auth->pipe[1]->dentry = rpc_mkpipe_dentry(clnt->cl_dentry, in gss_pipes_dentries_create()
823 if (IS_ERR(gss_auth->pipe[1]->dentry)) in gss_pipes_dentries_create()
824 return PTR_ERR(gss_auth->pipe[1]->dentry); in gss_pipes_dentries_create()
825 gss_auth->pipe[0]->dentry = rpc_mkpipe_dentry(clnt->cl_dentry, in gss_pipes_dentries_create()
828 if (IS_ERR(gss_auth->pipe[0]->dentry)) { in gss_pipes_dentries_create()
829 err = PTR_ERR(gss_auth->pipe[0]->dentry); in gss_pipes_dentries_create()
[all …]
/net/l2tp/
Dl2tp_debugfs.c37 static struct dentry *rootdir;
38 static struct dentry *tunnels;
/net/wireless/
Ddebugfs.c108 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
/net/ceph/
Ddebugfs.c30 static struct dentry *ceph_debugfs_dir;

12