Searched refs:genfs_node (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/miscfs/genfs/
H A DMakefile5 INCS= genfs.h genfs_node.h layer.h
H A Dgenfs_node.h1 /* $NetBSD: genfs_node.h,v 1.19 2010/01/27 15:52:31 uebayasi Exp $ */
76 struct genfs_node { struct
82 #define VTOG(vp) ((struct genfs_node *)(vp)->v_data)
H A Dgenfs_vfsops.c38 #include <miscfs/genfs/genfs_node.h>
H A Dgenfs_vnops.c79 #include <miscfs/genfs/genfs_node.h>
404 struct genfs_node *gp = VTOG(vp);
413 struct genfs_node *gp = VTOG(vp);
534 struct genfs_node *gp = VTOG(vp);
542 struct genfs_node *gp = VTOG(vp);
550 struct genfs_node *gp = VTOG(vp);
558 struct genfs_node *gp = VTOG(vp);
566 struct genfs_node *gp = VTOG(vp);
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_inode.h41 #include <miscfs/genfs/genfs_node.h>
45 struct genfs_node gnode;
/netbsd-6-1-5-RELEASE/sys/fs/filecorefs/
H A Dfilecore_node.h72 #include <miscfs/genfs/genfs_node.h>
84 struct genfs_node i_gnode;
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_inode.h33 #include <miscfs/genfs/genfs_node.h>
81 struct genfs_node f_gnode;
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_node.h40 #include <miscfs/genfs/genfs_node.h> /* for struct genfs_node */
58 struct genfs_node n_gnode;
/netbsd-6-1-5-RELEASE/sys/fs/sysvbfs/
H A Dsysvbfs.h41 #include <miscfs/genfs/genfs_node.h>
45 struct genfs_node gnode;
H A Dsysvbfs.c41 #include <miscfs/genfs/genfs_node.h>
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_extern.h38 #include <miscfs/genfs/genfs_node.h>
53 struct genfs_node gnode;
/netbsd-6-1-5-RELEASE/sys/fs/efs/
H A Defs_genfs.c29 #include <miscfs/genfs/genfs_node.h>
H A Defs_inode.h31 struct genfs_node ei_gnode;
H A Defs_ihash.c48 #include <miscfs/genfs/genfs_node.h>
/netbsd-6-1-5-RELEASE/sys/fs/cd9660/
H A Dcd9660_node.h42 #include <miscfs/genfs/genfs_node.h>
65 struct genfs_node i_gnode;
/netbsd-6-1-5-RELEASE/sys/fs/adosfs/
H A Dadosfs.h49 #include <miscfs/genfs/genfs_node.h>
75 struct genfs_node gnode;
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dhfs.h38 #include <miscfs/genfs/genfs_node.h>
69 struct genfs_node h_gnode;
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs.h39 #include <miscfs/genfs/genfs_node.h>
191 struct genfs_node i_gnode; /* has to be first */
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_strat_bootstrap.c46 #include <miscfs/genfs/genfs_node.h>
H A Dudf.h43 #include <miscfs/genfs/genfs_node.h>
366 struct genfs_node i_gnode; /* has to be first */
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Ddenode.h52 #include <miscfs/genfs/genfs_node.h>
149 struct genfs_node de_gnode;
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfsnode.h49 #include <miscfs/genfs/genfs_node.h>
121 struct genfs_node n_gnode;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_znode.h40 #include <miscfs/genfs/genfs_node.h>
196 struct genfs_node z_genfs_node;
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dinode.h47 #include <miscfs/genfs/genfs_node.h>
92 struct genfs_node i_gnode;
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_sys.h44 #include <miscfs/genfs/genfs_node.h>
204 struct genfs_node pn_gnode; /* genfs glue */

Completed in 122 milliseconds

12