Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/boot/common/
Ddisk.c60 struct dentry { struct
68 STAILQ_ENTRY(dentry) entry; argument
74 static STAILQ_HEAD(, dentry) opened_disks = argument
80 struct dentry *entry; in disk_lookup()
107 struct dentry *entry; in disk_insert()
109 entry = (struct dentry *)malloc(sizeof(struct dentry)); in disk_insert()
136 struct dentry *entry; in command_dcachestat()
395 struct dentry *entry, *tmp; in disk_cleanup()
409 STAILQ_REMOVE(&opened_disks, entry, dentry, entry); in disk_cleanup()
/freebsd-10-stable/sys/ofed/include/linux/
Dfs.h46 struct dentry;
63 struct dentry { struct
75 struct dentry *f_dentry; argument
76 struct dentry f_dentry_store;
130 int (*fsync)(struct file *, struct dentry *, int datasync);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dsysfs.c52 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry); in show_admin_alias_guid()
79 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry); in store_admin_alias_guid()
136 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry); in show_port_gid()
163 container_of(attr, struct mlx4_ib_iov_sysfs_attr, dentry); in show_phys_port_pkey()
179 sysfs_remove_file((_dentry)->kobj, &(_dentry)->dentry.attr); \
196 vdentry->dentry.show = show; in create_sysfs_entry()
197 vdentry->dentry.store = store; in create_sysfs_entry()
198 sysfs_attr_init(&vdentry->dentry.attr); in create_sysfs_entry()
199 vdentry->dentry.attr.name = vdentry->name; in create_sysfs_entry()
200 vdentry->dentry.attr.mode = 0; in create_sysfs_entry()
[all …]
Dmcg.c111 struct device_attribute dentry; member
449 del_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr); in release_group()
774 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr); in search_relocate_mgid0_group()
839 sysfs_attr_init(&group->dentry.attr); in acquire_group()
840 group->dentry.show = sysfs_show_group; in acquire_group()
841 group->dentry.store = NULL; in acquire_group()
842 group->dentry.attr.name = group->name; in acquire_group()
843 group->dentry.attr.mode = 0400; in acquire_group()
858 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr); in acquire_group()
989 container_of(attr, struct mcast_group, dentry); in sysfs_show_group()
[all …]
Dmr.c76 struct proc_dir_entry *pde = PDE(filep->f_path.dentry->d_inode); in shared_mr_mmap()
Dmlx4_ib.h498 struct device_attribute dentry; member
/freebsd-10-stable/sys/dev/mlx5/
Ddriver.h160 struct dentry *dent;
168 struct dentry *root;
283 struct dentry *dbg_root;
284 struct dentry *dbg_in;
285 struct dentry *dbg_out;
286 struct dentry *dbg_outlen;
287 struct dentry *dbg_status;
288 struct dentry *dbg_run;
312 struct dentry *root;
313 struct dentry *avg;
[all …]
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib.h391 struct dentry *mcg_dentry;
392 struct dentry *path_dentry;
Dipoib_fs.c42 static struct dentry *ipoib_root;
/freebsd-10-stable/contrib/gdb/include/
Dhp-symtab.h1329 struct dntt_type_function dentry; member
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Dmlx4_en.h583 struct dentry *dev_root;
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib.h447 struct dentry *root;
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Diw_cxgbe.h235 struct dentry *debugfs_root;