Searched refs:dentry (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.h41 struct dentry *dentry; member in struct:vchiq_debugfs_node_struct
H A Dvchiq_debugfs.c59 struct dentry *vchiq_cfg_dir;
62 struct dentry *clients;
65 struct dentry *log_categories;
74 struct dentry *dir;
88 static struct dentry *vchiq_clients_top(void);
89 static struct dentry *vchiq_debugfs_top(void);
165 static int vchiq_debugfs_create_log_entries(struct dentry *top)
167 struct dentry *dir;
276 struct dentry *top, *use_count, *trace;
277 struct dentry *client
[all...]
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h48 struct dentry;
65 struct dentry { struct
77 struct dentry *f_dentry;
78 struct dentry f_dentry_store;
132 int (*fsync)(struct file *, struct dentry *, int datasync);
/freebsd-11.0-release/sys/boot/common/
H A Ddisk.c60 struct dentry { struct
68 STAILQ_ENTRY(dentry) entry;
74 static STAILQ_HEAD(, dentry) opened_disks =
80 struct dentry *entry;
107 struct dentry *entry;
109 entry = (struct dentry *)malloc(sizeof(struct dentry));
136 struct dentry *entry;
436 struct dentry *entry, *tmp;
450 STAILQ_REMOVE(&opened_disks, entry, dentry, entr
[all...]
/freebsd-11.0-release/sys/dev/mlx5/
H A Ddriver.h128 struct dentry *dent;
136 struct dentry *root;
234 struct dentry *dbg_root;
235 struct dentry *dbg_in;
236 struct dentry *dbg_out;
237 struct dentry *dbg_outlen;
238 struct dentry *dbg_status;
239 struct dentry *dbg_run;
263 struct dentry *root;
264 struct dentry *av
[all...]
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c52 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
79 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
136 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
163 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry);
179 sysfs_remove_file((_dentry)->kobj, &(_dentry)->dentry.attr); \
196 vdentry->dentry.show = show;
197 vdentry->dentry.store = store;
198 sysfs_attr_init(&vdentry->dentry.attr);
199 vdentry->dentry.attr.name = vdentry->name;
200 vdentry->dentry
[all...]
H A Dmcg.c113 struct device_attribute dentry; member in struct:mcast_group
451 del_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
777 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
844 sysfs_attr_init(&group->dentry.attr);
845 group->dentry.show = sysfs_show_group;
846 group->dentry.store = NULL;
847 group->dentry.attr.name = group->name;
848 group->dentry.attr.mode = 0400;
863 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
994 container_of(attr, struct mcast_group, dentry);
[all...]
H A Dmr.c73 struct proc_dir_entry *pde = PDE(filep->f_path.dentry->d_inode);
H A Dmlx4_ib.h528 struct device_attribute dentry; member in struct:mlx4_ib_iov_sysfs_attr
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c42 static struct dentry *ipoib_root;
H A Dipoib.h394 struct dentry *mcg_dentry;
395 struct dentry *path_dentry;
/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h1329 struct dntt_type_function dentry; member in union:dnttentry
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h224 struct dentry *debugfs_root;
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h583 struct dentry *dev_root;
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_gem.c4073 mapping = obj->base.filp->f_path.dentry->d_inode->i_mapping;

Completed in 105 milliseconds