Home
last modified time | relevance | path

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

12

/net/sunrpc/
Drpc_pipe.c89 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 …]
Ddebugfs.c13 static struct dentry *topdir;
14 static struct dentry *rpc_clnt_dir;
15 static struct dentry *rpc_xprt_dir;
312 struct dentry *rpc_fault_dir; in sunrpc_debugfs_init()
Dclnt.c121 static struct dentry *rpc_setup_pipedir_sb(struct super_block *sb, in rpc_setup_pipedir_sb()
127 struct dentry *dir, *dentry; in rpc_setup_pipedir_sb() local
137 dentry = rpc_create_client_dir(dir, name, clnt); in rpc_setup_pipedir_sb()
138 if (!IS_ERR(dentry)) in rpc_setup_pipedir_sb()
140 if (dentry == ERR_PTR(-EEXIST)) in rpc_setup_pipedir_sb()
144 dir_name, name, PTR_ERR(dentry)); in rpc_setup_pipedir_sb()
148 return dentry; in rpc_setup_pipedir_sb()
154 struct dentry *dentry; in rpc_setup_pipedir() local
157 dentry = rpc_setup_pipedir_sb(pipefs_sb, clnt); in rpc_setup_pipedir()
158 if (IS_ERR(dentry)) in rpc_setup_pipedir()
[all …]
/net/wimax/
Ddebugfs.c19 struct dentry *dentry; in wimax_debugfs_add() local
23 dentry = debugfs_create_dir(buf, NULL); in wimax_debugfs_add()
24 wimax_dev->debugfs_dentry = dentry; in wimax_debugfs_add()
26 d_level_register_debugfs("wimax_dl_", debugfs, dentry); in wimax_debugfs_add()
27 d_level_register_debugfs("wimax_dl_", id_table, dentry); in wimax_debugfs_add()
28 d_level_register_debugfs("wimax_dl_", op_msg, dentry); in wimax_debugfs_add()
29 d_level_register_debugfs("wimax_dl_", op_reset, dentry); in wimax_debugfs_add()
30 d_level_register_debugfs("wimax_dl_", op_rfkill, dentry); in wimax_debugfs_add()
31 d_level_register_debugfs("wimax_dl_", op_state_get, dentry); in wimax_debugfs_add()
32 d_level_register_debugfs("wimax_dl_", stack, dentry); in wimax_debugfs_add()
/net/batman-adv/
Ddebugfs.c37 static struct dentry *batadv_debugfs;
46 struct dentry *dentry = file_dentry(file); in batadv_debugfs_deprecated() local
47 const char *name = dentry->d_name.name; in batadv_debugfs_deprecated()
343 struct dentry *dir; in batadv_debugfs_rename_hardif()
415 struct dentry *dir; in batadv_debugfs_rename_meshif()
Dtypes.h226 struct dentry *debug_dir;
1310 struct dentry *debug_dir;
1672 struct dentry *debug_dir;
/net/unix/
Ddiag.c28 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs() local
30 if (dentry) { in sk_diag_dump_vfs()
32 .udiag_vfs_ino = d_backing_inode(dentry)->i_ino, in sk_diag_dump_vfs()
33 .udiag_vfs_dev = dentry->d_sb->s_dev, in sk_diag_dump_vfs()
Daf_unix.c316 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode() local
318 if (dentry && d_backing_inode(dentry) == i) { in unix_find_socket_byinode()
530 u->path.dentry = NULL; in unix_release_sock()
567 if (path.dentry) in unix_release_sock()
784 u->path.dentry = NULL; in unix_create1()
924 inode = d_backing_inode(path.dentry); in unix_find_other()
950 struct dentry *dentry; in unix_find_other() local
951 dentry = unix_sk(u)->path.dentry; in unix_find_other()
952 if (dentry) in unix_find_other()
968 struct dentry *dentry; in unix_mknod() local
[all …]
/net/6lowpan/
Ddebugfs.c15 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()
232 struct dentry *root; in lowpan_dev_debugfs_802154_init()
247 struct dentry *contexts; in lowpan_dev_debugfs_init()
/net/hsr/
Dhsr_debugfs.c23 static struct dentry *hsr_debugfs_root_dir;
71 struct dentry *d; in hsr_debugfs_rename()
97 struct dentry *de = NULL; in hsr_debugfs_init()
Dhsr_main.h168 struct dentry *node_tbl_root;
169 struct dentry *node_tbl_file;
/net/mac80211/
Dkey.h124 struct dentry *stalink;
125 struct dentry *dir;
Drc80211_minstrel_ht.h120 void minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
Drc80211_minstrel.h126 void minstrel_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
Dieee80211_i.h980 struct dentry *subdir_stations;
981 struct dentry *default_unicast_key;
982 struct dentry *default_multicast_key;
983 struct dentry *default_mgmt_key;
1381 struct dentry *rcdir;
1382 struct dentry *keys;
Ddebugfs.c417 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()
418 struct dentry *statsd; in debugfs_hw_add()
Ddebugfs_netdev.c723 struct dentry *dir = debugfs_create_dir("mesh_stats", in add_mesh_stats()
739 struct dentry *dir = debugfs_create_dir("mesh_config", in add_mesh_config()
842 struct dentry *dir; in ieee80211_debugfs_rename_netdev()
Drc80211_minstrel_ht_debugfs.c317 minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) in minstrel_ht_add_sta_debugfs()
Dsta_info.h611 struct dentry *debugfs_dir;
/net/
Dsocket.c291 static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen) in sockfs_dname() argument
293 return dynamic_dname(dentry, buffer, buflen, "socket:[%lu]", in sockfs_dname()
294 d_inode(dentry)->i_ino); in sockfs_dname()
302 struct dentry *dentry, struct inode *inode, in sockfs_xattr_get() argument
307 if (dentry->d_name.len + 1 > size) in sockfs_xattr_get()
309 memcpy(value, dentry->d_name.name, dentry->d_name.len + 1); in sockfs_xattr_get()
311 return dentry->d_name.len + 1; in sockfs_xattr_get()
324 struct dentry *dentry, struct inode *inode, in sockfs_security_xattr_set() argument
497 static ssize_t sockfs_listxattr(struct dentry *dentry, char *buffer, in sockfs_listxattr() argument
503 len = security_inode_listsecurity(d_inode(dentry), buffer, size); in sockfs_listxattr()
[all …]
/net/sunrpc/auth_gss/
Dauth_gss.c879 static void gss_pipe_dentry_destroy(struct dentry *dir, in gss_pipe_dentry_destroy()
885 if (pipe->dentry != NULL) { in gss_pipe_dentry_destroy()
886 rpc_unlink(pipe->dentry); in gss_pipe_dentry_destroy()
887 pipe->dentry = NULL; in gss_pipe_dentry_destroy()
891 static int gss_pipe_dentry_create(struct dentry *dir, in gss_pipe_dentry_create()
895 struct dentry *dentry; in gss_pipe_dentry_create() local
897 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create()
898 if (IS_ERR(dentry)) in gss_pipe_dentry_create()
899 return PTR_ERR(dentry); in gss_pipe_dentry_create()
900 p->pipe->dentry = dentry; in gss_pipe_dentry_create()
/net/wireless/
Ddebugfs.c107 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
/net/l2tp/
Dl2tp_debugfs.c33 static struct dentry *rootdir;
/net/bluetooth/
D6lowpan.c26 static struct dentry *lowpan_enable_debugfs;
27 static struct dentry *lowpan_control_debugfs;
/net/ceph/
Ddebugfs.c32 static struct dentry *ceph_debugfs_dir;

12