Symbol: dentry
crypto/krb5/src/plugins/tls/k5tls/openssl.c
371
struct dirent *dentry = NULL;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
378
while ((dentry = readdir(d)) != NULL) {
crypto/krb5/src/plugins/tls/k5tls/openssl.c
379
if (dentry->d_name[0] != '.') {
crypto/krb5/src/plugins/tls/k5tls/openssl.c
381
path, dentry->d_name);
sys/compat/lindebugfs/lindebugfs.c
212
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
214
struct dentry *parent, void *data,
sys/compat/lindebugfs/lindebugfs.c
218
struct dentry *dnode;
sys/compat/lindebugfs/lindebugfs.c
247
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
249
struct dentry *parent, void *data,
sys/compat/lindebugfs/lindebugfs.c
267
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
269
struct dentry *parent, void *data,
sys/compat/lindebugfs/lindebugfs.c
276
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
278
struct dentry *parent, void *data,
sys/compat/lindebugfs/lindebugfs.c
295
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
296
debugfs_create_dir(const char *name, struct dentry *parent)
sys/compat/lindebugfs/lindebugfs.c
299
struct dentry *dnode;
sys/compat/lindebugfs/lindebugfs.c
326
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
327
debugfs_create_symlink(const char *name, struct dentry *parent,
sys/compat/lindebugfs/lindebugfs.c
331
struct dentry *dnode;
sys/compat/lindebugfs/lindebugfs.c
363
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
364
debugfs_lookup(const char *name, struct dentry *parent)
sys/compat/lindebugfs/lindebugfs.c
367
struct dentry *dnode;
sys/compat/lindebugfs/lindebugfs.c
381
debugfs_remove(struct dentry *dnode)
sys/compat/lindebugfs/lindebugfs.c
390
debugfs_remove_recursive(struct dentry *dnode)
sys/compat/lindebugfs/lindebugfs.c
429
debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent, bool *value)
sys/compat/lindebugfs/lindebugfs.c
458
debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, uint8_t *value)
sys/compat/lindebugfs/lindebugfs.c
470
debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, uint8_t *value)
sys/compat/lindebugfs/lindebugfs.c
499
debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, uint16_t *value)
sys/compat/lindebugfs/lindebugfs.c
511
debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, uint16_t *value)
sys/compat/lindebugfs/lindebugfs.c
540
debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent, uint32_t *value)
sys/compat/lindebugfs/lindebugfs.c
552
debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, uint32_t *value)
sys/compat/lindebugfs/lindebugfs.c
581
debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent, uint64_t *value)
sys/compat/lindebugfs/lindebugfs.c
593
debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent, uint64_t *value)
sys/compat/lindebugfs/lindebugfs.c
622
debugfs_create_ulong(const char *name, umode_t mode, struct dentry *parent, unsigned long *value)
sys/compat/lindebugfs/lindebugfs.c
651
debugfs_create_atomic_t(const char *name, umode_t mode, struct dentry *parent, atomic_t *value)
sys/compat/lindebugfs/lindebugfs.c
766
debugfs_create_str(const char *name, umode_t mode, struct dentry *parent,
sys/compat/lindebugfs/lindebugfs.c
802
struct dentry *
sys/compat/lindebugfs/lindebugfs.c
803
debugfs_create_blob(const char *name, umode_t mode, struct dentry *parent,
sys/compat/lindebugfs/lindebugfs.c
83
struct dentry dm_dnode;
sys/compat/linuxkpi/common/include/linux/dcache.h
40
d_inode(const struct dentry *dentry)
sys/compat/linuxkpi/common/include/linux/dcache.h
42
return (dentry->d_inode);
sys/compat/linuxkpi/common/include/linux/debugfs.h
100
void debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
102
void debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
104
void debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
106
void debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
108
void debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
110
void debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
112
void debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
114
void debugfs_create_ulong(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
116
void debugfs_create_atomic_t(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
118
void debugfs_create_str(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
121
struct dentry *debugfs_create_blob(const char *name, umode_t mode,
sys/compat/linuxkpi/common/include/linux/debugfs.h
122
struct dentry *parent, struct debugfs_blob_wrapper *value);
sys/compat/linuxkpi/common/include/linux/debugfs.h
60
struct dentry *debugfs_create_file(const char *name, umode_t mode,
sys/compat/linuxkpi/common/include/linux/debugfs.h
61
struct dentry *parent, void *data,
sys/compat/linuxkpi/common/include/linux/debugfs.h
65
struct dentry *debugfs_create_file_size(const char *name, umode_t mode,
sys/compat/linuxkpi/common/include/linux/debugfs.h
66
struct dentry *parent, void *data,
sys/compat/linuxkpi/common/include/linux/debugfs.h
70
struct dentry *debugfs_create_file_unsafe(const char *name, umode_t mode,
sys/compat/linuxkpi/common/include/linux/debugfs.h
71
struct dentry *parent, void *data,
sys/compat/linuxkpi/common/include/linux/debugfs.h
74
struct dentry *debugfs_create_mode_unsafe(const char *name, umode_t mode,
sys/compat/linuxkpi/common/include/linux/debugfs.h
75
struct dentry *parent, void *data,
sys/compat/linuxkpi/common/include/linux/debugfs.h
80
struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
sys/compat/linuxkpi/common/include/linux/debugfs.h
82
struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
85
struct dentry *debugfs_lookup(const char *name, struct dentry *parent);
sys/compat/linuxkpi/common/include/linux/debugfs.h
87
void debugfs_remove(struct dentry *dentry);
sys/compat/linuxkpi/common/include/linux/debugfs.h
89
void debugfs_remove_recursive(struct dentry *dentry);
sys/compat/linuxkpi/common/include/linux/debugfs.h
96
void debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/debugfs.h
98
void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent,
sys/compat/linuxkpi/common/include/linux/fs.h
173
int (*fsync)(struct file *, struct dentry *, int datasync);
sys/compat/linuxkpi/common/include/linux/fs.h
52
struct dentry;
sys/compat/linuxkpi/common/include/linux/fs.h
90
struct dentry *f_dentry;
sys/compat/linuxkpi/common/include/linux/fs.h
91
struct dentry f_dentry_store;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1219
struct dentry *debugfsdir;
sys/compat/linuxkpi/common/include/net/mac80211.h
1112
void (*sta_add_debugfs)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_sta *, struct dentry *);
sys/compat/linuxkpi/common/include/net/mac80211.h
1114
void (*link_sta_add_debugfs)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_link_sta *, struct dentry *);
sys/compat/linuxkpi/common/include/net/mac80211.h
1115
void (*link_add_debugfs)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_bss_conf *, struct dentry *);
sys/compat/linuxkpi/common/include/net/mac80211.h
862
struct dentry *debugfs_dir;
sys/dev/bnxt/bnxt_re/bnxt_re.h
324
struct dentry *qpinfo_dir;
sys/dev/bnxt/bnxt_re/bnxt_re.h
325
struct dentry *service_fn_dir;
sys/dev/bnxt/bnxt_re/bnxt_re.h
327
struct dentry *stat_query;
sys/dev/bnxt/bnxt_re/bnxt_re.h
329
struct dentry *qplist_query;
sys/dev/bnxt/bnxt_re/bnxt_re.h
331
struct dentry *service_fn_query;
sys/dev/bnxt/bnxt_re/bnxt_re.h
554
struct dentry *port_debug_dir;
sys/dev/bnxt/bnxt_re/bnxt_re.h
555
struct dentry *info;
sys/dev/bnxt/bnxt_re/bnxt_re.h
556
struct dentry *drv_dbg_stats;
sys/dev/bnxt/bnxt_re/bnxt_re.h
557
struct dentry *sp_perf_stats;
sys/dev/bnxt/bnxt_re/bnxt_re.h
558
struct dentry *pdev_debug_dir;
sys/dev/bnxt/bnxt_re/bnxt_re.h
559
struct dentry *pdev_qpinfo_dir;
sys/dev/bnxt/bnxt_re/ib_verbs.h
208
struct dentry *qp_info_pdev_dentry;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
274
struct dentry *debugfs_root;
sys/dev/mlx4/mlx4_en/en.h
623
struct dentry *dev_root;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
517
struct device_attribute dentry;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
1072
del_sysfs_port_mcg_attr(group->demux->dev, group->demux->port, &group->dentry.attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
117
struct device_attribute dentry;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
457
del_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
780
add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
847
sysfs_attr_init(&group->dentry.attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
848
group->dentry.show = sysfs_show_group;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
849
group->dentry.store = NULL;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
850
group->dentry.attr.name = group->name;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
851
group->dentry.attr.mode = 0400;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
866
add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
997
container_of(attr, struct mcast_group, dentry);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
116
container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
143
container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
159
sysfs_remove_file((_dentry)->kobj, &(_dentry)->dentry.attr); \
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
176
vdentry->dentry.show = show;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
177
vdentry->dentry.store = store;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
178
sysfs_attr_init(&vdentry->dentry.attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
179
vdentry->dentry.attr.name = vdentry->name;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
180
vdentry->dentry.attr.mode = 0;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
184
if (vdentry->dentry.store)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
185
vdentry->dentry.attr.mode |= S_IWUSR;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
187
if (vdentry->dentry.show)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
188
vdentry->dentry.attr.mode |= S_IRUGO;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
190
ret = sysfs_create_file(vdentry->kobj, &vdentry->dentry.attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
192
pr_err("failed to create %s\n", vdentry->dentry.attr.name);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
50
container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
75
container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
sys/dev/qat/include/common/adf_accel_devices.h
576
struct dentry *stats_file;
sys/dev/qlnx/qlnxr/qlnxr_def.h
401
struct dentry *dbgfs;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
395
struct dentry *mcg_dentry;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
396
struct dentry *path_dentry;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c
45
static struct dentry *ipoib_root;