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

/freebsd-10-stable/sys/ofed/include/linux/
H A Dfs.h46 struct dentry;
63 struct dentry { struct
75 struct dentry *f_dentry;
76 struct dentry f_dentry_store;
130 int (*fsync)(struct file *, struct dentry *, int datasync);
/freebsd-10-stable/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;
395 struct dentry *entry, *tmp;
409 STAILQ_REMOVE(&opened_disks, entry, dentry, entr
[all...]
/freebsd-10-stable/sys/dev/mlx5/
H A 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 *av
[all...]
/freebsd-10-stable/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.c111 struct device_attribute dentry; member in struct:mcast_group
449 del_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
774 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
839 sysfs_attr_init(&group->dentry.attr);
840 group->dentry.show = sysfs_show_group;
841 group->dentry.store = NULL;
842 group->dentry.attr.name = group->name;
843 group->dentry.attr.mode = 0400;
858 add_sysfs_port_mcg_attr(ctx->dev, ctx->port, &group->dentry.attr);
989 container_of(attr, struct mcast_group, dentry);
[all...]
H A Dmlx4_ib.h498 struct device_attribute dentry; member in struct:mlx4_ib_iov_sysfs_attr
H A Dmr.c76 struct proc_dir_entry *pde = PDE(filep->f_path.dentry->d_inode);
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c42 static struct dentry *ipoib_root;
H A Dipoib.h391 struct dentry *mcg_dentry;
392 struct dentry *path_dentry;
/freebsd-10-stable/contrib/gdb/include/
H A Dhp-symtab.h1329 struct dntt_type_function dentry; member in union:dnttentry
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h447 struct dentry *root;
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h235 struct dentry *debugfs_root;
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h583 struct dentry *dev_root;

Completed in 128 milliseconds