Home
last modified time | relevance | path

Searched refs:vnode (Results 1 – 25 of 425) sorted by path

12345678910>>...17

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.basics.d60 extern struct vnode e22;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline struct vnode *invalid = xlate<psinfo_t>(curthread->td_proc);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_UNKNOWN.badmemb.d43 trace(offsetof(struct vnode, v_no_such_member));
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d51 struct vnode s;
61 struct vnode s;
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_create23 this->vp = (struct vnode *)arg0;
H A Dvop_readdir23 this->vp = (struct vnode *)arg0;
H A Dvop_symlink23 this->vp = (struct vnode *)arg0;
/freebsd/contrib/libdiff/test/
H A Dexpect021.diff21 +#include <sys/vnode.h>
H A Dtest021.left.txt662 struct vnode *vn;
834 struct vnode *vn = NULL;
H A Dtest021.right.txt36 #include <sys/vnode.h>
625 struct vnode *vn;
787 struct vnode *vn = NULL;
H A Dtest117.left-P.txt36 #include <sys/vnode.h>
611 struct vnode *vn;
773 struct vnode *vn = NULL;
H A Dtest117.right-P.txt36 #include <sys/vnode.h>
625 struct vnode *vn;
787 struct vnode *vn = NULL;
H A Dtest122.left-P.txt37 #include <sys/vnode.h>
639 struct vnode *vn;
811 struct vnode *vn = NULL;
H A Dtest122.right-P.txt36 #include <sys/vnode.h>
625 struct vnode *vn;
787 struct vnode *vn = NULL;
/freebsd/contrib/netbsd-tests/rump/rumpvfs/
H A Dt_p2kifs.c59 struct vnode *vp; in ATF_TC_BODY()
60 extern struct vnode *rumpns_rootvnode; in ATF_TC_BODY()
/freebsd/crypto/heimdal/appl/rcp/
H A DChangeLog43 * rcp.c: MODEMASK is defined in sys/vnode.h on Solaris, so undef
/freebsd/lib/libprocstat/
H A Dcd9660.c67 isofs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in isofs_filestat()
H A Dcommon_kvm.c88 ufs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in ufs_filestat()
114 devfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in devfs_filestat()
139 nfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in nfs_filestat()
203 getvnodedata(struct vnode *vp) in getvnodedata()
209 getvnodemount(struct vnode *vp) in getvnodemount()
H A Dcommon_kvm.h40 int devfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
41 int isofs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
42 int msdosfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
43 int nfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
44 int smbfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
45 int udf_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
46 int ufs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
47 int zfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
48 void *getvnodedata(struct vnode *vp);
49 struct mount *getvnodemount(struct vnode *vp);
H A Dlibprocstat.c406 static struct vnode *
464 struct vnode *vp; in procstat_getfiles_kvm()
1267 int (*handler)(kvm_t *kd, struct vnode *vp, in procstat_get_vnode_info_kvm()
1282 struct vnode vnode; in procstat_get_vnode_info_kvm() local
1294 error = kvm_read_all(kd, (unsigned long)vp, &vnode, sizeof(vnode)); in procstat_get_vnode_info_kvm()
1300 vn->vn_type = vntype2psfsttype(vnode.v_type); in procstat_get_vnode_info_kvm()
1301 if (vnode.v_type == VNON || vnode.v_type == VBAD) in procstat_get_vnode_info_kvm()
1326 vn->vn_mntdir = getmnton(kd, vnode.v_mount); in procstat_get_vnode_info_kvm()
1327 if ((vnode.v_type == VBLK || vnode.v_type == VCHR) && in procstat_get_vnode_info_kvm()
1328 vnode.v_rdev != NULL){ in procstat_get_vnode_info_kvm()
[all …]
H A Dmsdosfs.c82 msdosfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in msdosfs_filestat()
H A Dsmbfs.c53 smbfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in smbfs_filestat()
H A Dudf.c58 struct vnode *im_devvp;
72 struct vnode *i_vnode;
81 udf_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in udf_filestat()
H A Dzfs.c54 zfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in zfs_filestat()
/freebsd/sbin/init/
H A DNOTES22 references to a 'dead' vnode. I don't know whether vhangup()

12345678910>>...17