Home
last modified time | relevance | path

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

12

/net/sunrpc/
A Drpc_pipe.c89 struct dentry *dentry; in rpc_timeout_upcall_queue() local
97 dentry = dget(pipe->dentry); in rpc_timeout_upcall_queue()
138 struct dentry *dentry; in rpc_queue_upcall() local
154 dentry = dget(pipe->dentry); in rpc_queue_upcall()
171 rpc_close_pipes(struct dentry *dentry) in rpc_close_pipes() argument
585 struct dentry *dentry; in rpc_populate() local
641 struct dentry *dentry; in rpc_mkpipe_dentry() local
672 pipe->dentry = dentry; in rpc_mkpipe_dentry()
866 int rpc_create_client_dir(struct dentry *dentry, in rpc_create_client_dir() argument
926 struct dentry *dentry; in rpc_create_cache_dir() local
[all …]
A Ddebugfs.c15 static struct dentry *topdir;
16 static struct dentry *rpc_clnt_dir;
17 static struct dentry *rpc_xprt_dir;
270 struct dentry *dir; in fail_sunrpc_init()
A Dcache.c1883 int sunrpc_cache_register_pipefs(struct dentry *parent, in sunrpc_cache_register_pipefs()
1887 struct dentry *dir = rpc_create_cache_dir(parent, name, umode, cd); in sunrpc_cache_register_pipefs()
/net/unix/
A Ddiag.c31 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs() local
33 if (dentry) { in sk_diag_dump_vfs()
35 .udiag_vfs_ino = d_backing_inode(dentry)->i_ino, in sk_diag_dump_vfs()
36 .udiag_vfs_dev = dentry->d_sb->s_dev, in sk_diag_dump_vfs()
A Daf_unix.c462 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode() local
464 if (dentry && d_backing_inode(dentry) == i) { in unix_find_socket_byinode()
729 if (path.dentry) in unix_release_sock()
1277 struct dentry *dentry; in unix_find_abstract() local
1284 dentry = unix_sk(sk)->path.dentry; in unix_find_abstract()
1285 if (dentry) in unix_find_abstract()
1377 struct dentry *dentry; in unix_bind_bsd() local
1391 if (IS_ERR(dentry)) { in unix_bind_bsd()
1402 err = vfs_mknod(idmap, d_inode(parent.dentry), dentry, mode, 0); in unix_bind_bsd()
1415 u->path.dentry = dget(dentry); in unix_bind_bsd()
[all …]
/net/6lowpan/
A 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()
233 struct dentry *root; in lowpan_dev_debugfs_802154_init()
248 struct dentry *contexts; in lowpan_dev_debugfs_init()
/net/wireless/
A Ddebugfs.c105 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
139 static void wiphy_locked_debugfs_read_cancel(struct dentry *dentry, in wiphy_locked_debugfs_read_cancel() argument
219 static void wiphy_locked_debugfs_write_cancel(struct dentry *dentry, in wiphy_locked_debugfs_write_cancel() argument
/net/mac80211/
A Ddebugfs_netdev.c884 struct dentry *dir = debugfs_create_dir("mesh_stats", in add_mesh_stats()
899 struct dentry *dir = debugfs_create_dir("mesh_config", in add_mesh_config()
977 #define DEBUGFS_ADD_MODE(dentry, name, mode) \ argument
978 debugfs_create_file(#name, mode, dentry, \
981 #define DEBUGFS_ADD(dentry, name) DEBUGFS_ADD_MODE(dentry, name, 0400) argument
984 struct dentry *dentry) in add_link_files() argument
986 DEBUGFS_ADD(dentry, txpower); in add_link_files()
987 DEBUGFS_ADD(dentry, user_power_level); in add_link_files()
988 DEBUGFS_ADD(dentry, ap_power_level); in add_link_files()
992 DEBUGFS_ADD_MODE(dentry, smps, 0600); in add_link_files()
A Dkey.h124 struct dentry *stalink;
125 struct dentry *dir;
A Drate.h70 struct dentry *debugfsdir; in rate_control_add_debugfs()
A Dieee80211_i.h1112 struct dentry *debugfs_dir;
1205 struct dentry *subdir_stations;
1206 struct dentry *default_unicast_key;
1207 struct dentry *default_multicast_key;
1208 struct dentry *default_mgmt_key;
1209 struct dentry *default_beacon_key;
1650 struct dentry *rcdir;
1651 struct dentry *keys;
A Drc80211_minstrel_ht.h198 void minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
A Dsta_info.h565 struct dentry *debugfs_dir;
761 struct dentry *debugfs_dir;
A Ddebugfs.c677 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()
678 struct dentry *statsd; in debugfs_hw_add()
A Drc80211_minstrel_ht_debugfs.c328 minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir) in minstrel_ht_add_sta_debugfs()
A Ddriver-ops.h516 struct dentry *dir) in drv_link_add_debugfs()
533 struct dentry *dir) in drv_sta_add_debugfs()
550 struct dentry *dir) in drv_link_sta_add_debugfs()
/net/hsr/
A Dhsr_debugfs.c15 static struct dentry *hsr_debugfs_root_dir;
76 struct dentry *de = NULL; in hsr_debugfs_init()
A Dhsr_main.h220 struct dentry *node_tbl_root;
/net/
A Dsocket.c361 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
559 static ssize_t sockfs_listxattr(struct dentry *dentry, char *buffer, in sockfs_listxattr() argument
588 struct dentry *dentry, struct iattr *iattr) in sockfs_setattr() argument
590 int err = simple_setattr(&nop_mnt_idmap, dentry, iattr); in sockfs_setattr()
[all …]
/net/core/
A Dskb_fault_injection.c94 struct dentry *dir; in fail_skb_realloc_debugfs()
/net/l2tp/
A Dl2tp_debugfs.c32 static struct dentry *rootdir;
/net/bluetooth/
A D6lowpan.c27 static struct dentry *lowpan_enable_debugfs;
28 static struct dentry *lowpan_control_debugfs;
A Daf_bluetooth.c882 struct dentry *bt_debugfs;
/net/ceph/
A Ddebugfs.c32 static struct dentry *ceph_debugfs_dir;
/net/bluetooth/rfcomm/
A Dsock.c1001 static struct dentry *rfcomm_sock_debugfs;

Completed in 70 milliseconds

12