Symbol: vnode
lib/libkvm/kvm_cd9660.c
41
_kvm_stat_cd9660(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_file.h
44
int _kvm_stat_cd9660(kvm_t *, struct kinfo_file *, struct vnode *);
lib/libkvm/kvm_file.h
45
int _kvm_stat_udf(kvm_t *, struct kinfo_file *, struct vnode *);
lib/libkvm/kvm_file.h
46
int _kvm_stat_ntfs(kvm_t *, struct kinfo_file *, struct vnode *);
lib/libkvm/kvm_file2.c
127
struct vnode *, struct process *, int, pid_t);
lib/libkvm/kvm_file2.c
128
static int filestat(kvm_t *, struct kinfo_file *, struct vnode *);
lib/libkvm/kvm_file2.c
469
struct vnode *vp, struct process *pr, int fd, pid_t pid)
lib/libkvm/kvm_file2.c
514
struct vnode vbuf;
lib/libkvm/kvm_file2.c
767
ufs_filestat(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_file2.c
796
ext2fs_filestat(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_file2.c
825
msdos_filestat(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_file2.c
851
nfs_filestat(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_file2.c
871
spec_filestat(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_file2.c
874
struct vnode parent;
lib/libkvm/kvm_file2.c
897
filestat(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_ntfs.c
52
_kvm_stat_ntfs(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
lib/libkvm/kvm_udf.c
75
_kvm_stat_udf(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)
sbin/isakmpd/ui.c
223
struct conf_list_node *vnode;
sbin/isakmpd/ui.c
268
for (vnode = TAILQ_FIRST(&vlist->fields);
sbin/isakmpd/ui.c
269
vnode;
sbin/isakmpd/ui.c
270
vnode = TAILQ_NEXT(vnode, link)) {
sbin/isakmpd/ui.c
271
if (strcmp(vnode->field, value) == 0) {
sbin/isakmpd/ui.c
304
for (vnode = TAILQ_FIRST(&vlist->fields);
sbin/isakmpd/ui.c
305
vnode;
sbin/isakmpd/ui.c
306
vnode = TAILQ_NEXT(vnode, link)) {
sbin/isakmpd/ui.c
307
if (strcmp(vnode->field, value) == 0)
sbin/isakmpd/ui.c
310
asprintf(&nv, "%s,%s", v, vnode->field) :
sbin/isakmpd/ui.c
311
asprintf(&nv, "%s", vnode->field);
sys/arch/sparc64/dev/vdsp.c
258
struct vnode *sc_vp;
sys/dev/cons.c
52
struct vnode *cn_devvp = NULL; /* vnode for underlying device. */
sys/dev/cons.c
84
struct vnode *vp;
sys/dev/cons.h
74
extern struct vnode *cn_devvp;
sys/dev/diskmap.c
60
struct vnode *vp = NULL;
sys/dev/dt/dt_dev.c
677
struct vnode *vn;
sys/dev/kcov.c
467
kcov_vnode(struct vnode *vp)
sys/dev/pci/if_qwx_pci.c
3502
struct vnode *vp = NULL;
sys/dev/pci/if_qwz_pci.c
3366
struct vnode *vp = NULL;
sys/dev/softraid.c
1015
struct vnode *vn;
sys/dev/softraid.c
2811
struct vnode *vn;
sys/dev/softraid.c
295
struct vnode *vn;
sys/dev/softraid.c
3097
struct vnode *vn;
sys/dev/softraid.c
403
struct vnode *vp;
sys/dev/softraid_crypto.c
645
struct vnode *vn;
sys/dev/softraid_crypto.c
810
struct vnode *vn = NULL;
sys/dev/softraidvar.h
489
struct vnode *src_vn; /* vnode */
sys/dev/vnd.c
112
int vndsetcred(struct proc *p, struct vnode *, struct vnd_ioctl *,
sys/dev/vnd.c
117
size_t vndbdevsize(struct vnode *, struct proc *);
sys/dev/vnd.c
376
vndbdevsize(struct vnode *vp, struct proc *p)
sys/dev/vnd.c
672
vndsetcred(struct proc *p, struct vnode *vp, struct vnd_ioctl *vio,
sys/dev/vnd.c
699
struct vnode *vp = sc->sc_vp;
sys/dev/vnd.c
93
struct vnode *sc_vp; /* vnode */
sys/isofs/cd9660/cd9660_extern.h
56
struct vnode *im_devvp;
sys/isofs/cd9660/cd9660_extern.h
87
int cd9660_root(struct mount *, struct vnode **);
sys/isofs/cd9660/cd9660_extern.h
91
int cd9660_vget(struct mount *, ino_t, struct vnode **);
sys/isofs/cd9660/cd9660_extern.h
92
int cd9660_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/isofs/cd9660/cd9660_extern.h
93
int cd9660_vptofh(struct vnode *, struct fid *);
sys/isofs/cd9660/cd9660_lookup.c
107
struct vnode *pdp; /* saved dp during symlink work */
sys/isofs/cd9660/cd9660_lookup.c
108
struct vnode *tdp; /* returned by cd9660_vget_internal */
sys/isofs/cd9660/cd9660_lookup.c
119
struct vnode **vpp = ap->a_vpp;
sys/isofs/cd9660/cd9660_lookup.c
432
struct vnode *vp = ITOV(ip);
sys/isofs/cd9660/cd9660_lookup.c
97
struct vnode *vdp; /* vnode for directory being searched */
sys/isofs/cd9660/cd9660_node.c
102
struct vnode *vp;
sys/isofs/cd9660/cd9660_node.c
178
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_node.c
206
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_node.c
98
struct vnode *
sys/isofs/cd9660/cd9660_node.h
124
struct vnode *cd9660_ihashget(dev_t, cdino_t);
sys/isofs/cd9660/cd9660_node.h
129
int cd9660_vget_internal(struct mount *, cdino_t, struct vnode **, int,
sys/isofs/cd9660/cd9660_node.h
57
struct vnode *i_vnode; /* vnode associated with this inode */
sys/isofs/cd9660/cd9660_node.h
58
struct vnode *i_devvp; /* vnode for block I/O */
sys/isofs/cd9660/cd9660_vfsops.c
134
struct vnode *devvp;
sys/isofs/cd9660/cd9660_vfsops.c
204
iso_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p,
sys/isofs/cd9660/cd9660_vfsops.c
213
extern struct vnode *rootvp;
sys/isofs/cd9660/cd9660_vfsops.c
566
cd9660_root(struct mount *mp, struct vnode **vpp)
sys/isofs/cd9660/cd9660_vfsops.c
640
cd9660_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/isofs/cd9660/cd9660_vfsops.c
644
struct vnode *nvp;
sys/isofs/cd9660/cd9660_vfsops.c
667
cd9660_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/isofs/cd9660/cd9660_vfsops.c
690
cd9660_vget_internal(struct mount *mp, cdino_t ino, struct vnode **vpp,
sys/isofs/cd9660/cd9660_vfsops.c
696
struct vnode *vp, *nvp;
sys/isofs/cd9660/cd9660_vfsops.c
83
static int iso_mountfs(struct vnode *devvp, struct mount *mp,
sys/isofs/cd9660/cd9660_vfsops.c
904
cd9660_vptofh(struct vnode *vp, struct fid *fhp)
sys/isofs/cd9660/cd9660_vfsops.c
92
extern struct vnode *rootvp;
sys/isofs/cd9660/cd9660_vnops.c
164
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_vnops.c
219
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_vnops.c
399
struct vnode *vdp = ap->a_vp;
sys/isofs/cd9660/cd9660_vnops.c
680
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_vnops.c
692
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_vnops.c
707
struct vnode *vp = bp->b_vp;
sys/isofs/cd9660/cd9660_vnops.c
95
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_vnops.c
952
struct vnode *vp = ap->a_vp;
sys/isofs/cd9660/cd9660_vnops.c
979
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/isofs/cd9660/cd9660_vnops.c
987
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/isofs/udf/udf.h
137
int udf_allocv(struct mount *, struct vnode **, struct proc *);
sys/isofs/udf/udf.h
138
int udf_hashlookup(struct umount *, udfino_t, int, struct vnode **);
sys/isofs/udf/udf.h
41
struct vnode *u_vnode;
sys/isofs/udf/udf.h
42
struct vnode *u_devvp;
sys/isofs/udf/udf.h
60
struct vnode *um_devvp;
sys/isofs/udf/udf_extern.h
25
int udf_root(struct mount *, struct vnode **);
sys/isofs/udf/udf_extern.h
28
int udf_vget(struct mount *, ino_t, struct vnode **);
sys/isofs/udf/udf_extern.h
31
int udf_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/isofs/udf/udf_extern.h
32
int udf_vptofh(struct vnode *, struct fid *);
sys/isofs/udf/udf_subr.c
192
struct vnode *vp;
sys/isofs/udf/udf_vfsops.c
122
struct vnode *devvp; /* vnode of the mount device */
sys/isofs/udf/udf_vfsops.c
212
udf_mountfs(struct vnode *devvp, struct mount *mp, uint32_t lb, struct proc *p)
sys/isofs/udf/udf_vfsops.c
453
struct vnode *devvp;
sys/isofs/udf/udf_vfsops.c
489
udf_root(struct mount *mp, struct vnode **vpp)
sys/isofs/udf/udf_vfsops.c
492
struct vnode *vp;
sys/isofs/udf/udf_vfsops.c
544
udf_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/isofs/udf/udf_vfsops.c
547
struct vnode *devvp;
sys/isofs/udf/udf_vfsops.c
550
struct vnode *vp, *nvp;
sys/isofs/udf/udf_vfsops.c
708
udf_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/isofs/udf/udf_vfsops.c
711
struct vnode *nvp;
sys/isofs/udf/udf_vfsops.c
727
udf_vptofh(struct vnode *vp, struct fid *fhp)
sys/isofs/udf/udf_vfsops.c
82
int udf_mountfs(struct vnode *, struct mount *, uint32_t, struct proc *);
sys/isofs/udf/udf_vnops.c
1001
struct vnode *dvp;
sys/isofs/udf/udf_vnops.c
1002
struct vnode *tdp = NULL;
sys/isofs/udf/udf_vnops.c
1003
struct vnode **vpp = ap->a_vpp;
sys/isofs/udf/udf_vnops.c
102
udf_hashlookup(struct umount *ump, udfino_t id, int flags, struct vnode **vpp)
sys/isofs/udf/udf_vnops.c
1170
struct vnode *vp = ap->a_vp;
sys/isofs/udf/udf_vnops.c
1184
struct vnode *vp;
sys/isofs/udf/udf_vnops.c
177
udf_allocv(struct mount *mp, struct vnode **vpp, struct proc *p)
sys/isofs/udf/udf_vnops.c
180
struct vnode *vp;
sys/isofs/udf/udf_vnops.c
217
struct vnode *vp;
sys/isofs/udf/udf_vnops.c
325
struct vnode *vp;
sys/isofs/udf/udf_vnops.c
446
struct vnode *vp = ap->a_vp;
sys/isofs/udf/udf_vnops.c
738
struct vnode *vp;
sys/isofs/udf/udf_vnops.c
871
struct vnode *vp;
sys/isofs/udf/udf_vnops.c
921
struct vnode *vp = ap->a_vp;
sys/isofs/udf/udf_vnops.c
930
struct vnode *vp = ap->a_vp;
sys/isofs/udf/udf_vnops.c
949
struct vnode *vp = ap->a_vp;
sys/kern/exec_elf.c
102
int elf_read_pintable(struct proc *p, struct vnode *vp, Elf_Phdr *pp,
sys/kern/exec_elf.c
157
elf_load_psection(struct exec_vmcmd_set *vcset, struct vnode *vp,
sys/kern/exec_elf.c
251
elf_read_from(struct proc *p, struct vnode *vp, u_long off, void *buf,
sys/kern/exec_elf.c
287
elf_read_pintable(struct proc *p, struct vnode *vp, Elf_Phdr *pp,
sys/kern/exec_elf.c
352
struct vnode *vp;
sys/kern/exec_elf.c
97
int elf_read_from(struct proc *, struct vnode *, u_long, void *, int);
sys/kern/exec_elf.c
98
void elf_load_psection(struct exec_vmcmd_set *, struct vnode *,
sys/kern/exec_script.c
69
struct vnode *scriptvp;
sys/kern/exec_subr.c
55
struct vnode *vp, u_long offset, u_int prot, int flags)
sys/kern/init_main.c
124
struct vnode *rootvp, *swapdev_vp;
sys/kern/kern_acct.c
175
struct vnode *vp;
sys/kern/kern_acct.c
81
struct vnode *acctp;
sys/kern/kern_acct.c
82
struct vnode *savacctp;
sys/kern/kern_descrip.c
1255
struct vnode *vp = fp->f_data;
sys/kern/kern_descrip.c
1309
struct vnode *vp;
sys/kern/kern_descrip.c
413
struct vnode *vp;
sys/kern/kern_descrip.c
834
struct vnode *vp;
sys/kern/kern_event.c
1741
struct vnode *vp = kn->kn_fp->f_data;
sys/kern/kern_exec.c
126
struct vnode *vp;
sys/kern/kern_exec.c
274
struct vnode *otvp;
sys/kern/kern_exec.c
644
struct vnode *vp;
sys/kern/kern_exit.c
862
struct vnode *otvp;
sys/kern/kern_ktrace.c
145
ktrstart(struct proc *p, struct vnode *vp, struct ucred *cred)
sys/kern/kern_ktrace.c
434
doktrace(struct vnode *vp, int ops, int facs, pid_t pid, struct proc *p)
sys/kern/kern_ktrace.c
539
struct vnode *vp = NULL;
sys/kern/kern_ktrace.c
55
int ktrstart(struct proc *, struct vnode *, struct ucred *);
sys/kern/kern_ktrace.c
56
int ktrops(struct proc *, struct process *, int, int, struct vnode *,
sys/kern/kern_ktrace.c
568
struct vnode *vp, struct ucred *cred)
sys/kern/kern_ktrace.c
588
struct vnode *vp, struct ucred *cred)
sys/kern/kern_ktrace.c
59
struct vnode *, struct ucred *);
sys/kern/kern_ktrace.c
619
struct vnode *vp = p->p_p->ps_tracevp;
sys/kern/kern_ktrace.c
63
int ktrwriteraw(struct proc *, struct vnode *, struct ucred *,
sys/kern/kern_ktrace.c
640
struct vnode *vp = p->p_p->ps_tracevp;
sys/kern/kern_ktrace.c
659
ktrwriteraw(struct proc *curp, struct vnode *vp, struct ucred *cred,
sys/kern/kern_ktrace.c
73
struct vnode *vp;
sys/kern/kern_ktrace.c
94
ktrsettrace(struct process *pr, int facs, struct vnode *newvp,
sys/kern/kern_ktrace.c
97
struct vnode *oldvp;
sys/kern/kern_pledge.c
1060
struct vnode *vp = NULL;
sys/kern/kern_pledge.c
768
struct vnode *vp;
sys/kern/kern_pledge.c
796
struct vnode *vp;
sys/kern/kern_proc.c
423
struct vnode *ovp;
sys/kern/kern_sig.c
1879
struct vnode *io_vp;
sys/kern/kern_sig.c
1895
struct vnode *vp;
sys/kern/kern_sysctl.c
1451
int fd, struct vnode *vp, struct process *pr, struct proc *p,
sys/kern/kern_sysctl.c
1503
vp = (struct vnode *)fp->f_data;
sys/kern/kern_sysctl.c
162
struct vnode *, struct process *, struct proc *, struct socket *, int);
sys/kern/kern_sysctl.c
2361
struct vnode *vp;
sys/kern/kern_unveil.c
173
struct vnode *vp = uv->uv_vp;
sys/kern/kern_unveil.c
239
unveil_find_cover(struct vnode *dp, struct proc *p)
sys/kern/kern_unveil.c
241
struct vnode *vp = NULL, *parent = NULL, *root;
sys/kern/kern_unveil.c
311
unveil_lookup(struct vnode *vp, struct process *pr, ssize_t *position)
sys/kern/kern_unveil.c
376
unveil_add_vnode(struct proc *p, struct vnode *vp)
sys/kern/kern_unveil.c
411
struct vnode *vp;
sys/kern/kern_unveil.c
48
struct vnode *uv_vp;
sys/kern/kern_unveil.c
571
unveil_covered(struct unveil *uv, struct vnode *dvp, struct proc *p)
sys/kern/kern_unveil.c
595
unveil_start_relative(struct proc *p, struct nameidata *ni, struct vnode *dp)
sys/kern/kern_unveil.c
628
unveil_check_component(struct proc *p, struct nameidata *ni, struct vnode *dp)
sys/kern/kern_unveil.c
814
unveil_removevnode(struct vnode *vp)
sys/kern/spec_vnops.c
104
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
105
struct vnode *bvp;
sys/kern/spec_vnops.c
190
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
279
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
402
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
459
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
543
struct vnode *pvp;
sys/kern/spec_vnops.c
557
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
575
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
592
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
663
struct vnode *vp = ap->a_vp;
sys/kern/spec_vnops.c
695
struct vnode *cvp, *vp = ap->a_vp;
sys/kern/subr_disk.c
1706
struct vnode *vn;
sys/kern/subr_prof.c
310
struct vnode *dirvp;
sys/kern/subr_prof.c
386
struct vnode *cdir = NULL, *old_cdir, *vp;
sys/kern/sys_generic.c
225
struct vnode *vp = fp->f_data;
sys/kern/sys_generic.c
357
struct vnode *vp = fp->f_data;
sys/kern/tty_pty.c
1011
struct vnode *vp;
sys/kern/tty_tty.c
147
struct vnode *ttyvp = cttyvp(curproc);
sys/kern/tty_tty.c
54
struct vnode *ttyvp = cttyvp(p);
sys/kern/tty_tty.c
68
struct vnode *ttyvp = cttyvp(uio->uio_procp);
sys/kern/tty_tty.c
82
struct vnode *ttyvp = cttyvp(uio->uio_procp);
sys/kern/tty_tty.c
96
struct vnode *ttyvp = cttyvp(p);
sys/kern/uipc_usrreq.c
1086
struct vnode *vp = (struct vnode *)fp->f_data;
sys/kern/uipc_usrreq.c
330
struct vnode *vp;
sys/kern/uipc_usrreq.c
771
struct vnode *vp = unp->unp_vnode;
sys/kern/uipc_usrreq.c
845
struct vnode *vp;
sys/kern/vfs_bio.c
1059
buf_get(struct vnode *vp, daddr_t blkno, size_t size)
sys/kern/vfs_bio.c
413
bio_doread(struct vnode *vp, daddr_t blkno, int size, int async)
sys/kern/vfs_bio.c
458
bread(struct vnode *vp, daddr_t blkno, int size, struct buf **bpp)
sys/kern/vfs_bio.c
474
breadn(struct vnode *vp, daddr_t blkno, int size, daddr_t rablks[],
sys/kern/vfs_bio.c
575
bread_cluster(struct vnode *vp, daddr_t blkno, int size, struct buf **rbpp)
sys/kern/vfs_bio.c
674
struct vnode *vp;
sys/kern/vfs_bio.c
78
struct buf *bio_doread(struct vnode *, daddr_t, int, int);
sys/kern/vfs_bio.c
79
struct buf *buf_get(struct vnode *, daddr_t, size_t);
sys/kern/vfs_bio.c
82
static struct buf *incore_locked(struct vnode *vp, daddr_t blkno);
sys/kern/vfs_bio.c
952
incore_locked(struct vnode *vp, daddr_t blkno)
sys/kern/vfs_bio.c
968
incore(struct vnode *vp, daddr_t blkno)
sys/kern/vfs_bio.c
989
getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag,
sys/kern/vfs_cache.c
138
cache_lookup(struct vnode *dvp, struct vnode **vpp,
sys/kern/vfs_cache.c
143
struct vnode *vp;
sys/kern/vfs_cache.c
287
cache_revlookup(struct vnode *vp, struct vnode **dvpp, char **bpp, char *bufp)
sys/kern/vfs_cache.c
290
struct vnode *dvp = NULL;
sys/kern/vfs_cache.c
343
cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/kern/vfs_cache.c
431
cache_purge(struct vnode *vp)
sys/kern/vfs_cache.c
98
struct vnode *dvp = NULL;
sys/kern/vfs_default.c
55
struct vnode *vp, *vq;
sys/kern/vfs_getcwd.c
209
vfs_getcwd_getcache(struct vnode **lvpp, struct vnode **uvpp, char **bpp,
sys/kern/vfs_getcwd.c
212
struct vnode *lvp, *uvp = NULL;
sys/kern/vfs_getcwd.c
270
vfs_getcwd_common(struct vnode *lvp, struct vnode *rvp, char **bpp, char *bufp,
sys/kern/vfs_getcwd.c
274
struct vnode *uvp = NULL;
sys/kern/vfs_getcwd.c
323
struct vnode *tvp;
sys/kern/vfs_getcwd.c
53
vfs_getcwd_scandir(struct vnode **lvpp, struct vnode **uvpp, char **bpp,
sys/kern/vfs_getcwd.c
63
struct vnode *uvp = NULL;
sys/kern/vfs_getcwd.c
64
struct vnode *lvp = *lvpp;
sys/kern/vfs_init.c
50
struct vnode *rootvnode;
sys/kern/vfs_lookup.c
122
struct vnode *dp; /* the directory we are searching */
sys/kern/vfs_lookup.c
229
dp = (struct vnode *)fp->f_data;
sys/kern/vfs_lookup.c
389
struct vnode *dp = NULL; /* the directory we are searching */
sys/kern/vfs_lookup.c
390
struct vnode *tdp; /* saved dp */
sys/kern/vfs_lookup.c
732
vfs_relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp)
sys/kern/vfs_lookup.c
734
struct vnode *dp = NULL; /* the directory we are searching */
sys/kern/vfs_subr.c
1004
vflush(struct mount *mp, struct vnode *skipvp, int flags)
sys/kern/vfs_subr.c
102
TAILQ_HEAD(freelst, vnode);
sys/kern/vfs_subr.c
1022
vclean(struct vnode *vp, int flags, struct proc *p)
sys/kern/vfs_subr.c
108
void vclean(struct vnode *, int, struct proc *);
sys/kern/vfs_subr.c
110
void insmntque(struct vnode *, struct mount *);
sys/kern/vfs_subr.c
111
int getdevvp(dev_t, struct vnode **, enum vtype);
sys/kern/vfs_subr.c
1133
vrecycle(struct vnode *vp, struct proc *p)
sys/kern/vfs_subr.c
1147
vgone(struct vnode *vp)
sys/kern/vfs_subr.c
1157
vgonel(struct vnode *vp, struct proc *p)
sys/kern/vfs_subr.c
1159
struct vnode *vq;
sys/kern/vfs_subr.c
1160
struct vnode *vx;
sys/kern/vfs_subr.c
117
void vputonfreelist(struct vnode *);
sys/kern/vfs_subr.c
119
int vflush_vnode(struct vnode *, void *);
sys/kern/vfs_subr.c
1198
SLIST_REMOVE(vp->v_hashchain, vp, vnode, v_specnext);
sys/kern/vfs_subr.c
1247
vfinddev(dev_t dev, enum vtype type, struct vnode **vpp)
sys/kern/vfs_subr.c
1249
struct vnode *vp;
sys/kern/vfs_subr.c
1269
struct vnode *vp;
sys/kern/vfs_subr.c
1281
vcount(struct vnode *vp)
sys/kern/vfs_subr.c
1283
struct vnode *vq;
sys/kern/vfs_subr.c
1313
vprint(char *label, struct vnode *vp)
sys/kern/vfs_subr.c
1361
struct vnode *vp;
sys/kern/vfs_subr.c
1437
vfs_mountedon(struct vnode *vp)
sys/kern/vfs_subr.c
1439
struct vnode *vq;
sys/kern/vfs_subr.c
153
pool_init(&vnode_pool, sizeof(struct vnode), 0, IPL_NONE,
sys/kern/vfs_subr.c
1677
vnoperm(struct vnode *vp)
sys/kern/vfs_subr.c
174
vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp)
sys/kern/vfs_subr.c
1884
vwaitforio(struct vnode *vp, int slpflag, char *wmesg, uint64_t timeo)
sys/kern/vfs_subr.c
1907
vwakeup(struct vnode *vp)
sys/kern/vfs_subr.c
1926
vinvalbuf(struct vnode *vp, int flags, struct ucred *cred, struct proc *p,
sys/kern/vfs_subr.c
2023
vflushbuf(struct vnode *vp, int sync)
sys/kern/vfs_subr.c
2069
bgetvp(struct vnode *vp, struct buf *bp)
sys/kern/vfs_subr.c
2096
struct vnode *vp;
sys/kern/vfs_subr.c
2100
if ((vp = bp->b_vp) == (struct vnode *) 0)
sys/kern/vfs_subr.c
2127
buf_replacevnode(struct buf *bp, struct vnode *newvp)
sys/kern/vfs_subr.c
2129
struct vnode *oldvp = bp->b_vp;
sys/kern/vfs_subr.c
2157
struct vnode *vp = bp->b_vp;
sys/kern/vfs_subr.c
2233
struct vnode *vp = v;
sys/kern/vfs_subr.c
2269
struct vnode *vp;
sys/kern/vfs_subr.c
383
struct vnode **vpp)
sys/kern/vfs_subr.c
388
struct vnode *vp;
sys/kern/vfs_subr.c
485
insmntque(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
505
bdevvp(dev_t dev, struct vnode **vpp)
sys/kern/vfs_subr.c
515
cdevvp(dev_t dev, struct vnode **vpp)
sys/kern/vfs_subr.c
526
getdevvp(dev_t dev, struct vnode **vpp, enum vtype type)
sys/kern/vfs_subr.c
528
struct vnode *vp;
sys/kern/vfs_subr.c
529
struct vnode *nvp;
sys/kern/vfs_subr.c
561
struct vnode *
sys/kern/vfs_subr.c
562
checkalias(struct vnode *nvp, dev_t nvp_rdev, struct mount *mp)
sys/kern/vfs_subr.c
565
struct vnode *vp;
sys/kern/vfs_subr.c
649
vget(struct vnode *vp, int flags)
sys/kern/vfs_subr.c
700
vref(struct vnode *vp)
sys/kern/vfs_subr.c
714
vputonfreelist(struct vnode *vp)
sys/kern/vfs_subr.c
757
vput(struct vnode *vp)
sys/kern/vfs_subr.c
801
vrele(struct vnode *vp)
sys/kern/vfs_subr.c
846
vhold(struct vnode *vp)
sys/kern/vfs_subr.c
868
vdrop(struct vnode *vp)
sys/kern/vfs_subr.c
909
int (*func)(struct vnode *, void *), void *arg) {
sys/kern/vfs_subr.c
910
struct vnode *vp, *nvp;
sys/kern/vfs_subr.c
928
struct vnode *skipvp;
sys/kern/vfs_subr.c
934
vflush_vnode(struct vnode *vp, void *arg)
sys/kern/vfs_sync.c
107
vn_syncer_add_to_worklist(struct vnode *vp, int delay)
sys/kern/vfs_sync.c
133
struct vnode *vp;
sys/kern/vfs_sync.c
259
struct vnode *vp;
sys/kern/vfs_sync.c
298
struct vnode *syncvp = ap->a_vp;
sys/kern/vfs_sync.c
337
struct vnode *vp = ap->a_vp;
sys/kern/vfs_sync.c
63
LIST_HEAD(synclist, vnode);
sys/kern/vfs_syscalls.c
107
struct vnode *vp;
sys/kern/vfs_syscalls.c
1104
struct vnode *vp;
sys/kern/vfs_syscalls.c
1245
struct vnode *vp;
sys/kern/vfs_syscalls.c
1332
struct vnode *vp;
sys/kern/vfs_syscalls.c
1374
struct vnode *vp = NULL;
sys/kern/vfs_syscalls.c
1510
struct vnode *vp;
sys/kern/vfs_syscalls.c
1543
struct vnode *vp;
sys/kern/vfs_syscalls.c
1601
struct vnode *vp;
sys/kern/vfs_syscalls.c
1735
struct vnode *vp;
sys/kern/vfs_syscalls.c
1876
struct vnode *vp;
sys/kern/vfs_syscalls.c
2006
struct vnode *vp;
sys/kern/vfs_syscalls.c
2224
struct vnode *vp;
sys/kern/vfs_syscalls.c
2313
struct vnode *vp;
sys/kern/vfs_syscalls.c
2329
dovchflags(struct proc *p, struct vnode *vp, u_int flags)
sys/kern/vfs_syscalls.c
2389
struct vnode *vp;
sys/kern/vfs_syscalls.c
2431
struct vnode *vp;
sys/kern/vfs_syscalls.c
2494
struct vnode *vp;
sys/kern/vfs_syscalls.c
2547
struct vnode *vp;
sys/kern/vfs_syscalls.c
2598
struct vnode *vp;
sys/kern/vfs_syscalls.c
2715
struct vnode *vp;
sys/kern/vfs_syscalls.c
2734
dovutimens(struct proc *p, struct vnode *vp, struct timespec ts[2])
sys/kern/vfs_syscalls.c
2853
struct vnode *vp;
sys/kern/vfs_syscalls.c
2869
dotruncate(struct proc *p, struct vnode *vp, off_t len)
sys/kern/vfs_syscalls.c
2904
struct vnode *vp;
sys/kern/vfs_syscalls.c
2931
struct vnode *vp;
sys/kern/vfs_syscalls.c
2962
struct vnode *vp;
sys/kern/vfs_syscalls.c
3011
struct vnode *tvp, *fvp, *tdvp;
sys/kern/vfs_syscalls.c
3119
struct vnode *vp;
sys/kern/vfs_syscalls.c
315
checkdirs(struct vnode *olddp)
sys/kern/vfs_syscalls.c
3173
struct vnode *vp;
sys/kern/vfs_syscalls.c
318
struct vnode *newdp;
sys/kern/vfs_syscalls.c
3254
struct vnode *vp;
sys/kern/vfs_syscalls.c
3291
struct vnode *vp;
sys/kern/vfs_syscalls.c
362
struct vnode *vp;
sys/kern/vfs_syscalls.c
470
struct vnode *coveredvp;
sys/kern/vfs_syscalls.c
471
struct vnode *vp, *nvp;
sys/kern/vfs_syscalls.c
645
mp = ((struct vnode *)fp->f_data)->v_mount;
sys/kern/vfs_syscalls.c
66
void checkdirs(struct vnode *);
sys/kern/vfs_syscalls.c
727
struct vnode *vp, *tdp, *old_cdir;
sys/kern/vfs_syscalls.c
775
struct vnode *old_cdir;
sys/kern/vfs_syscalls.c
801
struct vnode *old_cdir, *old_rdir;
sys/kern/vfs_syscalls.c
81
int dovchflags(struct proc *, struct vnode *, u_int);
sys/kern/vfs_syscalls.c
834
struct vnode *vp;
sys/kern/vfs_syscalls.c
87
int dovutimens(struct proc *, struct vnode *, struct timespec [2]);
sys/kern/vfs_vnops.c
212
vn_writechk(struct vnode *vp)
sys/kern/vfs_vnops.c
253
vn_fsizechk(struct vnode *vp, struct uio *uio, int ioflag, ssize_t *overrun)
sys/kern/vfs_vnops.c
282
vn_marktext(struct vnode *vp)
sys/kern/vfs_vnops.c
291
vn_close(struct vnode *vp, int flags, struct ucred *cred, struct proc *p)
sys/kern/vfs_vnops.c
307
vn_rdwr(enum uio_rw rw, struct vnode *vp, caddr_t base, int len, off_t offset,
sys/kern/vfs_vnops.c
349
struct vnode *vp = fp->f_data;
sys/kern/vfs_vnops.c
394
struct vnode *vp = fp->f_data;
sys/kern/vfs_vnops.c
435
struct vnode *vp = fp->f_data;
sys/kern/vfs_vnops.c
449
vn_stat(struct vnode *vp, struct stat *sb, struct proc *p)
sys/kern/vfs_vnops.c
515
struct vnode *vp = fp->f_data;
sys/kern/vfs_vnops.c
540
struct vnode *ovp = s->s_ttyvp;
sys/kern/vfs_vnops.c
561
vn_lock(struct vnode *vp, int flags)
sys/kern/vfs_vnops.c
609
struct vnode *vp = fp->f_data;
sys/kern/vfs_vnops.c
641
struct vnode *vp = fp->f_data;
sys/kern/vfs_vnops.c
696
vn_isunder(struct vnode *lvp, struct vnode *rvp, struct proc *p)
sys/kern/vfs_vnops.c
81
struct vnode *vp;
sys/kern/vfs_vops.c
107
VOP_MKNOD(struct vnode *dvp, struct vnode **vpp,
sys/kern/vfs_vops.c
125
VOP_OPEN(struct vnode *vp, int mode, struct ucred *cred, struct proc *p)
sys/kern/vfs_vops.c
142
VOP_CLOSE(struct vnode *vp, int fflag, struct ucred *cred, struct proc *p)
sys/kern/vfs_vops.c
160
VOP_ACCESS(struct vnode *vp, int mode, struct ucred *cred, struct proc *p)
sys/kern/vfs_vops.c
178
VOP_GETATTR(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/kern/vfs_vops.c
195
VOP_SETATTR(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/kern/vfs_vops.c
214
VOP_READ(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
sys/kern/vfs_vops.c
231
VOP_WRITE(struct vnode *vp, struct uio *uio, int ioflag,
sys/kern/vfs_vops.c
249
VOP_IOCTL(struct vnode *vp, u_long command, void *data, int fflag,
sys/kern/vfs_vops.c
268
VOP_KQFILTER(struct vnode *vp, int fflag, struct knote *kn)
sys/kern/vfs_vops.c
282
VOP_REVOKE(struct vnode *vp, int flags)
sys/kern/vfs_vops.c
295
VOP_FSYNC(struct vnode *vp, struct ucred *cred, int waitfor,
sys/kern/vfs_vops.c
320
VOP_REMOVE(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/kern/vfs_vops.c
343
VOP_LINK(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/kern/vfs_vops.c
359
VOP_RENAME(struct vnode *fdvp, struct vnode *fvp,
sys/kern/vfs_vops.c
360
struct componentname *fcnp, struct vnode *tdvp, struct vnode *tvp,
sys/kern/vfs_vops.c
380
VOP_MKDIR(struct vnode *dvp, struct vnode **vpp,
sys/kern/vfs_vops.c
398
VOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/kern/vfs_vops.c
417
VOP_SYMLINK(struct vnode *dvp, struct vnode **vpp,
sys/kern/vfs_vops.c
436
VOP_READDIR(struct vnode *vp, struct uio *uio, struct ucred *cred,
sys/kern/vfs_vops.c
457
VOP_READLINK(struct vnode *vp, struct uio *uio, struct ucred *cred)
sys/kern/vfs_vops.c
473
VOP_ABORTOP(struct vnode *dvp, struct componentname *cnp)
sys/kern/vfs_vops.c
486
VOP_INACTIVE(struct vnode *vp, struct proc *p)
sys/kern/vfs_vops.c
502
VOP_RECLAIM(struct vnode *vp, struct proc *p)
sys/kern/vfs_vops.c
516
VOP_LOCK(struct vnode *vp, int flags)
sys/kern/vfs_vops.c
531
VOP_UNLOCK(struct vnode *vp)
sys/kern/vfs_vops.c
543
VOP_BMAP(struct vnode *vp, daddr_t bn, struct vnode **vpp,
sys/kern/vfs_vops.c
563
VOP_PRINT(struct vnode *vp)
sys/kern/vfs_vops.c
576
VOP_PATHCONF(struct vnode *vp, int name, register_t *retval)
sys/kern/vfs_vops.c
611
VOP_ADVLOCK(struct vnode *vp, void *id, int op, struct flock *fl, int flags)
sys/kern/vfs_vops.c
62
VOP_ISLOCKED(struct vnode *vp)
sys/kern/vfs_vops.c
627
VOP_STRATEGY(struct vnode *vp, struct buf *bp)
sys/kern/vfs_vops.c
74
VOP_LOOKUP(struct vnode *dvp, struct vnode **vpp,
sys/kern/vfs_vops.c
89
VOP_CREATE(struct vnode *dvp, struct vnode **vpp,
sys/miscfs/deadfs/dead_vnops.c
209
struct vnode *vp = ap->a_vp;
sys/miscfs/deadfs/dead_vnops.c
256
chkvnlock(struct vnode *vp)
sys/miscfs/deadfs/dead_vnops.c
60
int chkvnlock(struct vnode *);
sys/miscfs/fifofs/fifo.h
53
void fifo_printinfo(struct vnode *);
sys/miscfs/fifofs/fifo_vnops.c
148
struct vnode *vp = ap->a_vp;
sys/miscfs/fifofs/fifo_vnops.c
338
struct vnode *vp = ap->a_vp;
sys/miscfs/fifofs/fifo_vnops.c
378
struct vnode *vp = ap->a_vp;
sys/miscfs/fifofs/fifo_vnops.c
413
fifo_printinfo(struct vnode *vp)
sys/miscfs/fuse/fuse_ihash.c
82
struct vnode *
sys/miscfs/fuse/fuse_ihash.c
87
struct vnode *vp;
sys/miscfs/fuse/fuse_lookup.c
37
struct vnode *vdp; /* vnode for directory being searched */
sys/miscfs/fuse/fuse_lookup.c
41
struct vnode *tdp; /* returned by VOP_VGET */
sys/miscfs/fuse/fuse_lookup.c
43
struct vnode **vpp = ap->a_vpp;
sys/miscfs/fuse/fuse_vfsops.c
180
fusefs_root(struct mount *mp, struct vnode **vpp)
sys/miscfs/fuse/fuse_vfsops.c
182
struct vnode *nvp;
sys/miscfs/fuse/fuse_vfsops.c
266
fusefs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/miscfs/fuse/fuse_vfsops.c
271
struct vnode *nvp;
sys/miscfs/fuse/fuse_vfsops.c
335
fusefs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/miscfs/fuse/fuse_vfsops.c
341
fusefs_vptofh(struct vnode *vp, struct fid *fhp)
sys/miscfs/fuse/fuse_vfsops.c
40
int fusefs_root(struct mount *, struct vnode **);
sys/miscfs/fuse/fuse_vfsops.c
44
int fusefs_vget(struct mount *, ino_t, struct vnode **);
sys/miscfs/fuse/fuse_vfsops.c
45
int fusefs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/miscfs/fuse/fuse_vfsops.c
46
int fusefs_vptofh(struct vnode *, struct fid *);
sys/miscfs/fuse/fuse_vfsops.c
80
struct vnode *vp;
sys/miscfs/fuse/fuse_vnops.c
1036
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1051
struct vnode **vpp = ap->a_vpp;
sys/miscfs/fuse/fuse_vnops.c
1052
struct vnode *dvp = ap->a_dvp;
sys/miscfs/fuse/fuse_vnops.c
1055
struct vnode *tdp = NULL;
sys/miscfs/fuse/fuse_vnops.c
1110
struct vnode **vpp = ap->a_vpp;
sys/miscfs/fuse/fuse_vnops.c
1111
struct vnode *dvp = ap->a_dvp;
sys/miscfs/fuse/fuse_vnops.c
1114
struct vnode *tdp = NULL;
sys/miscfs/fuse/fuse_vnops.c
1177
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1228
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1300
struct vnode *tvp = ap->a_tvp;
sys/miscfs/fuse/fuse_vnops.c
1301
struct vnode *tdvp = ap->a_tdvp;
sys/miscfs/fuse/fuse_vnops.c
1302
struct vnode *fvp = ap->a_fvp;
sys/miscfs/fuse/fuse_vnops.c
1303
struct vnode *fdvp = ap->a_fdvp;
sys/miscfs/fuse/fuse_vnops.c
138
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1426
struct vnode *dvp = ap->a_dvp;
sys/miscfs/fuse/fuse_vnops.c
1427
struct vnode **vpp = ap->a_vpp;
sys/miscfs/fuse/fuse_vnops.c
1431
struct vnode *tdp = NULL;
sys/miscfs/fuse/fuse_vnops.c
1487
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1488
struct vnode *dvp = ap->a_dvp;
sys/miscfs/fuse/fuse_vnops.c
1553
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1554
struct vnode *dvp = ap->a_dvp;
sys/miscfs/fuse/fuse_vnops.c
1609
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1618
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
1646
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
165
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/miscfs/fuse/fuse_vnops.c
173
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/miscfs/fuse/fuse_vnops.c
241
struct vnode *vp;
sys/miscfs/fuse/fuse_vnops.c
401
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
487
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
640
struct vnode *dvp = ap->a_dvp;
sys/miscfs/fuse/fuse_vnops.c
641
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
703
struct vnode **vpp = ap->a_vpp;
sys/miscfs/fuse/fuse_vnops.c
705
struct vnode *dvp = ap->a_dvp;
sys/miscfs/fuse/fuse_vnops.c
711
struct vnode *tdp;
sys/miscfs/fuse/fuse_vnops.c
772
struct vnode *vp;
sys/miscfs/fuse/fuse_vnops.c
884
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
929
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fuse_vnops.c
988
struct vnode *vp = ap->a_vp;
sys/miscfs/fuse/fusefs_node.h
39
struct vnode *i_vnode;/* Vnode associated with this inode. */
sys/miscfs/fuse/fusefs_node.h
65
struct vnode *fuse_ihashget(dev_t, ino_t);
sys/msdosfs/denode.h
141
struct vnode *de_vnode; /* addr of vnode we are part of */
sys/msdosfs/denode.h
142
struct vnode *de_devvp; /* vnode of blk dev we live on */
sys/msdosfs/msdosfs_denode.c
116
struct vnode *vp = DETOV(dep);
sys/msdosfs/msdosfs_denode.c
188
struct vnode *nvp;
sys/msdosfs/msdosfs_denode.c
582
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_denode.c
620
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_lookup.c
101
struct vnode *pdp;
sys/msdosfs/msdosfs_lookup.c
85
struct vnode *vdp = ap->a_dvp;
sys/msdosfs/msdosfs_lookup.c
86
struct vnode **vpp = ap->a_vpp;
sys/msdosfs/msdosfs_vfsops.c
103
struct vnode *devvp; /* vnode for blk device to mount */
sys/msdosfs/msdosfs_vfsops.c
234
msdosfs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p,
sys/msdosfs/msdosfs_vfsops.c
244
extern struct vnode *rootvp;
sys/msdosfs/msdosfs_vfsops.c
570
struct vnode *vp;
sys/msdosfs/msdosfs_vfsops.c
595
msdosfs_root(struct mount *mp, struct vnode **vpp)
sys/msdosfs/msdosfs_vfsops.c
640
msdosfs_sync_vnode(struct vnode *vp, void *arg)
sys/msdosfs/msdosfs_vfsops.c
715
msdosfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/msdosfs/msdosfs_vfsops.c
732
msdosfs_vptofh(struct vnode *vp, struct fid *fhp)
sys/msdosfs/msdosfs_vfsops.c
81
int msdosfs_root(struct mount *, struct vnode **);
sys/msdosfs/msdosfs_vfsops.c
84
int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/msdosfs/msdosfs_vfsops.c
85
int msdosfs_vptofh(struct vnode *, struct fid *);
sys/msdosfs/msdosfs_vfsops.c
89
int msdosfs_mountfs(struct vnode *, struct mount *, struct proc *,
sys/msdosfs/msdosfs_vfsops.c
92
int msdosfs_sync_vnode(struct vnode *, void *);
sys/msdosfs/msdosfs_vnops.c
1339
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
1340
struct vnode *dvp = ap->a_dvp;
sys/msdosfs/msdosfs_vnops.c
1659
struct vnode *a_vp;
sys/msdosfs/msdosfs_vnops.c
1672
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
1681
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
1722
msdosfs_bmaparray(struct vnode *vp, uint32_t cn, daddr_t *bnp, int *runp)
sys/msdosfs/msdosfs_vnops.c
1765
struct vnode *vp;
sys/msdosfs/msdosfs_vnops.c
194
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
1950
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
1977
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/msdosfs/msdosfs_vnops.c
1985
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/msdosfs/msdosfs_vnops.c
328
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
497
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
581
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
582
struct vnode *thisvp;
sys/msdosfs/msdosfs_vnops.c
781
struct vnode *vp = ap->a_vp;
sys/msdosfs/msdosfs_vnops.c
80
int msdosfs_bmaparray(struct vnode *, uint32_t, daddr_t *, int *);
sys/msdosfs/msdosfs_vnops.c
888
struct vnode *tvp = ap->a_tvp;
sys/msdosfs/msdosfs_vnops.c
889
struct vnode *tdvp = ap->a_tdvp;
sys/msdosfs/msdosfs_vnops.c
890
struct vnode *fvp = ap->a_fvp;
sys/msdosfs/msdosfs_vnops.c
891
struct vnode *fdvp = ap->a_fdvp;
sys/msdosfs/msdosfsmount.h
206
int msdosfs_root(struct mount *, struct vnode **);
sys/msdosfs/msdosfsmount.h
209
int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/msdosfs/msdosfsmount.h
210
int msdosfs_vptofh(struct vnode *, struct fid *);
sys/msdosfs/msdosfsmount.h
60
struct vnode *pm_devvp; /* vnode for block device mntd */
sys/net/if_tun.c
318
struct vnode *vp;
sys/net/if_tun.c
395
struct vnode *vp;
sys/nfs/nfs.h
198
struct vnode *r_vp;
sys/nfs/nfs_bio.c
247
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_bio.c
425
nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size, struct proc *p)
sys/nfs/nfs_bio.c
447
nfs_vinvalbuf(struct vnode *vp, int flags, struct ucred *cred, struct proc *p)
sys/nfs/nfs_bio.c
533
struct vnode *vp;
sys/nfs/nfs_bio.c
59
struct buf *nfs_getcacheblk(struct vnode *, daddr_t, int, struct proc *);
sys/nfs/nfs_bio.c
66
nfs_bioread(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
sys/nfs/nfs_kq.c
183
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/nfs/nfs_kq.c
193
nfs_kqunwatch(struct vnode *vp)
sys/nfs/nfs_kq.c
224
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/nfs/nfs_kq.c
304
struct vnode *vp;
sys/nfs/nfs_kq.c
348
nfs_kqwatch(struct vnode *vp)
sys/nfs/nfs_kq.c
50
int nfs_kqwatch(struct vnode *);
sys/nfs/nfs_kq.c
51
void nfs_kqunwatch(struct vnode *);
sys/nfs/nfs_kq.c
60
struct vnode *vp;
sys/nfs/nfs_node.c
210
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_node.c
89
struct vnode *vp, *nvp;
sys/nfs/nfs_serv.c
1030
struct vnode *vp = NULL, *dirp = NULL;
sys/nfs/nfs_serv.c
1324
struct vnode *vp, *dirp = NULL;
sys/nfs/nfs_serv.c
146
struct vnode *vp;
sys/nfs/nfs_serv.c
1503
struct vnode *vp, *dirp;
sys/nfs/nfs_serv.c
1604
struct vnode *fvp = NULL, *tvp, *tdvp, *fdirp = NULL;
sys/nfs/nfs_serv.c
1605
struct vnode *tdirp = NULL;
sys/nfs/nfs_serv.c
1815
struct vnode *vp, *xp, *dirp = NULL;
sys/nfs/nfs_serv.c
1941
struct vnode *dirp = NULL;
sys/nfs/nfs_serv.c
2106
struct vnode *vp, *dirp = NULL;
sys/nfs/nfs_serv.c
223
struct vnode *vp;
sys/nfs/nfs_serv.c
2238
struct vnode *vp, *dirp = NULL;
sys/nfs/nfs_serv.c
2390
struct vnode *vp;
sys/nfs/nfs_serv.c
2617
struct vnode *vp, *nvp;
sys/nfs/nfs_serv.c
277
struct vnode *vp;
sys/nfs/nfs_serv.c
2878
struct vnode *vp;
sys/nfs/nfs_serv.c
2955
struct vnode *vp;
sys/nfs/nfs_serv.c
3038
struct vnode *vp;
sys/nfs/nfs_serv.c
3114
struct vnode *vp;
sys/nfs/nfs_serv.c
3240
nfsrv_access(struct vnode *vp, int flags, struct ucred *cred, int rdonly,
sys/nfs/nfs_serv.c
449
struct vnode *vp, *dirp;
sys/nfs/nfs_serv.c
543
struct vnode *vp;
sys/nfs/nfs_serv.c
642
struct vnode *vp;
sys/nfs/nfs_serv.c
831
struct vnode *vp;
sys/nfs/nfs_serv.c
86
int nfsrv_access(struct vnode *, int, struct ucred *, int, struct proc *, int);
sys/nfs/nfs_socket.c
863
nfs_request(struct vnode *vp, int procnum, struct nfsm_info *infop)
sys/nfs/nfs_srvsubs.c
324
nfsrv_fhtovp(fhandle_t *fhp, int lockflag, struct vnode **vpp,
sys/nfs/nfs_srvsubs.c
74
caddr_t *dposp, struct vnode **retdirp, struct proc *p)
sys/nfs/nfs_srvsubs.c
79
struct vnode *dp;
sys/nfs/nfs_subs.c
1103
struct vnode *vp = np->n_vnode;
sys/nfs/nfs_subs.c
1130
nfs_getattrcache(struct vnode *vp, struct vattr *vaper)
sys/nfs/nfs_subs.c
1175
struct vnode *vp;
sys/nfs/nfs_subs.c
1194
nfs_merge_commit_ranges(struct vnode *vp)
sys/nfs/nfs_subs.c
1214
nfs_in_committed_range(struct vnode *vp, struct buf *bp)
sys/nfs/nfs_subs.c
1228
nfs_in_tobecommitted_range(struct vnode *vp, struct buf *bp)
sys/nfs/nfs_subs.c
1242
nfs_add_committed_range(struct vnode *vp, struct buf *bp)
sys/nfs/nfs_subs.c
1263
nfs_del_committed_range(struct vnode *vp, struct buf *bp)
sys/nfs/nfs_subs.c
1294
nfs_add_tobecommitted_range(struct vnode *vp, struct buf *bp)
sys/nfs/nfs_subs.c
1315
nfs_del_tobecommitted_range(struct vnode *vp, struct buf *bp)
sys/nfs/nfs_subs.c
1475
nfsm_fhtom(struct nfsm_info *info, struct vnode *v, int v3)
sys/nfs/nfs_subs.c
933
nfs_loadattrcache(struct vnode **vpp, struct mbuf **mdp, caddr_t *dposp,
sys/nfs/nfs_subs.c
936
struct vnode *vp = *vpp;
sys/nfs/nfs_subs.c
948
struct vnode *nvp;
sys/nfs/nfs_syscalls.c
600
struct vnode *vp;
sys/nfs/nfs_var.h
126
int nfs_request(struct vnode *, int, struct nfsm_info *);
sys/nfs/nfs_var.h
147
struct mbuf *, struct mbuf **, caddr_t *, struct vnode **,
sys/nfs/nfs_var.h
156
int nfsrv_fhtovp(fhandle_t *, int, struct vnode **, struct ucred *,
sys/nfs/nfs_var.h
172
int nfs_loadattrcache(struct vnode **, struct mbuf **, caddr_t *,
sys/nfs/nfs_var.h
174
int nfs_getattrcache(struct vnode *, struct vattr *);
sys/nfs/nfs_var.h
178
int nfs_in_committed_range(struct vnode *, struct buf *);
sys/nfs/nfs_var.h
179
int nfs_in_tobecommitted_range(struct vnode *, struct buf *);
sys/nfs/nfs_var.h
180
void nfs_add_committed_range(struct vnode *, struct buf *);
sys/nfs/nfs_var.h
181
void nfs_del_committed_range(struct vnode *, struct buf *);
sys/nfs/nfs_var.h
182
void nfs_add_tobecommitted_range(struct vnode *, struct buf *);
sys/nfs/nfs_var.h
183
void nfs_del_tobecommitted_range(struct vnode *, struct buf *);
sys/nfs/nfs_var.h
184
void nfs_merge_commit_ranges(struct vnode *);
sys/nfs/nfs_var.h
186
void nfsm_fhtom(struct nfsm_info *, struct vnode *, int);
sys/nfs/nfs_var.h
48
int nfs_bioread(struct vnode *, struct uio *, int, struct ucred *);
sys/nfs/nfs_var.h
50
int nfs_vinvalbuf(struct vnode *, int, struct ucred *, struct proc *);
sys/nfs/nfs_var.h
65
int nfs_readlinkrpc(struct vnode *, struct uio *, struct ucred *);
sys/nfs/nfs_var.h
66
int nfs_readrpc(struct vnode *, struct uio *);
sys/nfs/nfs_var.h
67
int nfs_writerpc(struct vnode *, struct uio *, int *, int *);
sys/nfs/nfs_vfsops.c
116
struct vnode *vp;
sys/nfs/nfs_vfsops.c
190
nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred,
sys/nfs/nfs_vfsops.c
268
struct vnode *vp;
sys/nfs/nfs_vfsops.c
382
struct vnode **vpp, struct proc *p)
sys/nfs/nfs_vfsops.c
561
struct vnode *vp;
sys/nfs/nfs_vfsops.c
614
const char *pth, char *hst, struct vnode **vpp, struct proc *p)
sys/nfs/nfs_vfsops.c
618
struct vnode *vp;
sys/nfs/nfs_vfsops.c
718
struct vnode *vp;
sys/nfs/nfs_vfsops.c
72
struct vnode **, struct proc *p);
sys/nfs/nfs_vfsops.c
74
const char *, char *, struct vnode **, struct proc *p);
sys/nfs/nfs_vfsops.c
76
int nfs_root(struct mount *, struct vnode **);
sys/nfs/nfs_vfsops.c
771
nfs_root(struct mount *mp, struct vnode **vpp)
sys/nfs/nfs_vfsops.c
773
struct vnode *vp;
sys/nfs/nfs_vfsops.c
795
struct vnode *vp;
sys/nfs/nfs_vfsops.c
82
int nfs_vget(struct mount *, ino_t, struct vnode **);
sys/nfs/nfs_vfsops.c
83
int nfs_vptofh(struct vnode *, struct fid *);
sys/nfs/nfs_vfsops.c
839
nfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/nfs/nfs_vfsops.c
87
int nfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/nfs/nfs_vfsops.c
903
nfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/nfs/nfs_vfsops.c
912
nfs_vptofh(struct vnode *vp, struct fid *fhp)
sys/nfs/nfs_vnops.c
100
int nfs_removerpc(struct vnode *, char *, int, struct ucred *, struct proc *);
sys/nfs/nfs_vnops.c
102
int nfs_renameit(struct vnode *, struct componentname *, struct sillyrename *);
sys/nfs/nfs_vnops.c
103
int nfs_renamerpc(struct vnode *, char *, int, struct vnode *, char *, int,
sys/nfs/nfs_vnops.c
107
int nfs_setattrrpc(struct vnode *, struct vattr *, struct ucred *,
sys/nfs/nfs_vnops.c
1085
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
109
int nfs_sillyrename(struct vnode *, struct vnode *,
sys/nfs/nfs_vnops.c
1099
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
1113
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
1125
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
1147
nfs_readlinkrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred)
sys/nfs/nfs_vnops.c
115
void nfs_cache_enter(struct vnode *, struct vnode *, struct componentname *);
sys/nfs/nfs_vnops.c
1185
nfs_readrpc(struct vnode *vp, struct uio *uiop)
sys/nfs/nfs_vnops.c
1260
nfs_writerpc(struct vnode *vp, struct uio *uiop, int *iomode, int *must_commit)
sys/nfs/nfs_vnops.c
1380
nfsm_mtofh(struct nfsm_info *infop, struct vnode *dvp, struct vnode **vpp,
sys/nfs/nfs_vnops.c
1436
nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/nfs/nfs_vnops.c
1442
struct vnode *newvp = NULL;
sys/nfs/nfs_vnops.c
1530
struct vnode *newvp;
sys/nfs/nfs_vnops.c
1546
struct vnode *dvp = ap->a_dvp;
sys/nfs/nfs_vnops.c
1554
struct vnode *newvp = NULL;
sys/nfs/nfs_vnops.c
1664
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
1665
struct vnode *dvp = ap->a_dvp;
sys/nfs/nfs_vnops.c
1740
nfs_removerpc(struct vnode *dvp, char *name, int namelen, struct ucred *cred,
sys/nfs/nfs_vnops.c
1779
struct vnode *fvp = ap->a_fvp;
sys/nfs/nfs_vnops.c
1780
struct vnode *tvp = ap->a_tvp;
sys/nfs/nfs_vnops.c
1781
struct vnode *fdvp = ap->a_fdvp;
sys/nfs/nfs_vnops.c
1782
struct vnode *tdvp = ap->a_tdvp;
sys/nfs/nfs_vnops.c
1843
nfs_renameit(struct vnode *sdvp, struct componentname *scnp,
sys/nfs/nfs_vnops.c
1854
nfs_renamerpc(struct vnode *fdvp, char *fnameptr, int fnamelen,
sys/nfs/nfs_vnops.c
1855
struct vnode *tdvp, char *tnameptr, int tnamelen, struct ucred *cred,
sys/nfs/nfs_vnops.c
1902
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
1903
struct vnode *dvp = ap->a_dvp;
sys/nfs/nfs_vnops.c
1966
struct vnode *dvp = ap->a_dvp;
sys/nfs/nfs_vnops.c
1972
struct vnode *newvp = NULL;
sys/nfs/nfs_vnops.c
2032
struct vnode *dvp = ap->a_dvp;
sys/nfs/nfs_vnops.c
2039
struct vnode *newvp = NULL;
sys/nfs/nfs_vnops.c
2114
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
2115
struct vnode *dvp = ap->a_dvp;
sys/nfs/nfs_vnops.c
2188
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
2310
nfs_readdirrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/nfs/nfs_vnops.c
2519
nfs_readdirplusrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/nfs/nfs_vnops.c
2528
struct vnode *newvp;
sys/nfs/nfs_vnops.c
256
nfs_cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/nfs/nfs_vnops.c
2789
nfs_sillyrename(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/nfs/nfs_vnops.c
282
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
2849
nfs_lookitup(struct vnode *dvp, char *name, int len, struct ucred *cred,
sys/nfs/nfs_vnops.c
2853
struct vnode *newvp = NULL;
sys/nfs/nfs_vnops.c
2931
nfs_commit(struct vnode *vp, u_quad_t offset, int cnt, struct proc *procp)
sys/nfs/nfs_vnops.c
2986
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
3042
nfs_flush(struct vnode *vp, struct ucred *cred, int waitfor, struct proc *p,
sys/nfs/nfs_vnops.c
3292
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
3329
struct vnode *vp;
sys/nfs/nfs_vnops.c
3441
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
3511
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
3574
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
419
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
513
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
535
nfsm_loadattr(struct nfsm_info *infop, struct vnode **vpp, struct vattr *vap)
sys/nfs/nfs_vnops.c
537
struct vnode *ttvp = *vpp;
sys/nfs/nfs_vnops.c
558
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
599
struct vnode *vp = ap->a_vp;
sys/nfs/nfs_vnops.c
682
nfsm_wcc_data(struct nfsm_info *infop, struct vnode **vpp, int *flagp)
sys/nfs/nfs_vnops.c
717
nfs_setattrrpc(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/nfs/nfs_vnops.c
76
int nfs_commit(struct vnode *, u_quad_t, int, struct proc *);
sys/nfs/nfs_vnops.c
78
int nfs_flush(struct vnode *, struct ucred *, int, struct proc *, int);
sys/nfs/nfs_vnops.c
805
struct vnode *dvp = ap->a_dvp;
sys/nfs/nfs_vnops.c
806
struct vnode **vpp = ap->a_vpp;
sys/nfs/nfs_vnops.c
809
struct vnode *newvp;
sys/nfs/nfs_vnops.c
84
int nfs_lookitup(struct vnode *, char *, int, struct ucred *, struct proc *,
sys/nfs/nfs_vnops.c
89
int nfs_mknodrpc(struct vnode *, struct vnode **, struct componentname *,
sys/nfs/nfs_vnops.c
96
int nfs_readdirplusrpc(struct vnode *, struct uio *, struct ucred *, int *,
sys/nfs/nfs_vnops.c
98
int nfs_readdirrpc(struct vnode *, struct uio *, struct ucred *, int *);
sys/nfs/nfsdiskless.h
62
struct vnode *sw_vp;
sys/nfs/nfsm_subs.h
107
nfsm_postop_attr(struct nfsm_info *infop, struct vnode **vpp, int *attrflagp)
sys/nfs/nfsm_subs.h
110
struct vnode *ttvp;
sys/nfs/nfsmount.h
54
struct vnode *nm_vnode; /* vnode of root dir */
sys/nfs/nfsmount.h
88
int nfs_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
sys/nfs/nfsnode.h
54
struct vnode *s_dvp;
sys/nfs/nfsnode.h
74
struct vnode *n_vnode; /* associated vnode */
sys/ntfs/ntfs.h
263
struct vnode *ntm_devvp; /* block device mounted vnode */
sys/ntfs/ntfs.h
264
struct vnode *ntm_sysvn[NTFS_SYSNODESNUM];
sys/ntfs/ntfs_inode.h
37
struct vnode *i_devvp; /* vnode of blk dev we live on */
sys/ntfs/ntfs_inode.h
67
struct vnode *f_vp; /* Associated vnode */
sys/ntfs/ntfs_subr.c
157
struct vnode *newvp;
sys/ntfs/ntfs_subr.c
1742
struct vnode *vp;
sys/ntfs/ntfs_subr.c
301
struct vnode *vp;
sys/ntfs/ntfs_subr.c
825
ntfs_ntlookupfile(struct ntfsmount *ntmp, struct vnode *vp,
sys/ntfs/ntfs_subr.c
826
struct componentname *cnp, struct vnode **vpp)
sys/ntfs/ntfs_subr.c
842
struct vnode *nvp;
sys/ntfs/ntfs_subr.h
39
struct vnode *va_vp;
sys/ntfs/ntfs_subr.h
94
int ntfs_ntlookupfile(struct ntfsmount *, struct vnode *, struct componentname *, struct vnode **);
sys/ntfs/ntfs_vfsops.c
121
struct vnode *devvp;
sys/ntfs/ntfs_vfsops.c
260
ntfs_mountfs(struct vnode *devvp, struct mount *mp, struct ntfs_args *argsp,
sys/ntfs/ntfs_vfsops.c
267
struct vnode *vp;
sys/ntfs/ntfs_vfsops.c
522
ntfs_root(struct mount *mp, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.c
524
struct vnode *nvp;
sys/ntfs/ntfs_vfsops.c
552
struct vnode *vp;
sys/ntfs/ntfs_vfsops.c
59
int ntfs_root(struct mount *, struct vnode **);
sys/ntfs/ntfs_vfsops.c
622
ntfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.c
643
ntfs_vptofh(struct vnode *vp, struct fid *fhp)
sys/ntfs/ntfs_vfsops.c
666
u_long lkflags, u_long flags, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.c
67
struct vnode **vpp);
sys/ntfs/ntfs_vfsops.c
672
struct vnode *vp;
sys/ntfs/ntfs_vfsops.c
68
int ntfs_mountfs(struct vnode *, struct mount *,
sys/ntfs/ntfs_vfsops.c
70
int ntfs_vptofh(struct vnode *, struct fid *);
sys/ntfs/ntfs_vfsops.c
74
struct vnode **);
sys/ntfs/ntfs_vfsops.c
776
ntfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.h
39
struct vnode **);
sys/ntfs/ntfs_vnops.c
136
struct vnode *vp = ap->a_vp;
sys/ntfs/ntfs_vnops.c
181
struct vnode *vp = ap->a_vp;
sys/ntfs/ntfs_vnops.c
208
struct vnode *vp = ap->a_vp;
sys/ntfs/ntfs_vnops.c
257
struct vnode *vp = bp->b_vp;
sys/ntfs/ntfs_vnops.c
307
struct vnode *vp = ap->a_vp;
sys/ntfs/ntfs_vnops.c
378
struct vnode *vp = ap->a_vp;
sys/ntfs/ntfs_vnops.c
401
struct vnode *vp = ap->a_vp;
sys/ntfs/ntfs_vnops.c
414
struct vnode *vp = ap->a_vp;
sys/ntfs/ntfs_vnops.c
532
struct vnode *dvp = ap->a_dvp;
sys/ntfs/ntfs_vnops.c
98
struct vnode *vp = ap->a_vp;
sys/sys/buf.h
148
struct vnode *b_vp; /* Device vnode. */
sys/sys/buf.h
246
int bread(struct vnode *, daddr_t, int, struct buf **);
sys/sys/buf.h
247
int breadn(struct vnode *, daddr_t, int, daddr_t *, int *, int,
sys/sys/buf.h
255
struct buf *getblk(struct vnode *, daddr_t, int, int, uint64_t);
sys/sys/buf.h
257
struct buf *incore(struct vnode *, daddr_t);
sys/sys/buf.h
294
void bgetvp(struct vnode *, struct buf *);
sys/sys/buf.h
296
void buf_replacevnode(struct buf *, struct vnode *);
sys/sys/buf.h
298
void buf_replacevnode(struct buf *, struct vnode *);
sys/sys/buf.h
299
int bread_cluster(struct vnode *, daddr_t, int, struct buf **);
sys/sys/buf.h
50
struct vnode;
sys/sys/exec.h
117
struct vnode *ep_vp; /* executable's vnode */
sys/sys/exec.h
167
u_long len, u_long addr, struct vnode *vp, u_long offset,
sys/sys/exec.h
88
struct vnode *ev_vp; /* vnode pointer for the file w/the data */
sys/sys/filedesc.h
74
struct vnode *fd_cdir; /* [K] current directory */
sys/sys/filedesc.h
75
struct vnode *fd_rdir; /* [K] root directory */
sys/sys/kcov.h
47
int kcov_vnode(struct vnode *);
sys/sys/ktrace.h
229
void ktrsettrace(struct process *, int, struct vnode *, struct ucred *);
sys/sys/mount.h
339
struct vnode *mnt_vnodecovered; /* vnode we mounted on */
sys/sys/mount.h
340
struct vnode *mnt_syncer; /* syncer vnode */
sys/sys/mount.h
341
TAILQ_HEAD(, vnode) mnt_vnodelist; /* list of vnodes this mount */
sys/sys/mount.h
518
int (*vfs_root)(struct mount *mp, struct vnode **vpp);
sys/sys/mount.h
526
struct vnode **vpp);
sys/sys/mount.h
528
struct vnode **vpp);
sys/sys/mount.h
529
int (*vfs_vptofh)(struct vnode *vp, struct fid *fhp);
sys/sys/mount.h
596
struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *);
sys/sys/mount.h
598
int vfs_mount_foreach_vnode(struct mount *, int (*func)(struct vnode *,
sys/sys/mount.h
602
int vfs_mountedon(struct vnode *);
sys/sys/namei.h
181
struct vnode *nc_dvp; /* vnode of parent of name */
sys/sys/namei.h
183
struct vnode *nc_vp; /* vnode the name refers to */
sys/sys/namei.h
194
int vfs_relookup(struct vnode *dvp, struct vnode **vpp,
sys/sys/namei.h
197
void cache_purge(struct vnode *);
sys/sys/namei.h
198
int cache_lookup(struct vnode *, struct vnode **, struct componentname *);
sys/sys/namei.h
199
void cache_enter(struct vnode *, struct vnode *, struct componentname *);
sys/sys/namei.h
200
int cache_revlookup(struct vnode *, struct vnode **, char **, char *);
sys/sys/namei.h
206
void unveil_removevnode(struct vnode *);
sys/sys/namei.h
207
ssize_t unveil_find_cover(struct vnode *, struct proc *);
sys/sys/namei.h
208
struct unveil *unveil_lookup(struct vnode *, struct process *, ssize_t *);
sys/sys/namei.h
209
void unveil_start_relative(struct proc *, struct nameidata *, struct vnode *);
sys/sys/namei.h
210
void unveil_check_component(struct proc *, struct nameidata *, struct vnode *);
sys/sys/namei.h
61
struct vnode *ni_startdir; /* starting directory */
sys/sys/namei.h
62
struct vnode *ni_rootdir; /* logical root directory */
sys/sys/namei.h
68
struct vnode *ni_vp; /* vnode of result */
sys/sys/namei.h
69
struct vnode *ni_dvp; /* vnode of intermediate directory */
sys/sys/proc.h
182
struct vnode *ps_textvp; /* Vnode of executable. */
sys/sys/proc.h
202
struct vnode *ps_tracevp; /* Trace to vnode. */
sys/sys/proc.h
262
struct vnode *pr_cdir; /* cwd at first profil(2) call */
sys/sys/proc.h
68
struct vnode *s_ttyvp; /* Vnode of controlling terminal. */
sys/sys/specdev.h
35
SLIST_HEAD(vnodechain, vnode);
sys/sys/specdev.h
44
SLIST_ENTRY(vnode) si_specnext;
sys/sys/specdev.h
50
struct vnode *ci_parent; /* pointer back to parent device */
sys/sys/specdev.h
56
struct vnode *ci_vp; /* cloned vnode */
sys/sys/systm.h
102
extern struct vnode *rootvp; /* vnode equivalent to above */
sys/sys/systm.h
106
extern struct vnode *swapdev_vp;/* vnode equivalent to above */
sys/sys/unpcb.h
72
struct vnode *unp_vnode; /* [s] if associated with file */
sys/sys/vnode.h
111
TAILQ_ENTRY(vnode) v_freelist; /* [B] vnode freelist */
sys/sys/vnode.h
112
TAILQ_ENTRY(vnode) v_mntvnodes; /* vnodes for mount point */
sys/sys/vnode.h
117
LIST_ENTRY(vnode) v_synclist; /* [B] vnode with dirty buffers */
sys/sys/vnode.h
252
extern struct vnode *rootvnode; /* root (i.e. "/") vnode */
sys/sys/vnode.h
258
extern void vhold(struct vnode *);
sys/sys/vnode.h
259
extern void vdrop(struct vnode *);
sys/sys/vnode.h
308
struct vnode *a_vp;
sys/sys/vnode.h
310
int VOP_ISLOCKED(struct vnode *);
sys/sys/vnode.h
313
struct vnode *a_dvp;
sys/sys/vnode.h
314
struct vnode **a_vpp;
sys/sys/vnode.h
317
int VOP_LOOKUP(struct vnode *, struct vnode **, struct componentname *);
sys/sys/vnode.h
320
struct vnode *a_dvp;
sys/sys/vnode.h
321
struct vnode **a_vpp;
sys/sys/vnode.h
325
int VOP_CREATE(struct vnode *, struct vnode **, struct componentname *,
sys/sys/vnode.h
329
struct vnode *a_dvp;
sys/sys/vnode.h
330
struct vnode **a_vpp;
sys/sys/vnode.h
334
int VOP_MKNOD(struct vnode *, struct vnode **, struct componentname *,
sys/sys/vnode.h
338
struct vnode *a_vp;
sys/sys/vnode.h
343
int VOP_OPEN(struct vnode *, int, struct ucred *, struct proc *);
sys/sys/vnode.h
346
struct vnode *a_vp;
sys/sys/vnode.h
351
int VOP_CLOSE(struct vnode *, int, struct ucred *, struct proc *);
sys/sys/vnode.h
354
struct vnode *a_vp;
sys/sys/vnode.h
359
int VOP_ACCESS(struct vnode *, int, struct ucred *, struct proc *);
sys/sys/vnode.h
362
struct vnode *a_vp;
sys/sys/vnode.h
367
int VOP_GETATTR(struct vnode *, struct vattr *, struct ucred *, struct proc *);
sys/sys/vnode.h
370
struct vnode *a_vp;
sys/sys/vnode.h
375
int VOP_SETATTR(struct vnode *, struct vattr *, struct ucred *, struct proc *);
sys/sys/vnode.h
378
struct vnode *a_vp;
sys/sys/vnode.h
383
int VOP_READ(struct vnode *, struct uio *, int, struct ucred *);
sys/sys/vnode.h
386
struct vnode *a_vp;
sys/sys/vnode.h
391
int VOP_WRITE(struct vnode *, struct uio *, int, struct ucred *);
sys/sys/vnode.h
394
struct vnode *a_vp;
sys/sys/vnode.h
401
int VOP_IOCTL(struct vnode *, u_long, void *, int, struct ucred *,
sys/sys/vnode.h
405
struct vnode *a_vp;
sys/sys/vnode.h
409
int VOP_KQFILTER(struct vnode *, int, struct knote *);
sys/sys/vnode.h
412
struct vnode *a_vp;
sys/sys/vnode.h
415
int VOP_REVOKE(struct vnode *, int);
sys/sys/vnode.h
418
struct vnode *a_vp;
sys/sys/vnode.h
423
int VOP_FSYNC(struct vnode *, struct ucred *, int, struct proc *);
sys/sys/vnode.h
426
struct vnode *a_dvp;
sys/sys/vnode.h
427
struct vnode *a_vp;
sys/sys/vnode.h
430
int VOP_REMOVE(struct vnode *, struct vnode *, struct componentname *);
sys/sys/vnode.h
433
struct vnode *a_dvp;
sys/sys/vnode.h
434
struct vnode *a_vp;
sys/sys/vnode.h
437
int VOP_LINK(struct vnode *, struct vnode *, struct componentname *);
sys/sys/vnode.h
440
struct vnode *a_fdvp;
sys/sys/vnode.h
441
struct vnode *a_fvp;
sys/sys/vnode.h
443
struct vnode *a_tdvp;
sys/sys/vnode.h
444
struct vnode *a_tvp;
sys/sys/vnode.h
447
int VOP_RENAME(struct vnode *, struct vnode *, struct componentname *,
sys/sys/vnode.h
448
struct vnode *, struct vnode *, struct componentname *);
sys/sys/vnode.h
451
struct vnode *a_dvp;
sys/sys/vnode.h
452
struct vnode **a_vpp;
sys/sys/vnode.h
456
int VOP_MKDIR(struct vnode *, struct vnode **, struct componentname *,
sys/sys/vnode.h
460
struct vnode *a_dvp;
sys/sys/vnode.h
461
struct vnode *a_vp;
sys/sys/vnode.h
464
int VOP_RMDIR(struct vnode *, struct vnode *, struct componentname *);
sys/sys/vnode.h
467
struct vnode *a_dvp;
sys/sys/vnode.h
468
struct vnode **a_vpp;
sys/sys/vnode.h
473
int VOP_SYMLINK(struct vnode *, struct vnode **, struct componentname *,
sys/sys/vnode.h
477
struct vnode *a_vp;
sys/sys/vnode.h
482
int VOP_READDIR(struct vnode *, struct uio *, struct ucred *, int *);
sys/sys/vnode.h
485
struct vnode *a_vp;
sys/sys/vnode.h
489
int VOP_READLINK(struct vnode *, struct uio *, struct ucred *);
sys/sys/vnode.h
492
struct vnode *a_dvp;
sys/sys/vnode.h
495
int VOP_ABORTOP(struct vnode *, struct componentname *);
sys/sys/vnode.h
498
struct vnode *a_vp;
sys/sys/vnode.h
501
int VOP_INACTIVE(struct vnode *, struct proc *);
sys/sys/vnode.h
504
struct vnode *a_vp;
sys/sys/vnode.h
507
int VOP_RECLAIM(struct vnode *, struct proc *);
sys/sys/vnode.h
510
struct vnode *a_vp;
sys/sys/vnode.h
513
int VOP_LOCK(struct vnode *, int);
sys/sys/vnode.h
516
struct vnode *a_vp;
sys/sys/vnode.h
518
int VOP_UNLOCK(struct vnode *);
sys/sys/vnode.h
521
struct vnode *a_vp;
sys/sys/vnode.h
523
struct vnode **a_vpp;
sys/sys/vnode.h
527
int VOP_BMAP(struct vnode *, daddr_t, struct vnode **, daddr_t *, int *);
sys/sys/vnode.h
530
struct vnode *a_vp;
sys/sys/vnode.h
532
int VOP_PRINT(struct vnode *);
sys/sys/vnode.h
535
struct vnode *a_vp;
sys/sys/vnode.h
539
int VOP_PATHCONF(struct vnode *, int, register_t *);
sys/sys/vnode.h
542
struct vnode *a_vp;
sys/sys/vnode.h
548
int VOP_ADVLOCK(struct vnode *, void *, int, struct flock *, int);
sys/sys/vnode.h
551
struct vnode *a_vp;
sys/sys/vnode.h
554
int VOP_STRATEGY(struct vnode *, struct buf *);
sys/sys/vnode.h
574
struct vnode;
sys/sys/vnode.h
577
int bdevvp(dev_t, struct vnode **);
sys/sys/vnode.h
578
int cdevvp(dev_t, struct vnode **);
sys/sys/vnode.h
579
struct vnode *checkalias(struct vnode *, dev_t, struct mount *);
sys/sys/vnode.h
581
struct vnode **);
sys/sys/vnode.h
583
int vnoperm(struct vnode *);
sys/sys/vnode.h
586
int vcount(struct vnode *);
sys/sys/vnode.h
587
int vfinddev(dev_t, enum vtype, struct vnode **);
sys/sys/vnode.h
588
void vflushbuf(struct vnode *, int);
sys/sys/vnode.h
589
int vflush(struct mount *, struct vnode *, int);
sys/sys/vnode.h
590
int vget(struct vnode *, int);
sys/sys/vnode.h
591
void vgone(struct vnode *);
sys/sys/vnode.h
592
void vgonel(struct vnode *, struct proc *);
sys/sys/vnode.h
593
int vinvalbuf(struct vnode *, int, struct ucred *, struct proc *,
sys/sys/vnode.h
596
int vwaitforio(struct vnode *, int, char *, uint64_t);
sys/sys/vnode.h
597
void vwakeup(struct vnode *);
sys/sys/vnode.h
598
void vput(struct vnode *);
sys/sys/vnode.h
599
int vrecycle(struct vnode *, struct proc *);
sys/sys/vnode.h
600
int vrele(struct vnode *);
sys/sys/vnode.h
601
void vref(struct vnode *);
sys/sys/vnode.h
602
void vprint(char *, struct vnode *);
sys/sys/vnode.h
607
int vfs_getcwd_scandir(struct vnode **, struct vnode **, char **, char *,
sys/sys/vnode.h
609
int vfs_getcwd_common(struct vnode *, struct vnode *, char **, char *, int,
sys/sys/vnode.h
611
int vfs_getcwd_getcache(struct vnode **, struct vnode **, char **, char *);
sys/sys/vnode.h
622
int vn_isunder(struct vnode *, struct vnode *, struct proc *);
sys/sys/vnode.h
623
int vn_close(struct vnode *, int, struct ucred *, struct proc *);
sys/sys/vnode.h
625
int vn_rdwr(enum uio_rw, struct vnode *, caddr_t, int, off_t,
sys/sys/vnode.h
627
int vn_stat(struct vnode *, struct stat *, struct proc *);
sys/sys/vnode.h
629
int vn_lock(struct vnode *, int);
sys/sys/vnode.h
630
int vn_writechk(struct vnode *);
sys/sys/vnode.h
631
int vn_fsizechk(struct vnode *, struct uio *, int, ssize_t *);
sys/sys/vnode.h
633
void vn_marktext(struct vnode *);
sys/sys/vnode.h
638
void vn_syncer_add_to_worklist(struct vnode *, int);
sys/sys/vnode.h
644
void uvm_vnp_setsize(struct vnode *, off_t);
sys/sys/vnode.h
646
int uvm_vnp_uncache(struct vnode *);
sys/tmpfs/tmpfs.h
267
int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
sys/tmpfs/tmpfs.h
270
int tmpfs_vnode_get(struct mount *, tmpfs_node_t *, struct vnode **);
sys/tmpfs/tmpfs.h
286
int tmpfs_reg_resize(struct vnode *, off_t);
sys/tmpfs/tmpfs.h
287
int tmpfs_truncate(struct vnode *, off_t);
sys/tmpfs/tmpfs.h
289
int tmpfs_chflags(struct vnode *, int, struct ucred *, struct proc *);
sys/tmpfs/tmpfs.h
290
int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct proc *);
sys/tmpfs/tmpfs.h
291
int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *, struct proc *);
sys/tmpfs/tmpfs.h
292
int tmpfs_chsize(struct vnode *, u_quad_t, struct ucred *, struct proc *);
sys/tmpfs/tmpfs.h
293
int tmpfs_chtimes(struct vnode *, const struct timespec *,
sys/tmpfs/tmpfs.h
349
VP_TO_TMPFS_DIR(struct vnode *vp)
sys/tmpfs/tmpfs.h
361
VP_TO_TMPFS_NODE(struct vnode *vp)
sys/tmpfs/tmpfs.h
98
struct vnode * tn_vnode;
sys/tmpfs/tmpfs_fifoops.c
102
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_fifoops.c
112
struct vnode *a_vp;
sys/tmpfs/tmpfs_fifoops.c
117
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_fifoops.c
97
struct vnode *a_vp;
sys/tmpfs/tmpfs_specops.c
101
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_specops.c
111
struct vnode *a_vp;
sys/tmpfs/tmpfs_specops.c
116
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_specops.c
96
struct vnode *a_vp;
sys/tmpfs/tmpfs_subr.c
1018
tmpfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, struct proc *p)
sys/tmpfs/tmpfs_subr.c
1058
tmpfs_chsize(struct vnode *vp, u_quad_t size, struct ucred *cred, struct proc *p)
sys/tmpfs/tmpfs_subr.c
1099
tmpfs_chtimes(struct vnode *vp, const struct timespec *atime,
sys/tmpfs/tmpfs_subr.c
1157
tmpfs_truncate(struct vnode *vp, off_t length)
sys/tmpfs/tmpfs_subr.c
272
tmpfs_vnode_get(struct mount *mp, tmpfs_node_t *node, struct vnode **vpp)
sys/tmpfs/tmpfs_subr.c
274
struct vnode *vp, *nvp;
sys/tmpfs/tmpfs_subr.c
369
tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap,
sys/tmpfs/tmpfs_subr.c
482
struct vnode *dvp = dnode->tn_vnode;
sys/tmpfs/tmpfs_subr.c
533
struct vnode *vp, *dvp = dnode->tn_vnode;
sys/tmpfs/tmpfs_subr.c
869
tmpfs_reg_resize(struct vnode *vp, off_t newsize)
sys/tmpfs/tmpfs_subr.c
942
tmpfs_chflags(struct vnode *vp, int flags, struct ucred *cred, struct proc *p)
sys/tmpfs/tmpfs_subr.c
979
tmpfs_chmod(struct vnode *vp, mode_t mode, struct ucred *cred, struct proc *p)
sys/tmpfs/tmpfs_vfsops.c
265
tmpfs_root(struct mount *mp, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
274
tmpfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
282
tmpfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
311
tmpfs_vptofh(struct vnode *vp, struct fid *fhp)
sys/tmpfs/tmpfs_vfsops.c
66
int tmpfs_root(struct mount *, struct vnode **);
sys/tmpfs/tmpfs_vfsops.c
67
int tmpfs_vget(struct mount *, ino_t, struct vnode **);
sys/tmpfs/tmpfs_vfsops.c
68
int tmpfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/tmpfs/tmpfs_vfsops.c
69
int tmpfs_vptofh(struct vnode *, struct fid *);
sys/tmpfs/tmpfs_vfsops.c
92
struct vnode *rootvp;
sys/tmpfs/tmpfs_vnops.c
1016
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
1019
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
1045
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
1047
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
1076
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
110
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
111
struct vnode **a_vpp;
sys/tmpfs/tmpfs_vnops.c
1113
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
1119
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
1131
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
1133
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
114
struct vnode *dvp = ap->a_dvp, **vpp = ap->a_vpp;
sys/tmpfs/tmpfs_vnops.c
1214
int tmpfs_sane_rename(struct vnode *, struct componentname *,
sys/tmpfs/tmpfs_vnops.c
1215
struct vnode *, struct componentname *, struct ucred *, int);
sys/tmpfs/tmpfs_vnops.c
1218
struct vnode *, struct tmpfs_node *, struct componentname *,
sys/tmpfs/tmpfs_vnops.c
1219
struct tmpfs_dirent **, struct vnode **,
sys/tmpfs/tmpfs_vnops.c
1220
struct vnode *, struct tmpfs_node *, struct componentname *,
sys/tmpfs/tmpfs_vnops.c
1221
struct tmpfs_dirent **, struct vnode **);
sys/tmpfs/tmpfs_vnops.c
1224
struct vnode *, struct tmpfs_node *,
sys/tmpfs/tmpfs_vnops.c
1225
struct componentname *, struct tmpfs_dirent **, struct vnode **,
sys/tmpfs/tmpfs_vnops.c
1226
struct componentname *, struct tmpfs_dirent **, struct vnode **);
sys/tmpfs/tmpfs_vnops.c
1229
struct vnode *, struct tmpfs_node *, struct componentname *,
sys/tmpfs/tmpfs_vnops.c
1230
struct tmpfs_dirent **, struct vnode **,
sys/tmpfs/tmpfs_vnops.c
1231
struct vnode *, struct tmpfs_node *, struct componentname *,
sys/tmpfs/tmpfs_vnops.c
1232
struct tmpfs_dirent **, struct vnode **);
sys/tmpfs/tmpfs_vnops.c
1234
struct vnode *, struct vnode *, struct vnode *, struct vnode *);
sys/tmpfs/tmpfs_vnops.c
1235
int tmpfs_rename_lock_directory(struct vnode *, struct tmpfs_node *);
sys/tmpfs/tmpfs_vnops.c
1239
struct vnode *, struct tmpfs_node *, struct componentname *, int,
sys/tmpfs/tmpfs_vnops.c
1240
struct tmpfs_dirent **, struct vnode **,
sys/tmpfs/tmpfs_vnops.c
1241
struct vnode *, struct tmpfs_node *, struct componentname *, int,
sys/tmpfs/tmpfs_vnops.c
1242
struct tmpfs_dirent **, struct vnode **);
sys/tmpfs/tmpfs_vnops.c
1244
struct vnode *, struct tmpfs_dirent *, struct vnode *,
sys/tmpfs/tmpfs_vnops.c
1245
struct vnode *, struct tmpfs_dirent *, struct vnode *);
sys/tmpfs/tmpfs_vnops.c
1246
int tmpfs_do_remove(struct tmpfs_mount *, struct vnode *,
sys/tmpfs/tmpfs_vnops.c
1247
struct tmpfs_node *, struct tmpfs_dirent *, struct vnode *, struct ucred *);
sys/tmpfs/tmpfs_vnops.c
1259
void tmpfs_rename_cache_purge(struct vnode *, struct vnode *, struct vnode *,
sys/tmpfs/tmpfs_vnops.c
1260
struct vnode *);
sys/tmpfs/tmpfs_vnops.c
1267
struct vnode *a_fdvp;
sys/tmpfs/tmpfs_vnops.c
1268
struct vnode *a_fvp;
sys/tmpfs/tmpfs_vnops.c
1270
struct vnode *a_tdvp;
sys/tmpfs/tmpfs_vnops.c
1271
struct vnode *a_tvp;
sys/tmpfs/tmpfs_vnops.c
1274
struct vnode *fdvp = ap->a_fdvp;
sys/tmpfs/tmpfs_vnops.c
1275
struct vnode *fvp = ap->a_fvp;
sys/tmpfs/tmpfs_vnops.c
1277
struct vnode *tdvp = ap->a_tdvp;
sys/tmpfs/tmpfs_vnops.c
1278
struct vnode *tvp = ap->a_tvp;
sys/tmpfs/tmpfs_vnops.c
1376
tmpfs_sane_rename(struct vnode *fdvp, struct componentname *fcnp,
sys/tmpfs/tmpfs_vnops.c
1377
struct vnode *tdvp, struct componentname *tcnp, struct ucred *cred,
sys/tmpfs/tmpfs_vnops.c
1384
struct vnode *fvp, *tvp;
sys/tmpfs/tmpfs_vnops.c
1601
struct vnode *fdvp, struct tmpfs_node *fdnode, struct componentname *fcnp,
sys/tmpfs/tmpfs_vnops.c
1602
struct tmpfs_dirent **fde_ret, struct vnode **fvp_ret,
sys/tmpfs/tmpfs_vnops.c
1603
struct vnode *tdvp, struct tmpfs_node *tdnode, struct componentname *tcnp,
sys/tmpfs/tmpfs_vnops.c
1604
struct tmpfs_dirent **tde_ret, struct vnode **tvp_ret)
sys/tmpfs/tmpfs_vnops.c
1663
struct vnode *dvp, struct tmpfs_node *dnode,
sys/tmpfs/tmpfs_vnops.c
1665
struct tmpfs_dirent **fde_ret, struct vnode **fvp_ret,
sys/tmpfs/tmpfs_vnops.c
1667
struct tmpfs_dirent **tde_ret, struct vnode **tvp_ret)
sys/tmpfs/tmpfs_vnops.c
1670
struct vnode *fvp, *tvp;
sys/tmpfs/tmpfs_vnops.c
1774
struct vnode *fdvp, struct tmpfs_node *fdnode, struct componentname *fcnp,
sys/tmpfs/tmpfs_vnops.c
1775
struct tmpfs_dirent **fde_ret, struct vnode **fvp_ret,
sys/tmpfs/tmpfs_vnops.c
1776
struct vnode *tdvp, struct tmpfs_node *tdnode, struct componentname *tcnp,
sys/tmpfs/tmpfs_vnops.c
1777
struct tmpfs_dirent **tde_ret, struct vnode **tvp_ret)
sys/tmpfs/tmpfs_vnops.c
1781
struct vnode *fvp, *tvp;
sys/tmpfs/tmpfs_vnops.c
1845
struct vnode *fdvp, struct vnode *fvp,
sys/tmpfs/tmpfs_vnops.c
1846
struct vnode *tdvp, struct vnode *tvp)
sys/tmpfs/tmpfs_vnops.c
1884
tmpfs_rename_lock_directory(struct vnode *vp, struct tmpfs_node *node)
sys/tmpfs/tmpfs_vnops.c
1995
struct vnode *a_dvp, struct tmpfs_node *a_dnode,
sys/tmpfs/tmpfs_vnops.c
1997
struct tmpfs_dirent **a_dirent_ret, struct vnode **a_vp_ret,
sys/tmpfs/tmpfs_vnops.c
1998
struct vnode *b_dvp, struct tmpfs_node *b_dnode,
sys/tmpfs/tmpfs_vnops.c
2000
struct tmpfs_dirent **b_dirent_ret, struct vnode **b_vp_ret)
sys/tmpfs/tmpfs_vnops.c
2003
struct vnode *a_vp, *b_vp;
sys/tmpfs/tmpfs_vnops.c
2179
struct vnode *fdvp, struct tmpfs_dirent *fde, struct vnode *fvp,
sys/tmpfs/tmpfs_vnops.c
2180
struct vnode *tdvp, struct tmpfs_dirent *tde, struct vnode *tvp)
sys/tmpfs/tmpfs_vnops.c
2245
tmpfs_do_remove(struct tmpfs_mount *tmpfs, struct vnode *dvp,
sys/tmpfs/tmpfs_vnops.c
2246
struct tmpfs_node *dnode, struct tmpfs_dirent *de, struct vnode *vp,
sys/tmpfs/tmpfs_vnops.c
2507
tmpfs_rename_cache_purge(struct vnode *fdvp, struct vnode *fvp,
sys/tmpfs/tmpfs_vnops.c
2508
struct vnode *tdvp, struct vnode *tvp)
sys/tmpfs/tmpfs_vnops.c
2542
struct vnode *fdvp = ap->a_fdvp;
sys/tmpfs/tmpfs_vnops.c
2543
struct vnode *fvp = ap->a_fvp;
sys/tmpfs/tmpfs_vnops.c
2545
struct vnode *tdvp = ap->a_tdvp;
sys/tmpfs/tmpfs_vnops.c
2546
struct vnode *tvp = ap->a_tvp;
sys/tmpfs/tmpfs_vnops.c
2591
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
2618
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/tmpfs/tmpfs_vnops.c
2626
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/tmpfs/tmpfs_vnops.c
311
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
312
struct vnode **a_vpp;
sys/tmpfs/tmpfs_vnops.c
316
struct vnode *dvp = ap->a_dvp, **vpp = ap->a_vpp;
sys/tmpfs/tmpfs_vnops.c
330
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
331
struct vnode **a_vpp;
sys/tmpfs/tmpfs_vnops.c
335
struct vnode *dvp = ap->a_dvp, **vpp = ap->a_vpp;
sys/tmpfs/tmpfs_vnops.c
356
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
360
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
389
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
393
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
404
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
408
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
444
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
448
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
486
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
490
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
531
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
536
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
579
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
584
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
660
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
667
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
685
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
686
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
689
struct vnode *dvp = ap->a_dvp, *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
753
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
754
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
757
struct vnode *dvp = ap->a_dvp;
sys/tmpfs/tmpfs_vnops.c
758
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
820
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
821
struct vnode **a_vpp;
sys/tmpfs/tmpfs_vnops.c
825
struct vnode *dvp = ap->a_dvp;
sys/tmpfs/tmpfs_vnops.c
826
struct vnode **vpp = ap->a_vpp;
sys/tmpfs/tmpfs_vnops.c
841
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
842
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
845
struct vnode *dvp = ap->a_dvp;
sys/tmpfs/tmpfs_vnops.c
846
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
924
struct vnode *a_dvp;
sys/tmpfs/tmpfs_vnops.c
925
struct vnode **a_vpp;
sys/tmpfs/tmpfs_vnops.c
930
struct vnode *dvp = ap->a_dvp;
sys/tmpfs/tmpfs_vnops.c
931
struct vnode **vpp = ap->a_vpp;
sys/tmpfs/tmpfs_vnops.c
952
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
957
struct vnode *vp = ap->a_vp;
sys/tmpfs/tmpfs_vnops.c
989
struct vnode *a_vp;
sys/tmpfs/tmpfs_vnops.c
993
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_alloc.c
133
struct vnode **vpp)
sys/ufs/ext2fs/ext2fs_alloc.c
135
struct vnode *pvp;
sys/ufs/ext2fs/ext2fs_balloc.c
60
struct vnode *vp = ITOV(ip);
sys/ufs/ext2fs/ext2fs_bmap.c
135
ext2fs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp,
sys/ufs/ext2fs/ext2fs_bmap.c
142
struct vnode *devvp;
sys/ufs/ext2fs/ext2fs_bmap.c
58
static int ext4_bmapext(struct vnode *, daddr_t, daddr_t *, struct indir *,
sys/ufs/ext2fs/ext2fs_bmap.c
60
static int ext2fs_bmaparray(struct vnode *, daddr_t, daddr_t *, struct indir *,
sys/ufs/ext2fs/ext2fs_bmap.c
94
ext4_bmapext(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, int *nump, int *runp)
sys/ufs/ext2fs/ext2fs_extents.c
132
struct vnode *vp;
sys/ufs/ext2fs/ext2fs_extern.h
101
int ext2fs_mountfs(struct vnode *, struct mount *, struct proc *);
sys/ufs/ext2fs/ext2fs_extern.h
106
int ext2fs_vget(struct mount *, ino_t, struct vnode **);
sys/ufs/ext2fs/ext2fs_extern.h
107
int ext2fs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/ufs/ext2fs/ext2fs_extern.h
108
int ext2fs_vptofh(struct vnode *, struct fid *);
sys/ufs/ext2fs/ext2fs_extern.h
132
int ext2fs_makeinode(int, struct vnode *, struct vnode **,
sys/ufs/ext2fs/ext2fs_extern.h
49
struct vnode;
sys/ufs/ext2fs/ext2fs_extern.h
63
struct vnode **);
sys/ufs/ext2fs/ext2fs_extern.h
86
int ext2fs_direnter(struct inode *, struct vnode *, struct componentname *);
sys/ufs/ext2fs/ext2fs_extern.h
87
int ext2fs_dirremove(struct vnode *, struct componentname *);
sys/ufs/ext2fs/ext2fs_extern.h
94
int ext2fs_vinit(struct mount *, struct vnode **);
sys/ufs/ext2fs/ext2fs_inode.c
105
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_inode.c
209
struct vnode *ovp = ITOV(oip);
sys/ufs/ext2fs/ext2fs_inode.c
428
struct vnode *vp;
sys/ufs/ext2fs/ext2fs_lookup.c
1026
struct vnode *vp;
sys/ufs/ext2fs/ext2fs_lookup.c
134
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_lookup.c
236
struct vnode *vdp; /* vnode for directory being searched */
sys/ufs/ext2fs/ext2fs_lookup.c
245
struct vnode *pdp; /* saved dp during symlink work */
sys/ufs/ext2fs/ext2fs_lookup.c
246
struct vnode *tdp; /* returned by VFS_VGET */
sys/ufs/ext2fs/ext2fs_lookup.c
251
struct vnode **vpp = ap->a_vpp;
sys/ufs/ext2fs/ext2fs_lookup.c
613
struct vnode *vdp;
sys/ufs/ext2fs/ext2fs_lookup.c
714
ext2fs_dirbadentry(struct vnode *dp, struct ext2fs_direct *de,
sys/ufs/ext2fs/ext2fs_lookup.c
73
static int ext2fs_dirbadentry(struct vnode *dp, struct ext2fs_direct *de,
sys/ufs/ext2fs/ext2fs_lookup.c
752
ext2fs_direnter(struct inode *ip, struct vnode *dvp,
sys/ufs/ext2fs/ext2fs_lookup.c
900
ext2fs_dirremove(struct vnode *dvp, struct componentname *cnp)
sys/ufs/ext2fs/ext2fs_readwrite.c
160
ext4_ext_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs, struct uio *uio)
sys/ufs/ext2fs/ext2fs_readwrite.c
237
struct vnode *vp;
sys/ufs/ext2fs/ext2fs_readwrite.c
56
static int ext2_ind_read(struct vnode *, struct inode *, struct m_ext2fs *, struct uio *);
sys/ufs/ext2fs/ext2fs_readwrite.c
57
static int ext4_ext_read(struct vnode *, struct inode *, struct m_ext2fs *, struct uio *);
sys/ufs/ext2fs/ext2fs_readwrite.c
66
struct vnode *vp;
sys/ufs/ext2fs/ext2fs_readwrite.c
83
ext2_ind_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs,
sys/ufs/ext2fs/ext2fs_subr.c
117
ext2fs_vinit(struct mount *mp, struct vnode **vpp)
sys/ufs/ext2fs/ext2fs_subr.c
120
struct vnode *vp, *nvp;
sys/ufs/ext2fs/ext2fs_subr.c
62
struct vnode *vp;
sys/ufs/ext2fs/ext2fs_vfsops.c
1001
ext2fs_vptofh(struct vnode *vp, struct fid *fhp)
sys/ufs/ext2fs/ext2fs_vfsops.c
157
struct vnode *devvp;
sys/ufs/ext2fs/ext2fs_vfsops.c
284
int ext2fs_reload_vnode(struct vnode *, void *args);
sys/ufs/ext2fs/ext2fs_vfsops.c
290
struct vnode *devvp;
sys/ufs/ext2fs/ext2fs_vfsops.c
294
ext2fs_reload_vnode(struct vnode *vp, void *args)
sys/ufs/ext2fs/ext2fs_vfsops.c
351
e2fs_sbfill(struct vnode *devvp, struct m_ext2fs *fs)
sys/ufs/ext2fs/ext2fs_vfsops.c
425
struct vnode *devvp;
sys/ufs/ext2fs/ext2fs_vfsops.c
482
ext2fs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p)
sys/ufs/ext2fs/ext2fs_vfsops.c
693
int ext2fs_sync_vnode(struct vnode *vp, void *);
sys/ufs/ext2fs/ext2fs_vfsops.c
705
ext2fs_sync_vnode(struct vnode *vp, void *args)
sys/ufs/ext2fs/ext2fs_vfsops.c
828
ext2fs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ufs/ext2fs/ext2fs_vfsops.c
835
struct vnode *vp;
sys/ufs/ext2fs/ext2fs_vfsops.c
968
ext2fs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/ufs/ext2fs/ext2fs_vfsops.c
971
struct vnode *nvp;
sys/ufs/ext2fs/ext2fs_vnops.c
1043
struct vnode *vp, **vpp = ap->a_vpp;
sys/ufs/ext2fs/ext2fs_vnops.c
1077
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
1126
ext2fs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp,
sys/ufs/ext2fs/ext2fs_vnops.c
1130
struct vnode *tvp;
sys/ufs/ext2fs/ext2fs_vnops.c
1192
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
1205
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
148
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
164
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
210
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
319
ext2fs_chmod(struct vnode *vp, mode_t mode, struct ucred *cred)
sys/ufs/ext2fs/ext2fs_vnops.c
345
ext2fs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred)
sys/ufs/ext2fs/ext2fs_vnops.c
384
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
385
struct vnode *dvp = ap->a_dvp;
sys/ufs/ext2fs/ext2fs_vnops.c
411
struct vnode *dvp = ap->a_dvp;
sys/ufs/ext2fs/ext2fs_vnops.c
412
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
482
struct vnode *tvp = ap->a_tvp;
sys/ufs/ext2fs/ext2fs_vnops.c
483
struct vnode *tdvp = ap->a_tdvp;
sys/ufs/ext2fs/ext2fs_vnops.c
484
struct vnode *fvp = ap->a_fvp;
sys/ufs/ext2fs/ext2fs_vnops.c
485
struct vnode *fdvp = ap->a_fdvp;
sys/ufs/ext2fs/ext2fs_vnops.c
73
static int ext2fs_chmod(struct vnode *, mode_t, struct ucred *);
sys/ufs/ext2fs/ext2fs_vnops.c
74
static int ext2fs_chown(struct vnode *, uid_t, gid_t, struct ucred *);
sys/ufs/ext2fs/ext2fs_vnops.c
860
struct vnode *dvp = ap->a_dvp;
sys/ufs/ext2fs/ext2fs_vnops.c
864
struct vnode *tvp;
sys/ufs/ext2fs/ext2fs_vnops.c
96
struct vnode **vpp = ap->a_vpp;
sys/ufs/ext2fs/ext2fs_vnops.c
976
struct vnode *vp = ap->a_vp;
sys/ufs/ext2fs/ext2fs_vnops.c
977
struct vnode *dvp = ap->a_dvp;
sys/ufs/ffs/ffs_alloc.c
356
struct vnode **vpp)
sys/ufs/ffs/ffs_alloc.c
359
struct vnode *pvp = ITOV(pip);
sys/ufs/ffs/ffs_balloc.c
414
struct vnode *vp;
sys/ufs/ffs/ffs_balloc.c
76
struct vnode *vp;
sys/ufs/ffs/ffs_extern.h
106
int ffs_inode_alloc(struct inode *, mode_t, struct ucred *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
132
int ffs_vinit(struct mount *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
139
int ffs_mountfs(struct vnode *, struct mount *, struct proc *);
sys/ufs/ffs/ffs_extern.h
145
int ffs_vget(struct mount *, ino_t, struct vnode **);
sys/ufs/ffs/ffs_extern.h
146
int ffs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
147
int ffs_vptofh(struct vnode *, struct fid *);
sys/ufs/ffs/ffs_extern.h
92
struct vnode;
sys/ufs/ffs/ffs_inode.c
129
struct vnode *ovp;
sys/ufs/ffs/ffs_inode.c
410
struct vnode *vp;
sys/ufs/ffs/ffs_inode.c
68
struct vnode *vp;
sys/ufs/ffs/ffs_subr.c
222
ffs_vinit(struct mount *mntp, struct vnode **vpp)
sys/ufs/ffs/ffs_subr.c
225
struct vnode *vp, *nvp;
sys/ufs/ffs/ffs_subr.c
60
struct vnode *vp;
sys/ufs/ffs/ffs_vfsops.c
1043
ffs_sync_vnode(struct vnode *vp, void *arg)
sys/ufs/ffs/ffs_vfsops.c
1183
ffs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1193
struct vnode *vp;
sys/ufs/ffs/ffs_vfsops.c
1322
ffs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1341
ffs_vptofh(struct vnode *vp, struct fid *fhp)
sys/ufs/ffs/ffs_vfsops.c
209
struct vnode *devvp;
sys/ufs/ffs/ffs_vfsops.c
408
struct vnode *devvp;
sys/ufs/ffs/ffs_vfsops.c
412
ffs_reload_vnode(struct vnode *vp, void *args)
sys/ufs/ffs/ffs_vfsops.c
480
struct vnode *devvp;
sys/ufs/ffs/ffs_vfsops.c
613
ffs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p)
sys/ufs/ffs/ffs_vfsops.c
68
int ffs_reload_vnode(struct vnode *, void *);
sys/ufs/ffs/ffs_vfsops.c
69
int ffs_sync_vnode(struct vnode *, void *);
sys/ufs/ffs/ffs_vnops.c
184
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
275
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
419
struct vnode *vp = ap->a_vp;
sys/ufs/ffs/ffs_vnops.c
515
struct vnode *vp = ap->a_vp;
sys/ufs/mfs/mfs_extern.h
41
struct vnode;
sys/ufs/mfs/mfs_vfsops.c
166
struct vnode *vp = VFSTOUFS(mp)->um_devvp;
sys/ufs/mfs/mfs_vfsops.c
86
struct vnode *devvp;
sys/ufs/mfs/mfs_vnops.c
126
struct vnode *vp = ap->a_vp;
sys/ufs/mfs/mfs_vnops.c
175
struct vnode *vp = ap->a_vp;
sys/ufs/mfs/mfs_vnops.c
239
struct vnode *vp = ap->a_vp;
sys/ufs/mfs/mfsnode.h
40
struct vnode *mfs_vnode; /* vnode associated with this mfsnode */
sys/ufs/ufs/inode.h
137
struct ucred *, struct vnode **);
sys/ufs/ufs/inode.h
70
struct vnode *i_vnode;/* Vnode associated with this inode. */
sys/ufs/ufs/quota.h
126
struct vnode;
sys/ufs/ufs/ufs_bmap.c
227
ufs_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump)
sys/ufs/ufs/ufs_bmap.c
90
ufs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap,
sys/ufs/ufs/ufs_bmap.c
97
struct vnode *devvp;
sys/ufs/ufs/ufs_dirhash.c
108
struct vnode *vp;
sys/ufs/ufs/ufs_dirhash.c
315
struct vnode *vp;
sys/ufs/ufs/ufs_extern.h
100
struct vnode *ufs_ihashget(dev_t, ufsino_t);
sys/ufs/ufs/ufs_extern.h
106
int ufs_reclaim(struct vnode *);
sys/ufs/ufs/ufs_extern.h
110
int ufs_dirbadentry(struct vnode *, struct direct *, int);
sys/ufs/ufs/ufs_extern.h
113
int ufs_direnter(struct vnode *, struct vnode *, struct direct *,
sys/ufs/ufs/ufs_extern.h
115
int ufs_dirremove(struct vnode *, struct inode *, int, int);
sys/ufs/ufs/ufs_extern.h
123
int ufs_root(struct mount *, struct vnode **);
sys/ufs/ufs/ufs_extern.h
125
int ufs_fhtovp(struct mount *, struct ufid *, struct vnode **);
sys/ufs/ufs/ufs_extern.h
130
void ufs_itimes(struct vnode *);
sys/ufs/ufs/ufs_extern.h
131
int ufs_makeinode(int, struct vnode *, struct vnode **,
sys/ufs/ufs/ufs_extern.h
54
struct vnode;
sys/ufs/ufs/ufs_extern.h
94
int ufs_bmaparray(struct vnode *, daddr_t, daddr_t *, struct indir *,
sys/ufs/ufs/ufs_extern.h
96
int ufs_getlbns(struct vnode *, daddr_t, struct indir *, int *);
sys/ufs/ufs/ufs_ihash.c
85
struct vnode *
sys/ufs/ufs/ufs_ihash.c
90
struct vnode *vp;
sys/ufs/ufs/ufs_inode.c
114
ufs_reclaim(struct vnode *vp)
sys/ufs/ufs/ufs_inode.c
63
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_lookup.c
1020
struct vnode *nextvp, *vp;
sys/ufs/ufs/ufs_lookup.c
104
struct vnode *vdp; /* vnode for directory being searched */
sys/ufs/ufs/ufs_lookup.c
117
struct vnode *pdp; /* saved dp during symlink work */
sys/ufs/ufs/ufs_lookup.c
118
struct vnode *tdp; /* returned by VFS_VGET */
sys/ufs/ufs/ufs_lookup.c
124
struct vnode **vpp = ap->a_vpp;
sys/ufs/ufs/ufs_lookup.c
612
ufs_dirbadentry(struct vnode *vdp, struct direct *ep, int entryoffsetinblock)
sys/ufs/ufs/ufs_lookup.c
674
ufs_direnter(struct vnode *dvp, struct vnode *tvp, struct direct *dirp,
sys/ufs/ufs/ufs_lookup.c
871
ufs_dirremove(struct vnode *dvp, struct inode *ip, int flags, int isrmdir)
sys/ufs/ufs/ufs_lookup.c
936
struct vnode *vdp = ITOV(dp);
sys/ufs/ufs/ufs_quota.c
1022
struct vnode *vp = ITOV(ip);
sys/ufs/ufs/ufs_quota.c
106
void dqrele(struct vnode *, struct dquot *);
sys/ufs/ufs/ufs_quota.c
107
int dqsync(struct vnode *, struct dquot *);
sys/ufs/ufs/ufs_quota.c
121
int dqget(struct vnode *, u_long, struct ufsmount *, int,
sys/ufs/ufs/ufs_quota.c
124
int quotaon_vnode(struct vnode *, void *);
sys/ufs/ufs/ufs_quota.c
125
int quotaoff_vnode(struct vnode *, void *);
sys/ufs/ufs/ufs_quota.c
126
int qsync_vnode(struct vnode *, void *);
sys/ufs/ufs/ufs_quota.c
154
struct vnode *vp = ITOV(ip);
sys/ufs/ufs/ufs_quota.c
438
struct vnode *vp = ITOV(ip);
sys/ufs/ufs/ufs_quota.c
460
quotaon_vnode(struct vnode *vp, void *arg)
sys/ufs/ufs/ufs_quota.c
484
struct vnode *vp, **vpp;
sys/ufs/ufs/ufs_quota.c
558
quotaoff_vnode(struct vnode *vp, void *arg)
sys/ufs/ufs/ufs_quota.c
583
struct vnode *qvp;
sys/ufs/ufs/ufs_quota.c
71
struct vnode *dq_vp; /* file backing this quota */
sys/ufs/ufs/ufs_quota.c
756
qsync_vnode(struct vnode *vp, void *arg)
sys/ufs/ufs/ufs_quota.c
832
dqget(struct vnode *vp, u_long id, struct ufsmount *ump, int type,
sys/ufs/ufs/ufs_quota.c
838
struct vnode *dqvp;
sys/ufs/ufs/ufs_quota.c
953
dqrele(struct vnode *vp, struct dquot *dq)
sys/ufs/ufs/ufs_quota.c
973
dqsync(struct vnode *vp, struct dquot *dq)
sys/ufs/ufs/ufs_quota.c
975
struct vnode *dqvp;
sys/ufs/ufs/ufs_vfsops.c
129
ufs_fhtovp(struct mount *mp, struct ufid *ufhp, struct vnode **vpp)
sys/ufs/ufs/ufs_vfsops.c
132
struct vnode *nvp;
sys/ufs/ufs/ufs_vfsops.c
70
ufs_root(struct mount *mp, struct vnode **vpp)
sys/ufs/ufs/ufs_vfsops.c
72
struct vnode *nvp;
sys/ufs/ufs/ufs_vnops.c
1086
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
1090
struct vnode *tvp;
sys/ufs/ufs/ufs_vnops.c
1212
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1213
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
1289
struct vnode *vp, **vpp = ap->a_vpp;
sys/ufs/ufs/ufs_vnops.c
1429
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1446
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1458
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1484
struct vnode *vp = bp->b_vp;
sys/ufs/ufs/ufs_vnops.c
1527
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1586
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
162
struct vnode **vpp = ap->a_vpp;
sys/ufs/ufs/ufs_vnops.c
1633
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1715
ufs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp,
sys/ufs/ufs/ufs_vnops.c
1720
struct vnode *tvp;
sys/ufs/ufs/ufs_vnops.c
1816
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1843
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/ufs/ufs/ufs_vnops.c
1851
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/ufs/ufs/ufs_vnops.c
225
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
236
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
288
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
334
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
456
ufs_chmod(struct vnode *vp, int mode, struct ucred *cred)
sys/ufs/ufs/ufs_vnops.c
484
ufs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred)
sys/ufs/ufs/ufs_vnops.c
584
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
585
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
608
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
609
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
685
struct vnode *tvp = ap->a_tvp;
sys/ufs/ufs/ufs_vnops.c
686
struct vnode *tdvp = ap->a_tdvp;
sys/ufs/ufs/ufs_vnops.c
687
struct vnode *fvp = ap->a_fvp;
sys/ufs/ufs/ufs_vnops.c
688
struct vnode *fdvp = ap->a_fdvp;
sys/ufs/ufs/ufs_vnops.c
74
int ufs_chmod(struct vnode *, int, struct ucred *);
sys/ufs/ufs/ufs_vnops.c
75
int ufs_chown(struct vnode *, uid_t, gid_t, struct ucred *);
sys/ufs/ufs/ufs_vnops.c
93
ufs_itimes(struct vnode *vp)
sys/ufs/ufs/ufsmount.h
41
struct vnode;
sys/ufs/ufs/ufsmount.h
48
struct vnode *um_devvp; /* block device mounted vnode */
sys/ufs/ufs/ufsmount.h
59
struct vnode *um_quotas[MAXQUOTAS]; /* pointer to quota files */
sys/uvm/uvm_mmap.c
1044
vm_prot_t maxprot, int flags, struct vnode *vp, voff_t foff,
sys/uvm/uvm_mmap.c
228
struct vnode *vp;
sys/uvm/uvm_mmap.c
302
vp = (struct vnode *)fp->f_data; /* convert to vnode */
sys/uvm/uvm_mmap.c
86
struct vnode *, voff_t, vsize_t, struct proc *);
sys/uvm/uvm_object.h
103
((struct vnode *)uobj)->v_flag & VTEXT)
sys/uvm/uvm_swap.c
1145
struct vnode *vp;
sys/uvm/uvm_swap.c
145
struct vnode *swd_vp; /* backing vnode */
sys/uvm/uvm_swap.c
1934
struct vnode *vp;
sys/uvm/uvm_swap.c
227
struct swapdev *swaplist_find(struct vnode *, int);
sys/uvm/uvm_swap.c
495
swaplist_find(struct vnode *vp, boolean_t remove)
sys/uvm/uvm_swap.c
601
struct vnode *vp;
sys/uvm/uvm_swap.c
839
struct vnode *vp;
sys/uvm/uvm_vnode.c
1130
struct vnode *vn;
sys/uvm/uvm_vnode.c
1328
uvm_vnp_uncache(struct vnode *vp)
sys/uvm/uvm_vnode.c
136
uvn_attach(struct vnode *vp, vm_prot_t accessprot)
sys/uvm/uvm_vnode.c
1408
uvm_vnp_setsize(struct vnode *vp, off_t newsize)
sys/uvm/uvm_vnode.c
1448
struct vnode *vp;
sys/uvm/uvm_vnode.c
289
struct vnode *vp;
sys/uvm/uvm_vnode.c
404
uvm_vnp_terminate(struct vnode *vp)
sys/uvm/uvm_vnode.h
47
struct vnode;
sys/uvm/uvm_vnode.h
60
struct vnode *u_vnode; /* [I] pointer back to vnode */
sys/uvm/uvm_vnode.h
96
struct uvm_object *uvn_attach(struct vnode *, vm_prot_t);
sys/uvm/uvm_vnode.h
97
void uvm_vnp_terminate(struct vnode *);
usr.sbin/procmap/procmap.c
135
struct vnode vnode;
usr.sbin/procmap/procmap.c
672
S(vp) = sizeof(struct vnode);
usr.sbin/procmap/procmap.c
685
if (P(vp) != NULL && D(vp, vnode)->v_mount != NULL) {
usr.sbin/procmap/procmap.c
686
P(vfs) = D(vp, vnode)->v_mount;
usr.sbin/procmap/procmap.c
689
D(vp, vnode)->v_mount = D(vfs, mount);
usr.sbin/procmap/procmap.c
698
P(&data) = D(vp, vnode)->v_data; \
usr.sbin/procmap/procmap.c
706
D(vp, vnode)->v_type == VREG &&
usr.sbin/procmap/procmap.c
707
D(vp, vnode)->v_data != NULL) {
usr.sbin/procmap/procmap.c
708
switch (D(vp, vnode)->v_tag) {
usr.sbin/procmap/procmap.c
91
struct vnode *ce_vp, *ce_pvp;
usr.sbin/procmap/procmap.c
947
S(&svp) = sizeof(struct vnode);
usr.sbin/procmap/procmap.c
948
cid = D(vp, vnode)->v_id;
usr.sbin/procmap/procmap.c
978
return (D(&svp, vnode)->v_flag & VROOT);
usr.sbin/pstat/pstat.c
131
int nfs_print(struct vnode *);
usr.sbin/pstat/pstat.c
138
int ufs_print(struct vnode *);
usr.sbin/pstat/pstat.c
140
int ext2fs_print(struct vnode *);
usr.sbin/pstat/pstat.c
143
void vnode_print(struct vnode *, struct vnode *);
usr.sbin/pstat/pstat.c
364
struct vnode *vp;
usr.sbin/pstat/pstat.c
381
vp = &evp->vnode;
usr.sbin/pstat/pstat.c
447
vnode_print(struct vnode *avnode, struct vnode *vp)
usr.sbin/pstat/pstat.c
520
ufs_print(struct vnode *vp)
usr.sbin/pstat/pstat.c
584
ext2fs_print(struct vnode *vp)
usr.sbin/pstat/pstat.c
635
nfs_print(struct vnode *vp)
usr.sbin/pstat/pstat.c
858
struct vnode *vp, vnode;
usr.sbin/pstat/pstat.c
867
sizeof(struct vnode *) + sizeof(struct vnode))) == NULL)
usr.sbin/pstat/pstat.c
871
(sizeof(struct vnode *) + sizeof(struct vnode));
usr.sbin/pstat/pstat.c
878
vp != NULL; vp = TAILQ_NEXT(&vnode, v_mntvnodes)) {
usr.sbin/pstat/pstat.c
879
KGETRET(vp, &vnode, sizeof(vnode), "vnode");
usr.sbin/pstat/pstat.c
880
if ((bp + sizeof(struct vnode *) +
usr.sbin/pstat/pstat.c
881
sizeof(struct vnode)) > evbuf)
usr.sbin/pstat/pstat.c
884
memmove(bp, &vp, sizeof(struct vnode *));
usr.sbin/pstat/pstat.c
885
bp += sizeof(struct vnode *);
usr.sbin/pstat/pstat.c
886
memmove(bp, &vnode, sizeof(struct vnode));
usr.sbin/pstat/pstat.c
887
bp += sizeof(struct vnode);
usr.sbin/pstat/pstat.c
92
struct vnode *vptr;
usr.sbin/pstat/pstat.c
93
struct vnode vnode;