| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | debugfs.h | 38 void debugfs_remove(struct dentry *dentry); 40 struct dentry *debugfs_create_file(const char *name, umode_t mode, 41 struct dentry *parent, void *data, 44 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent); 46 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, 49 void debugfs_remove_recursive(struct dentry *dentry);
|
| H A D | dcache.h | 35 struct dentry { struct 41 d_inode(const struct dentry *dentry) in d_inode() argument 43 return (dentry->d_inode); in d_inode()
|
| H A D | fs.h | 50 struct dentry; 89 struct dentry *f_dentry; 90 struct dentry f_dentry_store; 162 int (*fsync)(struct file *, struct dentry *, int datasync);
|
| /freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_debugfs.c | 59 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); 167 struct dentry *dir; in vchiq_debugfs_create_log_entries() 276 struct dentry *top, *use_count, *trace; in vchiq_debugfs_add_instance() 315 debugfs_remove_recursive(node->dentry); in vchiq_debugfs_remove_instance() 352 static struct dentry *vchiq_clients_top(void) in vchiq_clients_top() [all …]
|
| H A D | vchiq_debugfs.h | 41 struct dentry *dentry; member
|
| /freebsd-12.1/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 85 struct dentry dm_dnode; 174 struct dentry * 176 struct dentry *parent, void *data, in debugfs_create_file() 180 struct dentry *dnode; in debugfs_create_file() 209 struct dentry * 210 debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() 213 struct dentry *dnode; in debugfs_create_dir() 236 struct dentry * 241 struct dentry *dnode; in debugfs_create_symlink() 273 debugfs_remove(struct dentry *dnode) in debugfs_remove() [all …]
|
| /freebsd-12.1/sys/dev/mlx5/ |
| H A D | driver.h | 175 struct dentry *dent; 183 struct dentry *root; 278 struct dentry *dbg_root; 279 struct dentry *dbg_in; 280 struct dentry *dbg_out; 281 struct dentry *dbg_outlen; 283 struct dentry *dbg_run; 317 struct dentry *root; 318 struct dentry *avg; 319 struct dentry *count; [all …]
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_sysfs.c | 50 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry); in show_admin_alias_guid() 75 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry); in store_admin_alias_guid() 176 vdentry->dentry.show = show; in create_sysfs_entry() 177 vdentry->dentry.store = store; in create_sysfs_entry() 178 sysfs_attr_init(&vdentry->dentry.attr); in create_sysfs_entry() 179 vdentry->dentry.attr.name = vdentry->name; in create_sysfs_entry() 180 vdentry->dentry.attr.mode = 0; in create_sysfs_entry() 184 if (vdentry->dentry.store) in create_sysfs_entry() 185 vdentry->dentry.attr.mode |= S_IWUSR; in create_sysfs_entry() 187 if (vdentry->dentry.show) in create_sysfs_entry() [all …]
|
| H A D | mlx4_ib_mcg.c | 117 struct device_attribute dentry; member 457 del_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr); in release_group() 780 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr); in search_relocate_mgid0_group() 847 sysfs_attr_init(&group->dentry.attr); in acquire_group() 848 group->dentry.show = sysfs_show_group; in acquire_group() 849 group->dentry.store = NULL; in acquire_group() 850 group->dentry.attr.name = group->name; in acquire_group() 851 group->dentry.attr.mode = 0400; in acquire_group() 866 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr); in acquire_group() 997 container_of(attr, struct mcast_group, dentry); in sysfs_show_group() [all …]
|
| H A D | mlx4_ib.h | 522 struct device_attribute dentry; member
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib.h | 547 struct dentry *dir; 555 struct dentry *fsize; 556 struct dentry *fcur; 557 struct dentry *fmiss; 558 struct dentry *flimit; 570 struct dentry *root;
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | space_map.c | 509 uint64_t dentry = SM_PREFIX_ENCODE(SM_DEBUG_PREFIX) | in space_map_write_intro_debug() local 515 sizeof (dentry), &dentry, tx); in space_map_write_intro_debug() 517 sm->sm_phys->smp_objsize += sizeof (dentry); in space_map_write_intro_debug()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib.h | 398 struct dentry *mcg_dentry; 399 struct dentry *path_dentry;
|
| H A D | ipoib_fs.c | 47 static struct dentry *ipoib_root;
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | hp-symtab.h | 1329 struct dntt_type_function dentry; member
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 616 struct dentry *dev_root;
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | iw_cxgbe.h | 269 struct dentry *debugfs_root;
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_gem.c | 4043 mapping = obj->base.filp->f_path.dentry->d_inode->i_mapping; in i915_gem_alloc_object()
|