lib/libprocstat/cd9660.c
66
isofs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
lib/libprocstat/common_kvm.c
114
devfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
lib/libprocstat/common_kvm.c
139
nfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
lib/libprocstat/common_kvm.c
203
getvnodedata(struct vnode *vp)
lib/libprocstat/common_kvm.c
209
getvnodemount(struct vnode *vp)
lib/libprocstat/common_kvm.c
88
ufs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
lib/libprocstat/common_kvm.h
40
int devfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
41
int isofs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
42
int msdosfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
43
int nfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
44
int smbfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
45
int udf_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
46
int ufs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
47
int zfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn);
lib/libprocstat/common_kvm.h
48
void *getvnodedata(struct vnode *vp);
lib/libprocstat/common_kvm.h
49
struct mount *getvnodemount(struct vnode *vp);
lib/libprocstat/libprocstat.c
1273
int (*handler)(kvm_t *kd, struct vnode *vp,
lib/libprocstat/libprocstat.c
1288
struct vnode vnode;
lib/libprocstat/libprocstat.c
1300
error = kvm_read_all(kd, (unsigned long)vp, &vnode, sizeof(vnode));
lib/libprocstat/libprocstat.c
1306
vn->vn_type = vntype2psfsttype(vnode.v_type);
lib/libprocstat/libprocstat.c
1307
if (vnode.v_type == VNON || vnode.v_type == VBAD)
lib/libprocstat/libprocstat.c
1309
error = kvm_read_all(kd, (unsigned long)vnode.v_lock.lock_object.lo_name,
lib/libprocstat/libprocstat.c
1322
if (fstypes[i].handler(kd, &vnode, vn) != 0) {
lib/libprocstat/libprocstat.c
1332
vn->vn_mntdir = getmnton(kd, vnode.v_mount);
lib/libprocstat/libprocstat.c
1333
if (VTYPE_ISDEV(vnode.v_type) && vnode.v_rdev != NULL) {
lib/libprocstat/libprocstat.c
1334
vn->vn_dev = dev2udev(kd, vnode.v_rdev);
lib/libprocstat/libprocstat.c
1335
(void)kdevtoname(kd, vnode.v_rdev, vn->vn_devname);
lib/libprocstat/libprocstat.c
407
static struct vnode *
lib/libprocstat/libprocstat.c
465
struct vnode *vp;
lib/libprocstat/msdosfs.c
73
msdosfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
lib/libprocstat/smbfs.c
52
smbfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
lib/libprocstat/udf.c
56
struct vnode *im_devvp;
lib/libprocstat/udf.c
70
struct vnode *i_vnode;
lib/libprocstat/udf.c
79
udf_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
lib/libprocstat/zfs.c
54
zfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn)
sys/cam/ctl/ctl_backend_block.c
162
struct vnode *vn;
sys/cddl/dev/dtrace/dtrace_test.c
50
typedef struct vnode vnode_t;
sys/compat/lindebugfs/lindebugfs.c
119
struct vnode vn;
sys/compat/linprocfs/linprocfs.c
1217
struct vnode *vp;
sys/compat/linprocfs/linprocfs.c
1310
struct vnode *vp;
sys/compat/linprocfs/linprocfs.c
513
struct vnode *vp;
sys/compat/linprocfs/linprocfs.c
570
struct vnode *vp;
sys/compat/linux/linux_file.c
1028
struct vnode *vp;
sys/compat/linux/linux_file.c
358
struct vnode *vp;
sys/compat/linux/linux_stats.c
111
struct vnode *vp;
sys/compat/linux/linux_stats.c
682
struct vnode *vp;
sys/compat/linux/linux_util.c
215
linux_vn_get_major_minor(const struct vnode *vp, int *major, int *minor)
sys/compat/linux/linux_util.c
233
translate_vnhook_major_minor(struct vnode *vp, struct stat *sb)
sys/compat/linux/linux_util.h
93
int linux_vn_get_major_minor(const struct vnode *vn, int *major, int *minor);
sys/compat/linux/linux_util.h
96
void translate_vnhook_major_minor(struct vnode *vp, struct stat *sb);
sys/compat/linux/linux_xattr.c
348
linux_extattr_get_vp(struct vnode *vp, int attrnamespace, const char *attrname,
sys/compat/linux/linux_xattr.c
416
struct vnode *vp;
sys/compat/linuxkpi/common/include/linux/dcache.h
35
struct vnode *d_inode;
sys/compat/linuxkpi/common/include/linux/dcache.h
39
static inline struct vnode *
sys/compat/linuxkpi/common/include/linux/fs.h
342
static inline struct vnode *
sys/compat/linuxkpi/common/include/linux/fs.h
62
#define inode vnode
sys/compat/linuxkpi/common/include/linux/fs.h
94
struct vnode *f_vnode;
sys/compat/linuxkpi/common/include/linux/seq_file.h
40
#define inode vnode
sys/compat/linuxkpi/common/src/linux_compat.c
1710
struct vnode *vp;
sys/compat/linuxkpi/common/src/linux_compat.c
1774
struct vnode *vp;
sys/compat/linuxkpi/common/src/linux_compat.c
1795
struct vnode *vp;
sys/compat/linuxkpi/common/src/linux_seq_file.c
302
single_release(struct vnode *v, struct linux_file *f)
sys/compat/linuxkpi/common/src/linux_shmemfs.c
67
struct vnode vnode __aligned(sizeof(void *));
sys/compat/linuxkpi/common/src/linux_shmemfs.c
70
struct vnode *vp;
sys/compat/linuxkpi/common/src/linux_shmemfs.c
79
vp = &fileobj->vnode;
sys/dev/hwpmc/hwpmc_mod.c
1946
pmc_getfilename((struct vnode *)pkm->pm_file, &fullpath, &freepath);
sys/dev/hwpmc/hwpmc_mod.c
2059
struct vnode *vp, *last_vp;
sys/dev/hwpmc/hwpmc_mod.c
838
pmc_getfilename(struct vnode *v, char **fullpath, char **freepath)
sys/dev/md/md.c
1416
if (sc->type == MD_VNODE && sc->s_vnode.vnode != NULL) {
sys/dev/md/md.c
1431
vn_lock(sc->s_vnode.vnode, LK_EXCLUSIVE | LK_RETRY);
sys/dev/md/md.c
1432
error = VOP_READ(sc->s_vnode.vnode, &auio, 0, sc->cred);
sys/dev/md/md.c
1433
VOP_UNLOCK(sc->s_vnode.vnode);
sys/dev/md/md.c
1505
sc->s_vnode.vnode = nd.ni_vp;
sys/dev/md/md.c
1509
sc->s_vnode.vnode = NULL;
sys/dev/md/md.c
1561
if (sc->s_vnode.vnode != NULL) {
sys/dev/md/md.c
1562
vn_lock(sc->s_vnode.vnode, LK_EXCLUSIVE | LK_RETRY);
sys/dev/md/md.c
1563
sc->s_vnode.vnode->v_vflag &= ~VV_MD;
sys/dev/md/md.c
1564
VOP_UNLOCK(sc->s_vnode.vnode);
sys/dev/md/md.c
1565
(void)vn_close(sc->s_vnode.vnode,
sys/dev/md/md.c
2190
mp->s_vnode.vnode != NULL)
sys/dev/md/md.c
2222
if (mp->s_vnode.vnode != NULL) {
sys/dev/md/md.c
287
struct vnode *vnode;
sys/dev/md/md.c
901
struct vnode *vp;
sys/dev/md/md.c
909
vp = sc->s_vnode.vnode;
sys/dev/ntsync/linux_ntsync.c
129
struct vnode *vp;
sys/dev/xen/blkback/blkback.c
652
struct vnode *vn;
sys/fs/autofs/autofs.h
139
int flags, struct vnode **vpp);
sys/fs/autofs/autofs.h
76
struct vnode *an_vnode;
sys/fs/autofs/autofs_vfsops.c
180
autofs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/autofs/autofs_vnops.c
135
autofs_trigger_vn(struct vnode *vp, const char *path, int pathlen,
sys/fs/autofs/autofs_vnops.c
136
struct vnode **newvp)
sys/fs/autofs/autofs_vnops.c
200
struct vnode **vpp)
sys/fs/autofs/autofs_vnops.c
209
struct vnode *dvp, *newvp, **vpp;
sys/fs/autofs/autofs_vnops.c
298
struct vnode *vp;
sys/fs/autofs/autofs_vnops.c
332
struct vnode *vp;
sys/fs/autofs/autofs_vnops.c
391
struct vnode *vp, *newvp;
sys/fs/autofs/autofs_vnops.c
514
struct vnode *vp;
sys/fs/autofs/autofs_vnops.c
52
static int autofs_trigger_vn(struct vnode *vp, const char *path,
sys/fs/autofs/autofs_vnops.c
53
int pathlen, struct vnode **newvp);
sys/fs/autofs/autofs_vnops.c
635
struct vnode **vpp)
sys/fs/autofs/autofs_vnops.c
637
struct vnode *vp;
sys/fs/autofs/autofs_vnops.c
72
struct vnode *vp, *newvp;
sys/fs/cd9660/cd9660_lookup.c
101
struct vnode *vdp; /* vnode for directory being searched */
sys/fs/cd9660/cd9660_lookup.c
113
struct vnode *pdp; /* saved dp during symlink work */
sys/fs/cd9660/cd9660_lookup.c
114
struct vnode *tdp; /* returned by cd9660_vget_internal */
sys/fs/cd9660/cd9660_lookup.c
126
struct vnode **vpp = ap->a_vpp;
sys/fs/cd9660/cd9660_lookup.c
426
cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp)
sys/fs/cd9660/cd9660_lookup.c
57
struct vnode **vpp)
sys/fs/cd9660/cd9660_node.c
60
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_node.c
79
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_node.h
100
int cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp);
sys/fs/cd9660/cd9660_node.h
59
struct vnode *i_vnode; /* vnode associated with this inode */
sys/fs/cd9660/cd9660_vfsops.c
132
struct vnode *devvp;
sys/fs/cd9660/cd9660_vfsops.c
206
iso_mountfs(struct vnode *devvp, struct mount *mp)
sys/fs/cd9660/cd9660_vfsops.c
558
cd9660_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/cd9660/cd9660_vfsops.c
605
cd9660_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/cd9660/cd9660_vfsops.c
609
struct vnode *nvp;
sys/fs/cd9660/cd9660_vfsops.c
640
cd9660_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/cd9660/cd9660_vfsops.c
660
cd9660_vfs_hash_cmp(struct vnode *vp, void *pino)
sys/fs/cd9660/cd9660_vfsops.c
672
struct vnode **vpp, int relocated, struct iso_directory_record *isodir)
sys/fs/cd9660/cd9660_vfsops.c
677
struct vnode *vp;
sys/fs/cd9660/cd9660_vfsops.c
88
static int cd9660_vfs_hash_cmp(struct vnode *vp, void *pino);
sys/fs/cd9660/cd9660_vfsops.c
89
static int iso_mountfs(struct vnode *devvp, struct mount *mp);
sys/fs/cd9660/cd9660_vnops.c
120
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
162
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
176
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
236
struct vnode *vp;
sys/fs/cd9660/cd9660_vnops.c
273
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
434
struct vnode *vdp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
710
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
800
cd9660_gbp_getblkno(struct vnode *vp, vm_ooffset_t off)
sys/fs/cd9660/cd9660_vnops.c
807
cd9660_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *sz)
sys/fs/cd9660/cd9660_vnops.c
819
struct vnode *vp;
sys/fs/cd9660/cd9660_vnops.c
84
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/iso.h
226
struct vnode *im_devvp;
sys/fs/cd9660/iso.h
274
int cd9660_vget_internal(struct mount *, ino_t , int, struct vnode **, int,
sys/fs/devfs/devfs.h
152
struct vnode *de_vnode;
sys/fs/devfs/devfs.h
193
struct vnode **);
sys/fs/devfs/devfs.h
209
void devfs_ctty_ref(struct vnode *);
sys/fs/devfs/devfs.h
210
void devfs_ctty_unref(struct vnode *);
sys/fs/devfs/devfs.h
211
int devfs_usecount(struct vnode *);
sys/fs/devfs/devfs_devs.c
319
struct vnode *vp;
sys/fs/devfs/devfs_devs.c
381
struct vnode *vp;
sys/fs/devfs/devfs_vfsops.c
205
devfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/devfs/devfs_vfsops.c
208
struct vnode *vp;
sys/fs/devfs/devfs_vfsops.c
70
struct vnode *rvp;
sys/fs/devfs/devfs_vnops.c
1058
struct vnode *dvp, **vpp;
sys/fs/devfs/devfs_vnops.c
1236
struct vnode *dvp, **vpp;
sys/fs/devfs/devfs_vnops.c
1284
struct vnode *vp = ap->a_vp;
sys/fs/devfs/devfs_vnops.c
1572
devfs_reclaiml(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
1588
struct vnode *vp;
sys/fs/devfs/devfs_vnops.c
1600
struct vnode *vp;
sys/fs/devfs/devfs_vnops.c
1624
struct vnode *dvp = ap->a_dvp;
sys/fs/devfs/devfs_vnops.c
1625
struct vnode *vp = ap->a_vp;
sys/fs/devfs/devfs_vnops.c
1669
struct vnode *vp = ap->a_vp, *vp2;
sys/fs/devfs/devfs_vnops.c
1741
struct vnode *vp;
sys/fs/devfs/devfs_vnops.c
1780
struct vnode *vp;
sys/fs/devfs/devfs_vnops.c
1875
struct vnode *vp;
sys/fs/devfs/devfs_vnops.c
2000
struct vnode *vp;
sys/fs/devfs/devfs_vnops.c
250
devfs_usecount_add(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
274
devfs_usecount_subl(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
308
devfs_usecount_sub(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
319
devfs_usecountl(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
329
devfs_usecount(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
343
devfs_ctty_ref(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
351
devfs_ctty_unref(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
362
devfs_populate_vp(struct vnode *vp)
sys/fs/devfs/devfs_vnops.c
415
struct vnode *vp = ap->a_vp;
sys/fs/devfs/devfs_vnops.c
416
struct vnode **dvp = ap->a_vpp;
sys/fs/devfs/devfs_vnops.c
544
struct vnode **vpp)
sys/fs/devfs/devfs_vnops.c
547
struct vnode *vp;
sys/fs/devfs/devfs_vnops.c
661
struct vnode *vp = ap->a_vp;
sys/fs/devfs/devfs_vnops.c
695
struct vnode *vp = ap->a_vp, *oldvp;
sys/fs/devfs/devfs_vnops.c
814
struct vnode *vp = ap->a_vp;
sys/fs/devfs/devfs_vnops.c
927
struct vnode *vpold, *vp;
sys/fs/ext2fs/ext2_alloc.c
1464
ext2_vfree(struct vnode *pvp, ino_t ino, int mode)
sys/fs/ext2fs/ext2_alloc.c
204
struct vnode *vp;
sys/fs/ext2fs/ext2_alloc.c
379
ext2_valloc(struct vnode *pvp, int mode, struct ucred *cred, struct vnode **vpp)
sys/fs/ext2fs/ext2_alloc.c
386
struct vnode *vp;
sys/fs/ext2fs/ext2_balloc.c
104
struct vnode *vp = ITOV(ip);
sys/fs/ext2fs/ext2_balloc.c
61
struct vnode *vp = ITOV(ip);
sys/fs/ext2fs/ext2_bmap.c
155
readindir(struct vnode *vp, e2fs_lbn_t lbn, e2fs_daddr_t daddr, struct buf **bpp)
sys/fs/ext2fs/ext2_bmap.c
210
ext2_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, int *runp, int *runb)
sys/fs/ext2fs/ext2_bmap.c
327
ext2_bmap_seekdata(struct vnode *vp, off_t *offp)
sys/fs/ext2fs/ext2_bmap.c
426
ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump)
sys/fs/ext2fs/ext2_bmap.c
91
ext4_bmapext(struct vnode *vp, int32_t bn, int64_t *bnp, int *runp, int *runb)
sys/fs/ext2fs/ext2_extern.h
49
struct vnode;
sys/fs/ext2fs/ext2_extern.h
51
int ext2_add_entry(struct vnode *, struct ext2fs_direct_2 *);
sys/fs/ext2fs/ext2_extern.h
57
int ext2_blkatoff(struct vnode *, off_t, char **, struct buf **);
sys/fs/ext2fs/ext2_extern.h
62
int ext2_bmaparray(struct vnode *, daddr_t, daddr_t *, int *, int *);
sys/fs/ext2fs/ext2_extern.h
63
int ext4_bmapext(struct vnode *, int32_t, int64_t *, int *, int *);
sys/fs/ext2fs/ext2_extern.h
64
int ext2_bmap_seekdata(struct vnode *, off_t *);
sys/fs/ext2fs/ext2_extern.h
68
int ext2_getlbns(struct vnode *, daddr_t, struct indir *, int *);
sys/fs/ext2fs/ext2_extern.h
70
void ext2_itimes(struct vnode *vp);
sys/fs/ext2fs/ext2_extern.h
73
int ext2_truncate(struct vnode *, off_t, int, struct ucred *, struct thread *);
sys/fs/ext2fs/ext2_extern.h
74
int ext2_update(struct vnode *, int);
sys/fs/ext2fs/ext2_extern.h
75
int ext2_valloc(struct vnode *, int, struct ucred *, struct vnode **);
sys/fs/ext2fs/ext2_extern.h
76
int ext2_vfree(struct vnode *, ino_t, int);
sys/fs/ext2fs/ext2_extern.h
77
int ext2_vinit(struct mount *, struct vop_vector *, struct vnode **vpp);
sys/fs/ext2fs/ext2_extern.h
84
struct vnode *, struct componentname *);
sys/fs/ext2fs/ext2_extern.h
85
int ext2_dirremove(struct vnode *, struct componentname *);
sys/fs/ext2fs/ext2_extern.h
93
int ext2_htree_add_entry(struct vnode *, struct ext2fs_direct_2 *,
sys/fs/ext2fs/ext2_extern.h
95
int ext2_htree_create_index(struct vnode *, struct componentname *,
sys/fs/ext2fs/ext2_htree.c
115
struct vnode *vp = ITOV(ip);
sys/fs/ext2fs/ext2_htree.c
260
struct vnode *vp;
sys/fs/ext2fs/ext2_htree.c
356
struct vnode *vp;
sys/fs/ext2fs/ext2_htree.c
420
ext2_htree_append_block(struct vnode *vp, char *data,
sys/fs/ext2fs/ext2_htree.c
666
ext2_htree_create_index(struct vnode *vp, struct componentname *cnp,
sys/fs/ext2fs/ext2_htree.c
67
static int ext2_htree_append_block(struct vnode *vp, char *data,
sys/fs/ext2fs/ext2_htree.c
777
ext2_htree_add_entry(struct vnode *dvp, struct ext2fs_direct_2 *entry,
sys/fs/ext2fs/ext2_inode.c
125
struct vnode *vp;
sys/fs/ext2fs/ext2_inode.c
225
ext2_ind_truncate(struct vnode *vp, off_t length, int flags, struct ucred *cred,
sys/fs/ext2fs/ext2_inode.c
228
struct vnode *ovp = vp;
sys/fs/ext2fs/ext2_inode.c
465
ext2_ext_truncate(struct vnode *vp, off_t length, int flags,
sys/fs/ext2fs/ext2_inode.c
468
struct vnode *ovp = vp;
sys/fs/ext2fs/ext2_inode.c
555
ext2_truncate(struct vnode *vp, off_t length, int flags, struct ucred *cred,
sys/fs/ext2fs/ext2_inode.c
598
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_inode.c
636
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_inode.c
70
ext2_update(struct vnode *vp, int waitfor)
sys/fs/ext2fs/ext2_lookup.c
1075
ext2_dirremove(struct vnode *dvp, struct componentname *cnp)
sys/fs/ext2fs/ext2_lookup.c
1130
struct vnode *vdp = ITOV(dp);
sys/fs/ext2fs/ext2_lookup.c
1211
struct vnode *vp;
sys/fs/ext2fs/ext2_lookup.c
122
static int ext2_check_direntry(struct vnode *dp,
sys/fs/ext2fs/ext2_lookup.c
125
static int ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp,
sys/fs/ext2fs/ext2_lookup.c
143
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_lookup.c
315
ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp,
sys/fs/ext2fs/ext2_lookup.c
328
struct vnode *pdp; /* saved dp during symlink work */
sys/fs/ext2fs/ext2_lookup.c
329
struct vnode *tdp; /* returned by VFS_VGET */
sys/fs/ext2fs/ext2_lookup.c
712
struct vnode *vdp;
sys/fs/ext2fs/ext2_lookup.c
815
ext2_check_direntry(struct vnode *dp, struct ext2fs_direct_2 *de,
sys/fs/ext2fs/ext2_lookup.c
851
ext2_add_first_entry(struct vnode *dvp, struct ext2fs_direct_2 *entry,
sys/fs/ext2fs/ext2_lookup.c
914
ext2_direnter(struct inode *ip, struct vnode *dvp, struct componentname *cnp)
sys/fs/ext2fs/ext2_lookup.c
974
ext2_add_entry(struct vnode *dvp, struct ext2fs_direct_2 *entry)
sys/fs/ext2fs/ext2_mount.h
41
struct vnode;
sys/fs/ext2fs/ext2_mount.h
47
struct vnode *um_devvp; /* block device mounted vnode */
sys/fs/ext2fs/ext2_subr.c
64
ext2_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp)
sys/fs/ext2fs/ext2_vfsops.c
108
static int ext2_compute_sb_data(struct vnode * devvp,
sys/fs/ext2fs/ext2_vfsops.c
1122
struct vnode *mvp, *vp;
sys/fs/ext2fs/ext2_vfsops.c
1194
ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/ext2fs/ext2_vfsops.c
1200
struct vnode *vp;
sys/fs/ext2fs/ext2_vfsops.c
124
struct vnode *devvp;
sys/fs/ext2fs/ext2_vfsops.c
1321
ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/ext2fs/ext2_vfsops.c
1325
struct vnode *nvp;
sys/fs/ext2fs/ext2_vfsops.c
1438
ext2_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/ext2fs/ext2_vfsops.c
1440
struct vnode *nvp;
sys/fs/ext2fs/ext2_vfsops.c
456
ext2_compute_sb_data(struct vnode *devvp, struct ext2fs *es,
sys/fs/ext2fs/ext2_vfsops.c
736
struct vnode *vp, *mvp, *devvp;
sys/fs/ext2fs/ext2_vfsops.c
79
static int ext2_mountfs(struct vnode *, struct mount *);
sys/fs/ext2fs/ext2_vfsops.c
832
ext2_mountfs(struct vnode *devvp, struct mount *mp)
sys/fs/ext2fs/ext2_vnops.c
101
static int ext2_makeinode(int mode, struct vnode *, struct vnode **, struct componentname *);
sys/fs/ext2fs/ext2_vnops.c
102
static void ext2_itimes_locked(struct vnode *);
sys/fs/ext2fs/ext2_vnops.c
105
static int ext2_chmod(struct vnode *, int, struct ucred *, struct thread *);
sys/fs/ext2fs/ext2_vnops.c
106
static int ext2_chown(struct vnode *, uid_t, gid_t, struct ucred *,
sys/fs/ext2fs/ext2_vnops.c
1153
ext2_do_posix1e_acl_inheritance_dir(struct vnode *dvp, struct vnode *tvp,
sys/fs/ext2fs/ext2_vnops.c
1224
ext2_do_posix1e_acl_inheritance_file(struct vnode *dvp, struct vnode *tvp,
sys/fs/ext2fs/ext2_vnops.c
1305
struct vnode *dvp = ap->a_dvp;
sys/fs/ext2fs/ext2_vnops.c
1309
struct vnode *tvp;
sys/fs/ext2fs/ext2_vnops.c
1456
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
1457
struct vnode *dvp = ap->a_dvp;
sys/fs/ext2fs/ext2_vnops.c
1516
struct vnode *vp, **vpp = ap->a_vpp;
sys/fs/ext2fs/ext2_vnops.c
1546
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
1569
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
1608
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
1626
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
1908
ext2_vinit(struct mount *mntp, struct vop_vector *fifoops, struct vnode **vpp)
sys/fs/ext2fs/ext2_vnops.c
1911
struct vnode *vp;
sys/fs/ext2fs/ext2_vnops.c
1935
ext2_makeinode(int mode, struct vnode *dvp, struct vnode **vpp,
sys/fs/ext2fs/ext2_vnops.c
1939
struct vnode *tvp;
sys/fs/ext2fs/ext2_vnops.c
2027
struct vnode *vp;
sys/fs/ext2fs/ext2_vnops.c
2137
struct vnode *vp;
sys/fs/ext2fs/ext2_vnops.c
215
ext2_itimes_locked(struct vnode *vp)
sys/fs/ext2fs/ext2_vnops.c
2167
struct vnode *vp;
sys/fs/ext2fs/ext2_vnops.c
249
ext2_itimes(struct vnode *vp)
sys/fs/ext2fs/ext2_vnops.c
302
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
314
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
349
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
391
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
522
ext2_chmod(struct vnode *vp, int mode, struct ucred *cred, struct thread *td)
sys/fs/ext2fs/ext2_vnops.c
559
ext2_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred,
sys/fs/ext2fs/ext2_vnops.c
636
struct vnode **vpp = ap->a_vpp;
sys/fs/ext2fs/ext2_vnops.c
677
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
678
struct vnode *dvp = ap->a_dvp;
sys/fs/ext2fs/ext2_vnops.c
702
struct vnode *vp = ap->a_vp;
sys/fs/ext2fs/ext2_vnops.c
703
struct vnode *tdvp = ap->a_tdvp;
sys/fs/ext2fs/ext2_vnops.c
784
struct vnode *tvp = ap->a_tvp;
sys/fs/ext2fs/ext2_vnops.c
785
struct vnode *tdvp = ap->a_tdvp;
sys/fs/ext2fs/ext2_vnops.c
786
struct vnode *fvp = ap->a_fvp;
sys/fs/ext2fs/ext2_vnops.c
787
struct vnode *fdvp = ap->a_fdvp;
sys/fs/ext2fs/inode.h
74
struct vnode *i_vnode;/* Vnode associated with this inode. */
sys/fs/fdescfs/fdesc.h
45
struct vnode *f_root; /* Root node */
sys/fs/fdescfs/fdesc.h
59
struct vnode *fd_vnode; /* Back ptr to vnode */
sys/fs/fdescfs/fdesc.h
72
struct vnode **);
sys/fs/fdescfs/fdesc_vfsops.c
168
fdesc_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/fdescfs/fdesc_vfsops.c
170
struct vnode *vp;
sys/fs/fdescfs/fdesc_vfsops.c
80
struct vnode *rvp;
sys/fs/fdescfs/fdesc_vnops.c
140
struct vnode **vpp)
sys/fs/fdescfs/fdesc_vnops.c
145
struct vnode *vp, *vp2;
sys/fs/fdescfs/fdesc_vnops.c
255
struct vnode **rvp)
sys/fs/fdescfs/fdesc_vnops.c
259
struct vnode *vp;
sys/fs/fdescfs/fdesc_vnops.c
284
struct vnode **vpp = ap->a_vpp;
sys/fs/fdescfs/fdesc_vnops.c
285
struct vnode *dvp = ap->a_dvp;
sys/fs/fdescfs/fdesc_vnops.c
294
struct vnode *fvp;
sys/fs/fdescfs/fdesc_vnops.c
383
struct vnode *vp = ap->a_vp;
sys/fs/fdescfs/fdesc_vnops.c
403
struct vnode *vp = ap->a_vp;
sys/fs/fdescfs/fdesc_vnops.c
432
struct vnode *vp = ap->a_vp;
sys/fs/fdescfs/fdesc_vnops.c
479
struct vnode *vp;
sys/fs/fdescfs/fdesc_vnops.c
616
struct vnode *vp;
sys/fs/fdescfs/fdesc_vnops.c
630
struct vnode *vp, *vn;
sys/fs/fifofs/fifo_vnops.c
107
fifo_cleanup(struct vnode *vp)
sys/fs/fifofs/fifo_vnops.c
128
struct vnode *vp;
sys/fs/fifofs/fifo_vnops.c
263
struct vnode *vp;
sys/fs/fifofs/fifo_vnops.c
318
fifo_printinfo(struct vnode *vp)
sys/fs/fuse/fuse_file.c
121
fuse_filehandle_open(struct vnode *vp, int a_mode,
sys/fs/fuse/fuse_file.c
187
fuse_filehandle_close(struct vnode *vp, struct fuse_filehandle *fufh,
sys/fs/fuse/fuse_file.c
239
fuse_filehandle_validrw(struct vnode *vp, int mode,
sys/fs/fuse/fuse_file.c
274
fuse_filehandle_get(struct vnode *vp, int fflag,
sys/fs/fuse/fuse_file.c
312
fuse_filehandle_get_anyflags(struct vnode *vp,
sys/fs/fuse/fuse_file.c
342
fuse_filehandle_getrw(struct vnode *vp, int fflag,
sys/fs/fuse/fuse_file.c
354
fuse_filehandle_init(struct vnode *vp, fufh_type_t fufh_type,
sys/fs/fuse/fuse_file.h
198
bool fuse_filehandle_validrw(struct vnode *vp, int mode,
sys/fs/fuse/fuse_file.h
200
int fuse_filehandle_get(struct vnode *vp, int fflag,
sys/fs/fuse/fuse_file.h
203
int fuse_filehandle_get_anyflags(struct vnode *vp,
sys/fs/fuse/fuse_file.h
206
int fuse_filehandle_getrw(struct vnode *vp, int fflag,
sys/fs/fuse/fuse_file.h
210
void fuse_filehandle_init(struct vnode *vp, fufh_type_t fufh_type,
sys/fs/fuse/fuse_file.h
214
int fuse_filehandle_open(struct vnode *vp, int mode,
sys/fs/fuse/fuse_file.h
217
int fuse_filehandle_close(struct vnode *vp, struct fuse_filehandle *fufh,
sys/fs/fuse/fuse_internal.c
1137
int fuse_internal_setattr(struct vnode *vp, struct vattr *vap,
sys/fs/fuse/fuse_internal.c
124
struct vnode **vpp)
sys/fs/fuse/fuse_internal.c
1262
fuse_internal_clear_suid_on_write(struct vnode *vp, struct ucred *cred,
sys/fs/fuse/fuse_internal.c
161
fuse_internal_access(struct vnode *vp,
sys/fs/fuse/fuse_internal.c
252
fuse_internal_cache_attrs(struct vnode *vp, struct fuse_attr *attr,
sys/fs/fuse/fuse_internal.c
367
fuse_internal_fsync(struct vnode *vp,
sys/fs/fuse/fuse_internal.c
435
struct vnode *dvp, *vp;
sys/fs/fuse/fuse_internal.c
494
struct vnode *vp;
sys/fs/fuse/fuse_internal.c
528
fuse_internal_mknod(struct vnode *dvp, struct vnode **vpp,
sys/fs/fuse/fuse_internal.c
553
fuse_internal_readdir(struct vnode *vp,
sys/fs/fuse/fuse_internal.c
690
fuse_internal_remove(struct vnode *dvp,
sys/fs/fuse/fuse_internal.c
691
struct vnode *vp,
sys/fs/fuse/fuse_internal.c
744
fuse_internal_rename(struct vnode *fdvp,
sys/fs/fuse/fuse_internal.c
746
struct vnode *tdvp,
sys/fs/fuse/fuse_internal.c
793
fuse_internal_newentry_core(struct vnode *dvp,
sys/fs/fuse/fuse_internal.c
794
struct vnode **vpp,
sys/fs/fuse/fuse_internal.c
831
fuse_internal_newentry(struct vnode *dvp,
sys/fs/fuse/fuse_internal.c
832
struct vnode **vpp,
sys/fs/fuse/fuse_internal.c
891
fuse_internal_do_getattr(struct vnode *vp, struct vattr *vap,
sys/fs/fuse/fuse_internal.c
951
fuse_internal_getattr(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/fs/fuse/fuse_internal.c
968
fuse_internal_vnode_disappear(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
104
vnode_isreg(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
110
vnode_isdir(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
116
vnode_islnk(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
142
fuse_isdeadfs(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
150
fuse_iosize(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
202
fuse_internal_get_cached_vnode(struct mount*, ino_t, int, struct vnode**);
sys/fs/fuse/fuse_internal.h
219
int fuse_internal_access(struct vnode *vp, accmode_t mode,
sys/fs/fuse/fuse_internal.h
223
void fuse_internal_cache_attrs(struct vnode *vp, struct fuse_attr *attr,
sys/fs/fuse/fuse_internal.h
229
int fuse_internal_fsync(struct vnode *vp, struct thread *td, int waitfor,
sys/fs/fuse/fuse_internal.h
234
int fuse_internal_do_getattr(struct vnode *vp, struct vattr *vap,
sys/fs/fuse/fuse_internal.h
236
int fuse_internal_getattr(struct vnode *vp, struct vattr *vap,
sys/fs/fuse/fuse_internal.h
244
int fuse_internal_mknod(struct vnode *dvp, struct vnode **vpp,
sys/fs/fuse/fuse_internal.h
251
int fuse_internal_readdir(struct vnode *vp, struct uio *uio,
sys/fs/fuse/fuse_internal.h
260
int fuse_internal_remove(struct vnode *dvp, struct vnode *vp,
sys/fs/fuse/fuse_internal.h
265
int fuse_internal_rename(struct vnode *fdvp, struct componentname *fcnp,
sys/fs/fuse/fuse_internal.h
266
struct vnode *tdvp, struct componentname *tcnp);
sys/fs/fuse/fuse_internal.h
270
void fuse_internal_vnode_disappear(struct vnode *vp);
sys/fs/fuse/fuse_internal.h
273
int fuse_internal_setattr(struct vnode *vp, struct vattr *va,
sys/fs/fuse/fuse_internal.h
277
void fuse_internal_clear_suid_on_write(struct vnode *vp, struct ucred *cred,
sys/fs/fuse/fuse_internal.h
302
int fuse_internal_newentry(struct vnode *dvp, struct vnode **vpp,
sys/fs/fuse/fuse_internal.h
310
int fuse_internal_newentry_core(struct vnode *dvp, struct vnode **vpp,
sys/fs/fuse/fuse_internal.h
86
vnode_mount(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
92
vnode_vtype(struct vnode *vp)
sys/fs/fuse/fuse_internal.h
98
vnode_isvroot(struct vnode *vp)
sys/fs/fuse/fuse_io.c
126
fuse_read_biobackend(struct vnode *vp, struct uio *uio, int ioflag,
sys/fs/fuse/fuse_io.c
232
fuse_read_directbackend(struct vnode *vp, struct uio *uio,
sys/fs/fuse/fuse_io.c
294
fuse_write_directbackend(struct vnode *vp, struct uio *uio,
sys/fs/fuse/fuse_io.c
476
fuse_write_biobackend(struct vnode *vp, struct uio *uio,
sys/fs/fuse/fuse_io.c
744
fuse_io_strategy(struct vnode *vp, struct buf *bp)
sys/fs/fuse/fuse_io.c
925
fuse_io_flushbuf(struct vnode *vp, int waitfor, struct thread *td)
sys/fs/fuse/fuse_io.c
933
fuse_io_invalbuf(struct vnode *vp, struct thread *td)
sys/fs/fuse/fuse_io.h
66
int fuse_io_strategy(struct vnode *vp, struct buf *bp);
sys/fs/fuse/fuse_io.h
67
int fuse_io_flushbuf(struct vnode *vp, int waitfor, struct thread *td);
sys/fs/fuse/fuse_io.h
68
int fuse_io_invalbuf(struct vnode *vp, struct thread *td);
sys/fs/fuse/fuse_io.h
69
int fuse_read_directbackend(struct vnode *vp, struct uio *uio,
sys/fs/fuse/fuse_io.h
71
int fuse_read_biobackend(struct vnode *vp, struct uio *uio, int ioflag,
sys/fs/fuse/fuse_io.h
73
int fuse_write_directbackend(struct vnode *vp, struct uio *uio,
sys/fs/fuse/fuse_io.h
76
int fuse_write_biobackend(struct vnode *vp, struct uio *uio,
sys/fs/fuse/fuse_ipc.c
949
struct vnode *vp, struct thread *td, struct ucred *cred)
sys/fs/fuse/fuse_ipc.c
962
struct vnode *vp, struct thread *td, struct ucred *cred)
sys/fs/fuse/fuse_ipc.h
178
struct vnode *vroot;
sys/fs/fuse/fuse_ipc.h
449
struct vnode *vp, struct thread *td, struct ucred *cred);
sys/fs/fuse/fuse_ipc.h
452
struct vnode *vp, struct thread *td, struct ucred *cred);
sys/fs/fuse/fuse_ipc.h
458
struct vnode *vp, struct thread *td, struct ucred *cred)
sys/fs/fuse/fuse_node.c
154
fuse_vnode_init(struct vnode *vp, struct fuse_vnode_data *fvdat,
sys/fs/fuse/fuse_node.c
181
fuse_vnode_destroy(struct vnode *vp)
sys/fs/fuse/fuse_node.c
195
fuse_vnode_cmp(struct vnode *vp, void *nidp)
sys/fs/fuse/fuse_node.c
207
struct vnode **vpp)
sys/fs/fuse/fuse_node.c
211
struct vnode *vp2;
sys/fs/fuse/fuse_node.c
297
struct vnode *dvp,
sys/fs/fuse/fuse_node.c
298
struct vnode **vpp,
sys/fs/fuse/fuse_node.c
376
fuse_vnode_open(struct vnode *vp, int32_t fuse_open_flags, struct thread *td)
sys/fs/fuse/fuse_node.c
383
fuse_vnode_savesize(struct vnode *vp, struct ucred *cred, pid_t pid)
sys/fs/fuse/fuse_node.c
440
fuse_vnode_setsize(struct vnode *vp, off_t newsize, bool from_server)
sys/fs/fuse/fuse_node.c
481
fuse_vnode_setsize_immediate(struct vnode *vp, bool shrink)
sys/fs/fuse/fuse_node.c
526
fuse_vnode_size(struct vnode *vp, off_t *filesize, struct ucred *cred,
sys/fs/fuse/fuse_node.c
557
fuse_vnode_undirty_cached_timestamps(struct vnode *vp, bool atime)
sys/fs/fuse/fuse_node.c
570
fuse_vnode_update(struct vnode *vp, int flags)
sys/fs/fuse/fuse_node.h
200
fuse_vnode_attr_cache_valid(struct vnode *vp)
sys/fs/fuse/fuse_node.h
212
VTOVA(struct vnode *vp)
sys/fs/fuse/fuse_node.h
223
fuse_vnode_clear_attr_cache(struct vnode *vp)
sys/fs/fuse/fuse_node.h
243
int fuse_vnode_cmp(struct vnode *vp, void *nidp);
sys/fs/fuse/fuse_node.h
246
fuse_vnode_setparent(struct vnode *vp, struct vnode *dvp)
sys/fs/fuse/fuse_node.h
261
int fuse_vnode_size(struct vnode *vp, off_t *filesize, struct ucred *cred,
sys/fs/fuse/fuse_node.h
264
void fuse_vnode_destroy(struct vnode *vp);
sys/fs/fuse/fuse_node.h
267
uint64_t nodeid, struct vnode *dvp, struct vnode **vpp,
sys/fs/fuse/fuse_node.h
270
void fuse_vnode_open(struct vnode *vp, int32_t fuse_open_flags,
sys/fs/fuse/fuse_node.h
273
int fuse_vnode_savesize(struct vnode *vp, struct ucred *cred, pid_t pid);
sys/fs/fuse/fuse_node.h
275
int fuse_vnode_setsize(struct vnode *vp, off_t newsize, bool from_server);
sys/fs/fuse/fuse_node.h
276
int fuse_vnode_setsize_immediate(struct vnode *vp, bool shrink);
sys/fs/fuse/fuse_node.h
278
void fuse_vnode_undirty_cached_timestamps(struct vnode *vp, bool atime);
sys/fs/fuse/fuse_node.h
280
void fuse_vnode_update(struct vnode *vp, int flags);
sys/fs/fuse/fuse_vfsops.c
142
struct vnode *devvp;
sys/fs/fuse/fuse_vfsops.c
269
struct vnode **vpp)
sys/fs/fuse/fuse_vfsops.c
273
struct vnode *nvp;
sys/fs/fuse/fuse_vfsops.c
500
struct vnode *vroot = data->vroot;
sys/fs/fuse/fuse_vfsops.c
543
fuse_vfsop_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/fuse/fuse_vfsops.c
624
fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp)
sys/fs/fuse/fuse_vnops.c
1089
struct vnode *dvp,
sys/fs/fuse/fuse_vnops.c
1119
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1120
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1276
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1302
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1327
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1355
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1397
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1448
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1449
struct vnode *tdvp = ap->a_tdvp;
sys/fs/fuse/fuse_vnops.c
1521
fuse_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp)
sys/fs/fuse/fuse_vnops.c
1542
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1543
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1559
struct vnode *vp = NULL;
sys/fs/fuse/fuse_vnops.c
1802
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1803
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1832
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1833
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1856
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1882
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1974
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2052
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2134
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2183
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2205
struct vnode *vroot;
sys/fs/fuse/fuse_vnops.c
2235
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
2236
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2269
struct vnode *fdvp = ap->a_fdvp;
sys/fs/fuse/fuse_vnops.c
2270
struct vnode *fvp = ap->a_fvp;
sys/fs/fuse/fuse_vnops.c
2272
struct vnode *tdvp = ap->a_tdvp;
sys/fs/fuse/fuse_vnops.c
2273
struct vnode *tvp = ap->a_tvp;
sys/fs/fuse/fuse_vnops.c
236
fuse_extattr_check_cred(struct vnode *vp, int ns, struct ucred *cred,
sys/fs/fuse/fuse_vnops.c
2378
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
2379
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2407
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2550
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2581
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
2582
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
2627
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
271
fuse_flush(struct vnode *vp, struct ucred *cred, pid_t pid, int fflag)
sys/fs/fuse/fuse_vnops.c
2715
fuse_gbp_getblkno(struct vnode *vp, vm_ooffset_t off)
sys/fs/fuse/fuse_vnops.c
2723
fuse_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *blksz)
sys/fs/fuse/fuse_vnops.c
2754
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2783
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2873
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3057
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3191
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
320
fuse_inval_buf_range(struct vnode *vp, off_t filesize, off_t start, off_t end,
sys/fs/fuse/fuse_vnops.c
3300
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3327
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3413
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
377
fuse_vnop_do_ioctl(struct vnode *vp, u_long cmd, void *arg, int fflag,
sys/fs/fuse/fuse_vnops.c
456
fuse_vnop_do_lseek(struct vnode *vp, struct thread *td, struct ucred *cred,
sys/fs/fuse/fuse_vnops.c
508
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
554
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
672
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
774
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
876
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
968
struct vnode *invp = ap->a_invp;
sys/fs/fuse/fuse_vnops.c
969
struct vnode *outvp = ap->a_outvp;
sys/fs/mntfs/mntfs_vnops.c
47
struct vnode *vp = ap->a_vp;
sys/fs/mntfs/mntfs_vnops.c
68
struct vnode *
sys/fs/mntfs/mntfs_vnops.c
69
mntfs_allocvp(struct mount *mp, struct vnode *ovp)
sys/fs/mntfs/mntfs_vnops.c
71
struct vnode *vp;
sys/fs/mntfs/mntfs_vnops.c
91
mntfs_freevp(struct vnode *vp)
sys/fs/msdosfs/denode.h
143
struct vnode *de_vnode; /* addr of vnode we are part of */
sys/fs/msdosfs/denode.h
274
int msdosfs_lookup_ino(struct vnode *vdp, struct vnode **vpp,
sys/fs/msdosfs/msdosfs_denode.c
106
struct vnode *nvp, *xvp;
sys/fs/msdosfs/msdosfs_denode.c
504
struct vnode *vp = DETOV(dep);
sys/fs/msdosfs/msdosfs_denode.c
583
struct vnode *vp;
sys/fs/msdosfs/msdosfs_denode.c
609
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_denode.c
640
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_denode.c
74
de_vncmpf(struct vnode *vp, void *arg)
sys/fs/msdosfs/msdosfs_lookup.c
103
struct vnode **rvp)
sys/fs/msdosfs/msdosfs_lookup.c
135
msdosfs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname
sys/fs/msdosfs/msdosfs_lookup.c
150
struct vnode *pdp;
sys/fs/msdosfs/msdosfs_lookup.c
66
msdosfs_lookup_checker(struct msdosfsmount *pmp, struct vnode *dvp,
sys/fs/msdosfs/msdosfs_lookup.c
67
struct denode *tdp, struct vnode **vpp)
sys/fs/msdosfs/msdosfs_lookup.c
69
struct vnode *vp;
sys/fs/msdosfs/msdosfs_vfsops.c
1034
msdosfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/msdosfs/msdosfs_vfsops.c
1103
struct vnode *vp, *nvp;
sys/fs/msdosfs/msdosfs_vfsops.c
116
static int mountmsdosfs(struct vnode *devvp, struct mount *mp);
sys/fs/msdosfs/msdosfs_vfsops.c
1177
msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/msdosfs/msdosfs_vfsops.c
233
struct vnode *devvp, *odevvp; /* vnode for blk device to mount */
sys/fs/msdosfs/msdosfs_vfsops.c
503
mountmsdosfs(struct vnode *odevvp, struct mount *mp)
sys/fs/msdosfs/msdosfs_vfsops.c
508
struct vnode *devvp;
sys/fs/msdosfs/msdosfs_vfsops.c
937
struct vnode *vp = pmp->pm_devvp;
sys/fs/msdosfs/msdosfs_vnops.c
1448
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_vnops.c
1449
struct vnode *dvp = ap->a_dvp;
sys/fs/msdosfs/msdosfs_vnops.c
1785
struct vnode *vp;
sys/fs/msdosfs/msdosfs_vnops.c
1855
msdosfs_gbp_getblkno(struct vnode *vp, vm_ooffset_t off)
sys/fs/msdosfs/msdosfs_vnops.c
1862
msdosfs_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *sz)
sys/fs/msdosfs/msdosfs_vnops.c
205
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_vnops.c
221
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_vnops.c
328
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_vnops.c
533
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_vnops.c
627
struct vnode *vp = ap->a_vp;
sys/fs/msdosfs/msdosfs_vnops.c
628
struct vnode *thisvp;
sys/fs/msdosfs/msdosfs_vnops.c
837
struct vnode *devvp;
sys/fs/msdosfs/msdosfs_vnops.c
943
struct vnode *fdvp, *fvp, *tdvp, *tvp, *vp;
sys/fs/msdosfs/msdosfsmount.h
87
struct vnode *pm_devvp; /* vnode for character device mounted */
sys/fs/msdosfs/msdosfsmount.h
88
struct vnode *pm_odevvp;/* real devfs vnode */
sys/fs/nfs/nfs_commonkrpc.c
96
extern void (*ncl_call_invalcaches)(struct vnode *);
sys/fs/nfs/nfs_commonport.c
223
nfsrv_object_create(struct vnode *vp, struct thread *td)
sys/fs/nfs/nfs_commonport.c
321
nfsvno_pathconf(struct vnode *vp, int flag, long *retf,
sys/fs/nfs/nfs_commonport.c
363
nfsrv_atroot(struct vnode *vp, uint64_t *retp)
sys/fs/nfs/nfs_commonport.c
420
nfsv4root_getreferral(struct vnode *vp, struct vnode *dvp, u_int32_t fileno)
sys/fs/nfs/nfs_commonport.c
58
extern void (*nfsd_call_recall)(struct vnode *, int, struct ucred *,
sys/fs/nfs/nfs_commonport.c
69
void (*ncl_call_invalcaches)(struct vnode *) = NULL;
sys/fs/nfs/nfs_commonport.c
805
nfs_supportsnfsv4acls(struct vnode *vp)
sys/fs/nfs/nfs_commonport.c
825
nfs_supportsposixacls(struct vnode *vp)
sys/fs/nfs/nfs_commonsubs.c
261
static uint32_t nfs_trueform(struct vnode *);
sys/fs/nfs/nfs_commonsubs.c
549
struct vnode *vp, int flags, u_int32_t rdev)
sys/fs/nfs/nfs_commonsubs.c
5614
nfs_trueform(struct vnode *vp)
sys/fs/nfs/nfs_var.h
168
struct vnode **, struct vnode **, struct pnfsdsfile **, struct nfsdevice **,
sys/fs/nfs/nfs_var.h
439
int nfs_supportsposixacls(struct vnode *);
sys/fs/nfs/nfs_var.h
491
int nfsrpc_remove(struct vnode *, char *, int, struct vnode *,
sys/fs/nfs/nfs_var.h
494
int nfsrpc_rename(struct vnode *, struct vnode *, char *, int, struct vnode *,
sys/fs/nfs/nfs_var.h
495
struct vnode *, char *, int, nfsremove_status *, struct nfsvattr *,
sys/fs/nfs/nfs_var.h
537
int nfsrpc_getacl(struct vnode *, acl_type_t, struct ucred *, NFSPROC_T *,
sys/fs/nfs/nfs_var.h
539
int nfsrpc_setacl(struct vnode *, acl_type_t, struct ucred *, NFSPROC_T *,
sys/fs/nfs/nfs_var.h
584
int nfsrpc_openattr(struct nfsmount *, struct vnode *, uint8_t *, int,
sys/fs/nfs/nfs_var.h
631
void nfscl_delegreturnvp(struct vnode *, bool, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
646
void nfscl_delegmodtime(struct vnode *, struct timespec *);
sys/fs/nfs/nfs_var.h
671
int nfscl_delegacecheck(struct vnode *, accmode_t, struct ucred *);
sys/fs/nfs/nfs_var.h
765
int nfsrv_dsgetdevandfh(struct vnode *, NFSPROC_T *, int *, uint64_t *, int *,
sys/fs/nfs/nfs_var.h
767
int nfsrv_dsgetsockmnt(struct vnode *, int, char *, int *, int *, int *,
sys/fs/nfs/nfs_var.h
768
uint64_t *, NFSPROC_T *, struct vnode ***, fhandle_t **, char **, char *,
sys/fs/nfs/nfs_var.h
769
struct vnode **, struct nfsmount **, struct nfsmount *, int *, int *);
sys/fs/nfs/nfs_var.h
770
int nfsrv_dscreate(struct vnode *, struct vattr *, struct vattr *,
sys/fs/nfs/nfs_var.h
772
struct ucred *, NFSPROC_T *, struct vnode **);
sys/fs/nfs/nfs_var.h
773
int nfsrv_updatemdsattr(struct vnode *, struct nfsvattr *, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
775
int nfsrv_setacl(struct vnode *,
sys/fs/nfs/nfs_var.h
777
int nfsvno_seek(struct nfsrv_descript *, struct vnode *, u_long, off_t *, int,
sys/fs/nfs/nfs_var.h
779
int nfsvno_allocate(struct vnode *, off_t, off_t, struct ucred *, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
780
int nfsvno_deallocate(struct vnode *, off_t, off_t, struct ucred *,
sys/fs/nfs/nfs_var.h
782
int nfsvno_getxattr(struct vnode *, char *, uint32_t, struct ucred *,
sys/fs/nfs/nfs_var.h
784
int nfsvno_setxattr(struct vnode *, char *, int, struct mbuf *, char *,
sys/fs/nfs/nfs_var.h
786
int nfsvno_rmxattr(struct nfsrv_descript *, struct vnode *, char *,
sys/fs/nfs/nfs_var.h
788
int nfsvno_listxattr(struct vnode *, uint64_t, struct ucred *, struct thread *,
sys/fs/nfs/nfs_var.h
794
int nfs_supportsacls(struct vnode *);
sys/fs/nfs/nfskpiport.h
38
typedef struct vnode * vnode_t;
sys/fs/nfs/nfsport.h
1003
int nfscl_loadattrcache(struct vnode **, struct nfsvattr *, void *, int, int);
sys/fs/nfs/nfsport.h
1005
bool ncl_pager_setsize(struct vnode *vp, u_quad_t *nsizep);
sys/fs/nfs/nfsport.h
1006
void ncl_copy_vattr(struct vnode *vp, struct vattr *dst, struct vattr *src);
sys/fs/nfs/nfsport.h
1137
int newnfs_vncmpf(struct vnode *, void *);
sys/fs/nfsclient/nfs.h
104
int ncl_getattrcache(struct vnode *, struct vattr *);
sys/fs/nfsclient/nfs.h
105
int ncl_readrpc(struct vnode *, struct uio *, struct ucred *);
sys/fs/nfsclient/nfs.h
106
int ncl_writerpc(struct vnode *, struct uio *, struct ucred *, int *, int *,
sys/fs/nfsclient/nfs.h
108
int ncl_readlinkrpc(struct vnode *, struct uio *, struct ucred *);
sys/fs/nfsclient/nfs.h
109
int ncl_readdirrpc(struct vnode *, struct uio *, struct ucred *,
sys/fs/nfsclient/nfs.h
111
int ncl_readdirplusrpc(struct vnode *, struct uio *, struct ucred *,
sys/fs/nfsclient/nfs.h
113
int ncl_commit(struct vnode *, u_quad_t, int, struct ucred *, struct thread *);
sys/fs/nfsclient/nfs.h
115
int ncl_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
sys/fs/nfsclient/nfs.h
92
int ncl_meta_setsize(struct vnode *, struct thread *, u_quad_t);
sys/fs/nfsclient/nfs.h
93
int ncl_bioread(struct vnode *, struct uio *, int, struct ucred *);
sys/fs/nfsclient/nfs.h
94
int ncl_biowrite(struct vnode *, struct uio *, int, struct ucred *);
sys/fs/nfsclient/nfs.h
95
int ncl_vinvalbuf(struct vnode *, int, struct thread *, int);
sys/fs/nfsclient/nfs.h
98
int ncl_doio(struct vnode *, struct buf *, struct ucred *, struct thread *,
sys/fs/nfsclient/nfs_clbio.c
121
struct vnode *vp;
sys/fs/nfsclient/nfs_clbio.c
1290
nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size, struct thread *td)
sys/fs/nfsclient/nfs_clbio.c
1324
ncl_vinvalbuf(struct vnode *vp, int flags, struct thread *td, int intrflg)
sys/fs/nfsclient/nfs_clbio.c
1550
ncl_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td,
sys/fs/nfsclient/nfs_clbio.c
1803
ncl_meta_setsize(struct vnode *vp, struct thread *td, u_quad_t nsize)
sys/fs/nfsclient/nfs_clbio.c
270
struct vnode *vp;
sys/fs/nfsclient/nfs_clbio.c
361
nfs_bioread_check_cons(struct vnode *vp, struct thread *td, struct ucred *cred)
sys/fs/nfsclient/nfs_clbio.c
418
ncl_bioread_dora(struct vnode *vp)
sys/fs/nfsclient/nfs_clbio.c
433
ncl_bioread(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
sys/fs/nfsclient/nfs_clbio.c
70
static struct buf *nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size,
sys/fs/nfsclient/nfs_clbio.c
72
static int nfs_directio_write(struct vnode *vp, struct uio *uiop,
sys/fs/nfsclient/nfs_clbio.c
764
nfs_directio_write(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/nfsclient/nfs_clbio.c
833
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clbio.c
85
ncl_gbp_getblkno(struct vnode *vp, vm_ooffset_t off)
sys/fs/nfsclient/nfs_clbio.c
92
ncl_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *sz)
sys/fs/nfsclient/nfs_clnode.c
100
struct vnode *vp;
sys/fs/nfsclient/nfs_clnode.c
101
struct vnode *nvp;
sys/fs/nfsclient/nfs_clnode.c
208
ncl_releasesillyrename(struct vnode *vp, bool flushed, struct thread *td)
sys/fs/nfsclient/nfs_clnode.c
239
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clnode.c
290
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clnode.c
372
ncl_invalcaches(struct vnode *vp)
sys/fs/nfsclient/nfs_clport.c
118
nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp,
sys/fs/nfsclient/nfs_clport.c
123
struct vnode *vp, *nvp;
sys/fs/nfsclient/nfs_clport.c
322
struct vnode *nvp;
sys/fs/nfsclient/nfs_clport.c
408
ncl_copy_vattr(struct vnode *vp, struct vattr *dst, struct vattr *src)
sys/fs/nfsclient/nfs_clport.c
439
nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper,
sys/fs/nfsclient/nfs_clport.c
442
struct vnode *vp = *vpp;
sys/fs/nfsclient/nfs_clport.c
621
ncl_pager_setsize(struct vnode *vp, u_quad_t *nsizep)
sys/fs/nfsclient/nfs_clport.c
82
extern void (*ncl_call_invalcaches)(struct vnode *);
sys/fs/nfsclient/nfs_clport.c
824
nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp,
sys/fs/nfsclient/nfs_clport.c
925
nfscl_request(struct nfsrv_descript *nd, struct vnode *vp, NFSPROC_T *p,
sys/fs/nfsclient/nfs_clport.c
98
newnfs_vncmpf(struct vnode *vp, void *arg)
sys/fs/nfsclient/nfs_clrpcops.c
10004
nfsrpc_openattr(struct nfsmount *nmp, struct vnode *vp, uint8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clrpcops.c
10049
nfscl_statfs(struct vnode *vp, struct ucred *cred, NFSPROC_T *td)
sys/fs/nfsclient/nfs_clrpcops.c
110
struct vnode *vp;
sys/fs/nfsclient/nfs_clrpcops.c
238
static void nfscl_statfs(struct vnode *, struct ucred *, NFSPROC_T *);
sys/fs/nfsclient/nfs_clrpcops.c
2831
nfsrpc_remove(struct vnode *dvp, char *name, int namelen, struct vnode *vp,
sys/fs/nfsclient/nfs_clrpcops.c
2957
nfsrpc_rename(struct vnode *fdvp, struct vnode *fvp, char *fnameptr,
sys/fs/nfsclient/nfs_clrpcops.c
2958
int fnamelen, struct vnode *tdvp, struct vnode *tvp, char *tnameptr,
sys/fs/nfsclient/nfs_clrpcops.c
5380
nfsrpc_getacl(struct vnode *vp, acl_type_t acltype, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5427
nfsrpc_setacl(struct vnode *vp, acl_type_t acltype, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5454
nfsrpc_setaclrpc(struct vnode *vp, struct ucred *cred, NFSPROC_T *p,
sys/fs/nfsclient/nfs_clstate.c
3557
nfscl_delegreturnvp(struct vnode *vp, bool retdeleg, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clstate.c
5224
nfscl_delegmodtime(struct vnode *vp, struct timespec *mtime)
sys/fs/nfsclient/nfs_clstate.c
6027
nfscl_delegacecheck(struct vnode *vp, accmode_t accmode, struct ucred *cred)
sys/fs/nfsclient/nfs_clsubs.c
133
ncl_excl_start(struct vnode *vp)
sys/fs/nfsclient/nfs_clsubs.c
151
ncl_excl_finish(struct vnode *vp, bool old_lock)
sys/fs/nfsclient/nfs_clsubs.c
174
ncl_getattrcache(struct vnode *vp, struct vattr *vaper)
sys/fs/nfsclient/nfs_clsubs.c
326
ncl_invaldir(struct vnode *vp)
sys/fs/nfsclient/nfs_clsubs.c
354
struct vnode *vp, *nvp;
sys/fs/nfsclient/nfs_clvfsops.c
118
u_char *, int, struct vnode **, struct ucred *,
sys/fs/nfsclient/nfs_clvfsops.c
120
static void nfs_getnlminfo(struct vnode *, uint8_t *, size_t *,
sys/fs/nfsclient/nfs_clvfsops.c
1515
u_char *srvkrbname, int srvkrbnamelen, struct vnode **vpp,
sys/fs/nfsclient/nfs_clvfsops.c
186
struct thread *, struct vnode **, struct mount *);
sys/fs/nfsclient/nfs_clvfsops.c
1977
nfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/nfsclient/nfs_clvfsops.c
1979
struct vnode *vp;
sys/fs/nfsclient/nfs_clvfsops.c
2023
struct vnode *vp, *mvp;
sys/fs/nfsclient/nfs_clvfsops.c
2149
nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp,
sys/fs/nfsclient/nfs_clvfsops.c
286
struct vnode *vp;
sys/fs/nfsclient/nfs_clvfsops.c
401
ncl_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred,
sys/fs/nfsclient/nfs_clvfsops.c
441
struct vnode *vp;
sys/fs/nfsclient/nfs_clvfsops.c
567
struct vnode **vpp, struct mount *mp)
sys/fs/nfsclient/nfs_clvfsops.c
930
struct vnode *vp;
sys/fs/nfsclient/nfs_clvnops.c
1016
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
1146
nfs_setattrrpc(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
115
static int nfs_setattrrpc(struct vnode *, struct vattr *, struct ucred *,
sys/fs/nfsclient/nfs_clvnops.c
117
static int nfs_get_namedattrdir(struct vnode *, struct componentname *,
sys/fs/nfsclient/nfs_clvnops.c
1176
nfs_get_namedattrdir(struct vnode *vp, struct componentname *cnp,
sys/fs/nfsclient/nfs_clvnops.c
1177
struct vnode **vpp)
sys/fs/nfsclient/nfs_clvnops.c
118
struct vnode **);
sys/fs/nfsclient/nfs_clvnops.c
1181
struct vnode *newvp;
sys/fs/nfsclient/nfs_clvnops.c
1215
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
1216
struct vnode **vpp = ap->a_vpp;
sys/fs/nfsclient/nfs_clvnops.c
1219
struct vnode *newvp;
sys/fs/nfsclient/nfs_clvnops.c
138
static int nfs_lookitup(struct vnode *, char *, int,
sys/fs/nfsclient/nfs_clvnops.c
140
static int nfs_sillyrename(struct vnode *, struct vnode *,
sys/fs/nfsclient/nfs_clvnops.c
1599
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
1617
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
1629
ncl_readlinkrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred)
sys/fs/nfsclient/nfs_clvnops.c
1651
ncl_readrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred)
sys/fs/nfsclient/nfs_clvnops.c
1681
ncl_writerpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
1720
nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/fs/nfsclient/nfs_clvnops.c
1724
struct vnode *newvp = NULL;
sys/fs/nfsclient/nfs_clvnops.c
1819
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
1823
struct vnode *newvp = NULL;
sys/fs/nfsclient/nfs_clvnops.c
1971
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
1972
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
2031
ncl_removeit(struct sillyrename *sp, struct vnode *vp)
sys/fs/nfsclient/nfs_clvnops.c
2047
nfs_removestatus(struct vnode *vp, nfsremove_status file_status,
sys/fs/nfsclient/nfs_clvnops.c
2072
nfs_removerpc(struct vnode *dvp, struct vnode *vp, char *name,
sys/fs/nfsclient/nfs_clvnops.c
2124
struct vnode *fvp = ap->a_fvp;
sys/fs/nfsclient/nfs_clvnops.c
2125
struct vnode *tvp = ap->a_tvp;
sys/fs/nfsclient/nfs_clvnops.c
2126
struct vnode *fdvp = ap->a_fdvp;
sys/fs/nfsclient/nfs_clvnops.c
2127
struct vnode *tdvp = ap->a_tdvp;
sys/fs/nfsclient/nfs_clvnops.c
2267
nfs_renameit(struct vnode *sdvp, struct vnode *svp, struct componentname *scnp,
sys/fs/nfsclient/nfs_clvnops.c
2280
nfs_renamerpc(struct vnode *fdvp, struct vnode *fvp, char *fnameptr,
sys/fs/nfsclient/nfs_clvnops.c
2281
int fnamelen, struct vnode *tdvp, struct vnode *tvp, char *tnameptr,
sys/fs/nfsclient/nfs_clvnops.c
2335
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
2336
struct vnode *tdvp = ap->a_tdvp;
sys/fs/nfsclient/nfs_clvnops.c
2399
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
2405
struct vnode *newvp = NULL;
sys/fs/nfsclient/nfs_clvnops.c
2479
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
2483
struct vnode *newvp = NULL;
sys/fs/nfsclient/nfs_clvnops.c
251
static int nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp,
sys/fs/nfsclient/nfs_clvnops.c
253
static int nfs_removerpc(struct vnode *dvp, struct vnode *vp, char *name,
sys/fs/nfsclient/nfs_clvnops.c
255
static void nfs_removestatus(struct vnode *vp, nfsremove_status file_status,
sys/fs/nfsclient/nfs_clvnops.c
2561
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
2562
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
257
static int nfs_renamerpc(struct vnode *fdvp, struct vnode *fvp,
sys/fs/nfsclient/nfs_clvnops.c
258
char *fnameptr, int fnamelen, struct vnode *tdvp, struct vnode *tvp,
sys/fs/nfsclient/nfs_clvnops.c
2603
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
261
static int nfs_renameit(struct vnode *sdvp, struct vnode *svp,
sys/fs/nfsclient/nfs_clvnops.c
2680
ncl_readdirrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
2744
ncl_readdirplusrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
2812
nfs_sillyrename(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/fs/nfsclient/nfs_clvnops.c
2870
nfs_lookitup(struct vnode *dvp, char *name, int len, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
2873
struct vnode *newvp = NULL, *vp;
sys/fs/nfsclient/nfs_clvnops.c
2982
ncl_commit(struct vnode *vp, u_quad_t offset, int cnt, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
3032
struct vnode *vp;
sys/fs/nfsclient/nfs_clvnops.c
3089
ncl_flush(struct vnode *vp, int waitfor, struct thread *td,
sys/fs/nfsclient/nfs_clvnops.c
336
struct vnode *vp;
sys/fs/nfsclient/nfs_clvnops.c
3428
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
352
nfs34_access_otw(struct vnode *vp, int wmode, struct thread *td,
sys/fs/nfsclient/nfs_clvnops.c
3574
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3602
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3623
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3699
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3825
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3899
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3997
struct vnode *invp = ap->a_invp;
sys/fs/nfsclient/nfs_clvnops.c
3998
struct vnode *outvp = ap->a_outvp;
sys/fs/nfsclient/nfs_clvnops.c
406
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4330
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4402
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4460
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4517
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4590
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4642
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
582
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
788
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
952
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfsnode.h
105
struct vnode *n_vnode; /* associated vnode */
sys/fs/nfsclient/nfsnode.h
106
struct vnode *n_dvp; /* parent vnode */
sys/fs/nfsclient/nfsnode.h
170
#define NFSTOV(np) ((struct vnode *)(np)->n_vnode)
sys/fs/nfsclient/nfsnode.h
186
int ncl_removeit(struct sillyrename *, struct vnode *);
sys/fs/nfsclient/nfsnode.h
189
void ncl_invaldir(struct vnode *);
sys/fs/nfsclient/nfsnode.h
190
bool ncl_excl_start(struct vnode *);
sys/fs/nfsclient/nfsnode.h
191
void ncl_excl_finish(struct vnode *, bool old_lock);
sys/fs/nfsclient/nfsnode.h
47
struct vnode *s_dvp;
sys/fs/nfsserver/nfs_nfsdport.c
1147
nfsvno_read(struct vnode *vp, off_t off, int cnt, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
117
static void nfsvno_updateds(struct vnode *, struct ucred *, struct thread *);
sys/fs/nfsserver/nfs_nfsdport.c
1271
nfsvno_write(struct vnode *vp, off_t off, int retlen, int *stable,
sys/fs/nfsserver/nfs_nfsdport.c
1322
struct vnode **vpp, struct nfsvattr *nvap, int *exclusive_flagp,
sys/fs/nfsserver/nfs_nfsdport.c
138
static void nfs_dtypetovtype(struct nfsvattr *, struct vnode *, uint8_t);
sys/fs/nfsserver/nfs_nfsdport.c
139
static void nfsrv_pnfscreate(struct vnode *, struct vattr *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
141
static void nfsrv_pnfsremovesetup(struct vnode *, NFSPROC_T *, struct vnode ***,
sys/fs/nfsserver/nfs_nfsdport.c
143
static void nfsrv_pnfsremove(struct vnode **, int, char *, fhandle_t *,
sys/fs/nfsserver/nfs_nfsdport.c
145
static int nfsrv_proxyds(struct vnode *, off_t, int, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
148
static int nfsrv_setextattr(struct vnode *, struct nfsvattr *, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
153
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int, uint64_t,
sys/fs/nfsserver/nfs_nfsdport.c
157
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
159
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
161
struct vnode *, struct nfsmount **, int, struct acl *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
1612
struct vnode *vp, **dsdvpp, *newvp;
sys/fs/nfsserver/nfs_nfsdport.c
163
static int nfsrv_setattrdsrpc(fhandle_t *, struct vnode *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
165
static int nfsrv_setattrdsdorpc(fhandle_t *, struct vnode *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
167
static int nfsrv_getattrdsrpc(fhandle_t *, struct vnode *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
1682
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
169
static int nfsrv_getattrdsdorpc(fhandle_t *, struct vnode *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
1722
struct vnode *fvp, *tvp, *tdvp, **dsdvpp, *newvp;
sys/fs/nfsserver/nfs_nfsdport.c
176
static int nfsrv_pnfslookupds(struct vnode *, struct vnode *,
sys/fs/nfsserver/nfs_nfsdport.c
177
struct pnfsdsfile *, struct vnode **, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
178
static void nfsrv_pnfssetfh(struct vnode *, struct pnfsdsfile *, char **,
sys/fs/nfsserver/nfs_nfsdport.c
179
char *, struct vnode *, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
180
static int nfsrv_dsremove(struct vnode *, char *, struct ucred *, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
181
static int nfsrv_dssetacl(struct vnode *, struct acl *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
1905
nfsvno_link(struct nameidata *ndp, struct vnode *vp, nfsquad_t clientid,
sys/fs/nfsserver/nfs_nfsdport.c
1908
struct vnode *xp;
sys/fs/nfsserver/nfs_nfsdport.c
1951
nfsvno_fsync(struct vnode *vp, u_int64_t off, int cnt, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
2049
nfsvno_statfs(struct vnode *vp, struct statfs *sf)
sys/fs/nfsserver/nfs_nfsdport.c
2116
struct vnode *numfiledvp, *vp;
sys/fs/nfsserver/nfs_nfsdport.c
2399
struct vnode *numfiledvp;
sys/fs/nfsserver/nfs_nfsdport.c
2578
bool done_namei, struct nfsexstuff *exp, struct vnode **vpp)
sys/fs/nfsserver/nfs_nfsdport.c
2581
struct vnode *vp = NULL;
sys/fs/nfsserver/nfs_nfsdport.c
2758
nfsvno_updfilerev(struct vnode *vp, struct nfsvattr *nvap,
sys/fs/nfsserver/nfs_nfsdport.c
2779
nfsvno_fillattr(struct nfsrv_descript *nd, struct mount *mp, struct vnode *vp,
sys/fs/nfsserver/nfs_nfsdport.c
2814
static void nfs_dtypetovtype(struct nfsvattr *nvap, struct vnode *vp,
sys/fs/nfsserver/nfs_nfsdport.c
2854
struct vnode *vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
3112
struct vnode *vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
3118
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
4256
int lktype, struct vnode **vpp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
4307
struct vnode **vpp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
4422
fp_getfvp(struct thread *p, int fd, struct file **fpp, struct vnode **vpp)
sys/fs/nfsserver/nfs_nfsdport.c
445
struct vnode *nh_vp; /* vp to match (unreferenced pointer) */
sys/fs/nfsserver/nfs_nfsdport.c
455
nfsrv_sequential_heuristic(struct uio *uio, struct vnode *vp)
sys/fs/nfsserver/nfs_nfsdport.c
4558
struct vnode *
sys/fs/nfsserver/nfs_nfsdport.c
4562
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
4579
nfsvno_advlock(struct vnode *vp, int ftype, u_int64_t first,
sys/fs/nfsserver/nfs_nfsdport.c
462
hi = ((int)(vm_offset_t)vp / sizeof(struct vnode)) % NUM_HEURISTIC;
sys/fs/nfsserver/nfs_nfsdport.c
4681
struct vnode *vp, *nvp, *curdvp;
sys/fs/nfsserver/nfs_nfsdport.c
512
nfsvno_getattr(struct vnode *vp, struct nfsvattr *nvap,
sys/fs/nfsserver/nfs_nfsdport.c
5188
struct vnode *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
5198
nfsrv_dscreate(struct vnode *dvp, struct vattr *vap, struct vattr *nvap,
sys/fs/nfsserver/nfs_nfsdport.c
5200
char *fnamep, struct ucred *tcred, NFSPROC_T *p, struct vnode **nvpp)
sys/fs/nfsserver/nfs_nfsdport.c
5202
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
5307
nfsrv_pnfscreate(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
5316
struct vnode **dvp;
sys/fs/nfsserver/nfs_nfsdport.c
5566
nfsrv_pnfsremovesetup(struct vnode *vp, NFSPROC_T *p, struct vnode ***dvppp,
sys/fs/nfsserver/nfs_nfsdport.c
5618
struct vnode *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
5625
nfsrv_dsremove(struct vnode *dvp, char *fname, struct ucred *tcred,
sys/fs/nfsserver/nfs_nfsdport.c
5629
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
5680
nfsrv_pnfsremove(struct vnode **dvpp, int dsfilecnt, char *fname,
sys/fs/nfsserver/nfs_nfsdport.c
5687
struct vnode **tdvpp;
sys/fs/nfsserver/nfs_nfsdport.c
5792
nfsrv_updatemdsattr(struct vnode *vp, struct nfsvattr *nap, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
5809
nfsrv_dssetacl(struct vnode *vp, struct acl *aclp, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
5820
nfsrv_proxyds(struct vnode *vp, off_t off, int cnt, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
5827
struct vnode **dvp;
sys/fs/nfsserver/nfs_nfsdport.c
585
nfsvno_getfh(struct vnode *vp, fhandle_t *fhp, struct thread *p)
sys/fs/nfsserver/nfs_nfsdport.c
6058
nfsrv_dsgetsockmnt(struct vnode *vp, int lktype, char *buf, int *buflenp,
sys/fs/nfsserver/nfs_nfsdport.c
6060
struct vnode ***dvppp, fhandle_t **fhpp,
sys/fs/nfsserver/nfs_nfsdport.c
6061
char **devid, char *fnamep, struct vnode **nvpp, struct nfsmount **newnmpp,
sys/fs/nfsserver/nfs_nfsdport.c
6064
struct vnode *dvp, *nvp = NULL, **tdvpp = NULL; /* Shut up gcc. */
sys/fs/nfsserver/nfs_nfsdport.c
608
nfsvno_accchk(struct vnode *vp, accmode_t accmode, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
6386
nfsrv_setextattr(struct vnode *vp, struct nfsvattr *nap, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
6800
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
700
nfsvno_setattr(struct vnode *vp, struct nfsvattr *nvap, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7009
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
7192
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
7264
nfsrv_setattrdsdorpc(fhandle_t *fhp, struct vnode *vp, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7355
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
7378
nfsrv_setattrdsrpc(fhandle_t *fhp, struct vnode *vp, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7469
struct vnode *vp, struct nfsmount *nmp, struct acl *aclp)
sys/fs/nfsserver/nfs_nfsdport.c
7520
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
7543
struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt, struct acl *aclp,
sys/fs/nfsserver/nfs_nfsdport.c
756
struct vnode *dp, int islocked, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
757
struct vnode **retdirp)
sys/fs/nfsserver/nfs_nfsdport.c
7616
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
7645
nfsrv_getattrdsrpc(fhandle_t *fhp, struct vnode *vp, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7738
nfsrv_getattrdsdorpc(fhandle_t *fhp, struct vnode *vp, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7835
nfsrv_dsgetdevandfh(struct vnode *vp, NFSPROC_T *p, int *mirrorcntp,
sys/fs/nfsserver/nfs_nfsdport.c
7855
nfsrv_pnfslookupds(struct vnode *vp, struct vnode *dvp, struct pnfsdsfile *pf,
sys/fs/nfsserver/nfs_nfsdport.c
7856
struct vnode **nvpp, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
7862
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
7889
nfsrv_pnfssetfh(struct vnode *vp, struct pnfsdsfile *pf, char **devid,
sys/fs/nfsserver/nfs_nfsdport.c
7890
char *fnamep, struct vnode *nvp, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
7945
struct vnode **dvpp, **tdvpp, *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
8028
nfsrv_setacl(struct vnode *vp, NFSACL_T *aclp, acl_type_t atype,
sys/fs/nfsserver/nfs_nfsdport.c
8074
nfsvno_seek(struct nfsrv_descript *nd, struct vnode *vp, u_long cmd,
sys/fs/nfsserver/nfs_nfsdport.c
8121
nfsvno_allocate(struct vnode *vp, off_t off, off_t len, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
8159
nfsvno_deallocate(struct vnode *vp, off_t off, off_t len, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
8197
nfsvno_getxattr(struct vnode *vp, char *name, uint32_t maxresp,
sys/fs/nfsserver/nfs_nfsdport.c
8287
nfsvno_setxattr(struct vnode *vp, char *name, int len, struct mbuf *m,
sys/fs/nfsserver/nfs_nfsdport.c
8344
nfsvno_updateds(struct vnode *vp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
8373
nfsvno_rmxattr(struct nfsrv_descript *nd, struct vnode *vp, char *name,
sys/fs/nfsserver/nfs_nfsdport.c
8410
nfsvno_listxattr(struct vnode *vp, uint64_t cookie, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
8552
struct vnode **dvpp, **tdvpp, *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
8601
nfs_supportsacls(struct vnode *vp)
sys/fs/nfsserver/nfs_nfsdport.c
977
nfsvno_readlink(struct vnode *vp, struct ucred *cred, int maxextsiz,
sys/fs/nfsserver/nfs_nfsdserv.c
248
struct vnode *tvp = NULL;
sys/fs/nfsserver/nfs_nfsdserv.c
4484
struct vnode *dp, struct vnode **vpp, __unused fhandle_t *fhp,
sys/fs/nfsserver/nfs_nfsdstate.c
185
vnode *vp, NFSPROC_T *p);
sys/fs/nfsserver/nfs_nfsdstate.c
249
static void nfsrv_issuedelegation(struct vnode *vp, struct nfsclient *clp,
sys/fs/nfsserver/nfs_nfsdstate.c
8460
int *buflenp, char *fname, NFSPROC_T *p, struct vnode **vpp,
sys/fs/nfsserver/nfs_nfsdstate.c
8461
struct vnode **nvpp, struct pnfsdsfile **pfp, struct nfsdevice **dsp,
sys/fs/nfsserver/nfs_nfsdstate.c
8465
struct vnode *vp, *curvp;
sys/fs/nfsserver/nfs_nfsdstate.c
8769
nfsrv_issuedelegation(struct vnode *vp, struct nfsclient *clp,
sys/fs/nullfs/null.h
46
struct vnode *nullm_lowerrootvp; /* Ref to lower root vnode */
sys/fs/nullfs/null.h
58
struct vnode *null_lowervp; /* VREFed once */
sys/fs/nullfs/null.h
59
struct vnode *null_vnode; /* Back pointer */
sys/fs/nullfs/null.h
73
int null_nodeget(struct mount *mp, struct vnode *target, struct vnode **vpp);
sys/fs/nullfs/null.h
74
struct vnode *null_hashget(struct mount *mp, struct vnode *lowervp);
sys/fs/nullfs/null.h
79
struct vnode *null_checkvp(struct vnode *vp, char *fil, int lno);
sys/fs/nullfs/null.h
89
null_is_nullfs_vnode(struct vnode *vp)
sys/fs/nullfs/null_subr.c
102
static struct vnode *
sys/fs/nullfs/null_subr.c
103
null_hashget_locked(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_subr.c
107
struct vnode *vp;
sys/fs/nullfs/null_subr.c
138
struct vnode *
sys/fs/nullfs/null_subr.c
139
null_hashget(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_subr.c
143
struct vnode *vp;
sys/fs/nullfs/null_subr.c
196
null_destroy_proto(struct vnode *vp, void *xp)
sys/fs/nullfs/null_subr.c
219
null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp)
sys/fs/nullfs/null_subr.c
222
struct vnode *vp;
sys/fs/nullfs/null_subr.c
320
struct vnode *
sys/fs/nullfs/null_subr.c
321
null_checkvp(struct vnode *vp, char *fil, int lno)
sys/fs/nullfs/null_vfsops.c
319
nullfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
321
struct vnode *vp;
sys/fs/nullfs/null_vfsops.c
411
nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
425
nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
437
nullfs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/fs/nullfs/null_vfsops.c
446
nullfs_reclaim_lowervp(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_vfsops.c
448
struct vnode *vp;
sys/fs/nullfs/null_vfsops.c
459
nullfs_unlink_lowervp(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_vfsops.c
461
struct vnode *vp;
sys/fs/nullfs/null_vfsops.c
80
struct vnode *lowerrootvp;
sys/fs/nullfs/null_vfsops.c
81
struct vnode *nullm_rootvp;
sys/fs/nullfs/null_vnops.c
1035
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
1046
struct vnode *lowervp;
sys/fs/nullfs/null_vnops.c
1047
struct vnode *vp;
sys/fs/nullfs/null_vnops.c
1067
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
1076
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
1077
struct vnode **dvp = ap->a_vpp;
sys/fs/nullfs/null_vnops.c
1078
struct vnode *lvp, *ldvp;
sys/fs/nullfs/null_vnops.c
1122
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
1144
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
1171
struct vnode *dvp, *ldvp, *lvp, *vp, *vp1, **vpp;
sys/fs/nullfs/null_vnops.c
1231
struct vnode *vp, *vpl;
sys/fs/nullfs/null_vnops.c
209
null_copy_inotify(struct vnode *vp, struct vnode *lvp, short flag)
sys/fs/nullfs/null_vnops.c
252
struct vnode **this_vp_p;
sys/fs/nullfs/null_vnops.c
253
struct vnode *old_vps[VDESC_MAX_VPS];
sys/fs/nullfs/null_vnops.c
254
struct vnode **vps_p[VDESC_MAX_VPS];
sys/fs/nullfs/null_vnops.c
255
struct vnode ***vppp;
sys/fs/nullfs/null_vnops.c
256
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
281
vps_p[i] = this_vp_p = VOPARG_OFFSETTO(struct vnode **,
sys/fs/nullfs/null_vnops.c
388
vppp = VOPARG_OFFSETTO(struct vnode ***,
sys/fs/nullfs/null_vnops.c
401
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
427
struct vnode *dvp = ap->a_dvp;
sys/fs/nullfs/null_vnops.c
429
struct vnode *vp, *ldvp, *lvp;
sys/fs/nullfs/null_vnops.c
525
struct vnode *vp, *ldvp;
sys/fs/nullfs/null_vnops.c
548
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
615
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
641
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
676
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
700
struct vnode *fdvp, *fvp, *tdvp, *tvp;
sys/fs/nullfs/null_vnops.c
701
struct vnode *lfdvp, *lfvp, *ltdvp, *ltvp;
sys/fs/nullfs/null_vnops.c
795
static struct vnode *
sys/fs/nullfs/null_vnops.c
799
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
816
static struct vnode *
sys/fs/nullfs/null_vnops.c
820
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
841
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
893
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
895
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
925
null_want_recycle(struct vnode *vp)
sys/fs/nullfs/null_vnops.c
927
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
953
struct vnode *vp;
sys/fs/nullfs/null_vnops.c
977
struct vnode *vp;
sys/fs/nullfs/null_vnops.c
979
struct vnode *lowervp;
sys/fs/p9fs/p9fs.h
102
struct vnode *v_node; /* vnode for this fs_node. */
sys/fs/p9fs/p9fs.h
184
int p9fs_stat_vnode_dotl(struct p9_stat_dotl *st, struct vnode *vp);
sys/fs/p9fs/p9fs.h
185
int p9fs_reload_stats_dotl(struct vnode *vp, struct ucred *cred);
sys/fs/p9fs/p9fs.h
191
int p9fs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp);
sys/fs/p9fs/p9fs.h
193
struct p9fs_node *parent, struct p9_fid *fid, struct vnode **vpp,
sys/fs/p9fs/p9fs.h
195
int p9fs_node_cmp(struct vnode *vp, void *arg);
sys/fs/p9fs/p9fs_vfsops.c
194
p9fs_node_cmp(struct vnode *vp, void *arg)
sys/fs/p9fs/p9fs_vfsops.c
257
struct p9fs_node *parent, struct p9_fid *fid, struct vnode **vpp,
sys/fs/p9fs/p9fs_vfsops.c
262
struct vnode *vp;
sys/fs/p9fs/p9fs_vfsops.c
507
p9fs_root(struct mount *mp, int lkflags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vfsops.c
597
p9fs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vfsops.c
70
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
101
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1062
p9fs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred,
sys/fs/p9fs/p9fs_vnops.c
1116
p9fs_chmod(struct vnode *vp, uint32_t mode, struct ucred *cred, struct thread *td)
sys/fs/p9fs/p9fs_vnops.c
1175
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1313
p9fs_get_open_fid(struct vnode *vp, int fflags, struct ucred *cr, struct open_fid_state *statep)
sys/fs/p9fs/p9fs_vnops.c
1343
p9fs_release_open_fid(struct vnode *vp, struct ucred *cr, struct open_fid_state *statep)
sys/fs/p9fs/p9fs_vnops.c
1359
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1443
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
145
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1552
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1585
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1587
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
1616
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1618
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
163
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1647
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
1648
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
1719
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1720
struct vnode *tdvp;
sys/fs/p9fs/p9fs_vnops.c
1760
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1799
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
184
p9fs_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vnops.c
1914
p9fs_doio(struct vnode *vp, struct buf *bp, struct p9_fid *vofid, struct ucred *cr)
sys/fs/p9fs/p9fs_vnops.c
2058
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
2094
struct vnode *tvp;
sys/fs/p9fs/p9fs_vnops.c
2095
struct vnode *tdvp;
sys/fs/p9fs/p9fs_vnops.c
2096
struct vnode *fvp;
sys/fs/p9fs/p9fs_vnops.c
2097
struct vnode *fdvp;
sys/fs/p9fs/p9fs_vnops.c
219
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
220
struct vnode **vpp, *vp;
sys/fs/p9fs/p9fs_vnops.c
2201
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
2266
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
2319
struct vnode *vp = ap->a_vp;
sys/fs/p9fs/p9fs_vnops.c
426
char *extension, uint32_t perm, uint8_t mode, struct vnode **vpp)
sys/fs/p9fs/p9fs_vnops.c
532
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
533
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
566
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
567
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
599
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
600
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
672
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
750
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
78
p9fs_itimes(struct vnode *vp)
sys/fs/p9fs/p9fs_vnops.c
782
p9fs_check_possible(struct vnode *vp, struct vattr *vap, mode_t mode)
sys/fs/p9fs/p9fs_vnops.c
818
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
852
p9fs_reload_stats_dotl(struct vnode *vp, struct ucred *cred)
sys/fs/p9fs/p9fs_vnops.c
896
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
976
p9fs_stat_vnode_dotl(struct p9_stat_dotl *stat, struct vnode *vp)
sys/fs/procfs/procfs_map.c
82
struct vnode *vp;
sys/fs/pseudofs/pseudofs.c
458
pfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/pseudofs/pseudofs.h
250
struct vnode **vpp);
sys/fs/pseudofs/pseudofs.h
48
struct vnode;
sys/fs/pseudofs/pseudofs_internal.h
45
struct vnode *pvd_vnode;
sys/fs/pseudofs/pseudofs_internal.h
54
int pfs_vncache_alloc (struct mount *, struct vnode **,
sys/fs/pseudofs/pseudofs_internal.h
56
int pfs_vncache_free (struct vnode *);
sys/fs/pseudofs/pseudofs_vncache.c
116
pfs_vncache_alloc(struct mount *mp, struct vnode **vpp,
sys/fs/pseudofs/pseudofs_vncache.c
121
struct vnode *vp;
sys/fs/pseudofs/pseudofs_vncache.c
245
pfs_vncache_free(struct vnode *vp)
sys/fs/pseudofs/pseudofs_vncache.c
290
pfs_purge_one(struct vnode *vnp)
sys/fs/pseudofs/pseudofs_vncache.c
303
struct vnode *vnp;
sys/fs/pseudofs/pseudofs_vncache.c
343
struct vnode *vnp;
sys/fs/pseudofs/pseudofs_vnops.c
1002
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
1066
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
1082
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
1099
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
159
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
181
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
217
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
285
struct vnode *vn;
sys/fs/pseudofs/pseudofs_vnops.c
338
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
373
struct vnode *vp = ap->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
374
struct vnode **dvp = ap->a_vpp;
sys/fs/pseudofs/pseudofs_vnops.c
451
struct vnode *vn = va->a_dvp;
sys/fs/pseudofs/pseudofs_vnops.c
452
struct vnode **vpp = va->a_vpp;
sys/fs/pseudofs/pseudofs_vnops.c
604
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
674
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
862
struct vnode *vn = va->a_vp;
sys/fs/smbfs/smbfs.h
93
int smbfs_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td);
sys/fs/smbfs/smbfs.h
94
int smbfs_vinvalbuf(struct vnode *vp, struct thread *td);
sys/fs/smbfs/smbfs_io.c
187
smbfs_readvnode(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/smbfs/smbfs_io.c
250
smbfs_writevnode(struct vnode *vp, struct uio *uiop,
sys/fs/smbfs/smbfs_io.c
315
smbfs_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td)
sys/fs/smbfs/smbfs_io.c
430
struct vnode *vp;
sys/fs/smbfs/smbfs_io.c
548
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_io.c
628
smbfs_vinvalbuf(struct vnode *vp, struct thread *td)
sys/fs/smbfs/smbfs_io.c
74
smbfs_readvdir(struct vnode *vp, struct uio *uio, struct ucred *cred, int *eofp)
sys/fs/smbfs/smbfs_io.c
80
struct vnode *newvp;
sys/fs/smbfs/smbfs_node.c
101
smbfs_node_alloc(struct mount *mp, struct vnode *dvp, const char *dirnm,
sys/fs/smbfs/smbfs_node.c
103
struct smbfattr *fap, struct vnode **vpp)
sys/fs/smbfs/smbfs_node.c
109
struct vnode *vp, *vp2;
sys/fs/smbfs/smbfs_node.c
233
smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,
sys/fs/smbfs/smbfs_node.c
234
struct smbfattr *fap, struct vnode **vpp)
sys/fs/smbfs/smbfs_node.c
237
struct vnode *vp;
sys/fs/smbfs/smbfs_node.c
264
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_node.c
265
struct vnode *dvp;
sys/fs/smbfs/smbfs_node.c
302
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_node.c
335
smbfs_attr_cacheenter(struct vnode *vp, struct smbfattr *fap)
sys/fs/smbfs/smbfs_node.c
355
smbfs_attr_cachelookup(struct vnode *vp, struct vattr *va)
sys/fs/smbfs/smbfs_node.c
87
smbfs_vnode_cmp(struct vnode *vp, void *_sc)
sys/fs/smbfs/smbfs_node.h
47
struct vnode * n_parent;
sys/fs/smbfs/smbfs_node.h
48
struct vnode * n_vnode;
sys/fs/smbfs/smbfs_node.h
70
struct vnode * n_parent;
sys/fs/smbfs/smbfs_node.h
76
#define SMBTOV(np) ((struct vnode *)(np)->n_vnode)
sys/fs/smbfs/smbfs_node.h
90
int smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,
sys/fs/smbfs/smbfs_node.h
91
struct smbfattr *fap, struct vnode **vpp);
sys/fs/smbfs/smbfs_node.h
96
int smbfs_readvnode(struct vnode *vp, struct uio *uiop, struct ucred *cred, int *eofp);
sys/fs/smbfs/smbfs_node.h
97
int smbfs_writevnode(struct vnode *vp, struct uio *uiop, struct ucred *cred, int ioflag);
sys/fs/smbfs/smbfs_node.h
98
void smbfs_attr_cacheenter(struct vnode *vp, struct smbfattr *fap);
sys/fs/smbfs/smbfs_node.h
99
int smbfs_attr_cachelookup(struct vnode *vp ,struct vattr *va);
sys/fs/smbfs/smbfs_subr.h
56
struct vnode;
sys/fs/smbfs/smbfs_vfsops.c
135
struct vnode *vp;
sys/fs/smbfs/smbfs_vfsops.c
309
smbfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/smbfs/smbfs_vfsops.c
312
struct vnode *vp;
sys/fs/smbfs/smbfs_vnops.c
1051
struct vnode *dvp = ap->a_dvp;
sys/fs/smbfs/smbfs_vnops.c
1052
struct vnode **vpp = ap->a_vpp;
sys/fs/smbfs/smbfs_vnops.c
1053
struct vnode *vp;
sys/fs/smbfs/smbfs_vnops.c
119
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
142
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
211
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
233
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
266
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
463
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
475
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
493
struct vnode *dvp = ap->a_dvp;
sys/fs/smbfs/smbfs_vnops.c
495
struct vnode **vpp=ap->a_vpp;
sys/fs/smbfs/smbfs_vnops.c
498
struct vnode *vp;
sys/fs/smbfs/smbfs_vnops.c
535
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
560
struct vnode *fvp = ap->a_fvp;
sys/fs/smbfs/smbfs_vnops.c
561
struct vnode *tvp = ap->a_tvp;
sys/fs/smbfs/smbfs_vnops.c
562
struct vnode *fdvp = ap->a_fdvp;
sys/fs/smbfs/smbfs_vnops.c
563
struct vnode *tdvp = ap->a_tdvp;
sys/fs/smbfs/smbfs_vnops.c
683
struct vnode *dvp = ap->a_dvp;
sys/fs/smbfs/smbfs_vnops.c
685
struct vnode *vp;
sys/fs/smbfs/smbfs_vnops.c
723
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
724
struct vnode *dvp = ap->a_dvp;
sys/fs/smbfs/smbfs_vnops.c
754
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
779
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
865
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_vnops.c
900
struct vnode *vp = ap->a_vp;
sys/fs/tarfs/tarfs.h
133
struct vnode *vp;
sys/fs/tarfs/tarfs.h
142
struct vnode *znode;
sys/fs/tarfs/tarfs.h
220
VP_TO_TARFS_NODE(struct vnode *vp)
sys/fs/tarfs/tarfs.h
46
struct vnode;
sys/fs/tarfs/tarfs.h
57
struct vnode *vnode;
sys/fs/tarfs/tarfs_io.c
257
struct vnode *vp = ap->a_vp;
sys/fs/tarfs/tarfs_io.c
281
struct vnode *vp = ap->a_vp;
sys/fs/tarfs/tarfs_io.c
527
struct vnode *vp = ap->a_vp;
sys/fs/tarfs/tarfs_io.c
556
struct vnode *vp = ap->a_vp;
sys/fs/tarfs/tarfs_io.c
571
struct vnode *vp = ap->a_vp;
sys/fs/tarfs/tarfs_io.c
617
struct vnode *zvp;
sys/fs/tarfs/tarfs_vfsops.c
1064
struct vnode *vp;
sys/fs/tarfs/tarfs_vfsops.c
1097
tarfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/tarfs/tarfs_vfsops.c
1099
struct vnode *nvp;
sys/fs/tarfs/tarfs_vfsops.c
1140
tarfs_vget(struct mount *mp, ino_t ino, int lkflags, struct vnode **vpp)
sys/fs/tarfs/tarfs_vfsops.c
1145
struct vnode *vp;
sys/fs/tarfs/tarfs_vfsops.c
1186
tnp->vnode = vp;
sys/fs/tarfs/tarfs_vfsops.c
1207
tarfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/tarfs/tarfs_vfsops.c
1211
struct vnode *nvp;
sys/fs/tarfs/tarfs_vfsops.c
854
tarfs_alloc_mount(struct mount *mp, struct vnode *vp,
sys/fs/tarfs/tarfs_vfsops.c
939
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
132
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
186
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
224
struct vnode *dvp, **vpp;
sys/fs/tarfs/tarfs_vnops.c
226
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
310
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
50
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
513
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
556
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
580
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
588
tnp->vnode = NULL;
sys/fs/tarfs/tarfs_vnops.c
599
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
71
struct vnode *vp;
sys/fs/tarfs/tarfs_vnops.c
90
struct vnode *vp;
sys/fs/tmpfs/tmpfs.h
237
struct vnode * tn_vnode; /* (i) */
sys/fs/tmpfs/tmpfs.h
478
void tmpfs_destroy_vobject(struct vnode *vp, vm_object_t obj);
sys/fs/tmpfs/tmpfs.h
480
struct vnode **);
sys/fs/tmpfs/tmpfs.h
481
void tmpfs_free_vp(struct vnode *);
sys/fs/tmpfs/tmpfs.h
482
int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
sys/fs/tmpfs/tmpfs.h
484
void tmpfs_check_mtime(struct vnode *);
sys/fs/tmpfs/tmpfs.h
485
void tmpfs_dir_attach(struct vnode *, struct tmpfs_dirent *);
sys/fs/tmpfs/tmpfs.h
486
void tmpfs_dir_detach(struct vnode *, struct tmpfs_dirent *);
sys/fs/tmpfs/tmpfs.h
493
int tmpfs_dir_whiteout_add(struct vnode *, struct componentname *);
sys/fs/tmpfs/tmpfs.h
494
void tmpfs_dir_whiteout_remove(struct vnode *, struct componentname *);
sys/fs/tmpfs/tmpfs.h
495
void tmpfs_dir_clear_whiteouts(struct vnode *);
sys/fs/tmpfs/tmpfs.h
496
int tmpfs_reg_resize(struct vnode *, off_t, boolean_t);
sys/fs/tmpfs/tmpfs.h
497
int tmpfs_reg_punch_hole(struct vnode *vp, off_t *, off_t *);
sys/fs/tmpfs/tmpfs.h
498
int tmpfs_chflags(struct vnode *, u_long, struct ucred *, struct thread *);
sys/fs/tmpfs/tmpfs.h
499
int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct thread *);
sys/fs/tmpfs/tmpfs.h
500
int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *,
sys/fs/tmpfs/tmpfs.h
502
int tmpfs_chsize(struct vnode *, u_quad_t, struct ucred *, struct thread *);
sys/fs/tmpfs/tmpfs.h
503
int tmpfs_chtimes(struct vnode *, struct vattr *, struct ucred *cred,
sys/fs/tmpfs/tmpfs.h
505
void tmpfs_itimes(struct vnode *, const struct timespec *,
sys/fs/tmpfs/tmpfs.h
511
int tmpfs_truncate(struct vnode *, off_t);
sys/fs/tmpfs/tmpfs.h
519
tmpfs_update(struct vnode *vp)
sys/fs/tmpfs/tmpfs.h
584
static inline struct vnode *
sys/fs/tmpfs/tmpfs.h
626
VP_TO_TMPFS_NODE(struct vnode *vp)
sys/fs/tmpfs/tmpfs.h
639
VP_TO_TMPFS_DIR(struct vnode *vp)
sys/fs/tmpfs/tmpfs.h
649
tmpfs_use_nc(struct vnode *vp)
sys/fs/tmpfs/tmpfs.h
656
tmpfs_update_getattr(struct vnode *vp)
sys/fs/tmpfs/tmpfs_subr.c
114
struct vnode *vp;
sys/fs/tmpfs/tmpfs_subr.c
1141
tmpfs_free_vp(struct vnode *vp)
sys/fs/tmpfs/tmpfs_subr.c
1166
tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap,
sys/fs/tmpfs/tmpfs_subr.c
1448
tmpfs_dir_attach(struct vnode *vp, struct tmpfs_dirent *de)
sys/fs/tmpfs/tmpfs_subr.c
1495
tmpfs_dir_detach(struct vnode *vp, struct tmpfs_dirent *de)
sys/fs/tmpfs/tmpfs_subr.c
1793
tmpfs_dir_whiteout_add(struct vnode *dvp, struct componentname *cnp)
sys/fs/tmpfs/tmpfs_subr.c
1810
tmpfs_dir_whiteout_remove(struct vnode *dvp, struct componentname *cnp)
sys/fs/tmpfs/tmpfs_subr.c
1831
tmpfs_dir_clear_whiteouts(struct vnode *dvp)
sys/fs/tmpfs/tmpfs_subr.c
1858
tmpfs_reg_resize(struct vnode *vp, off_t newsize, boolean_t ignerr)
sys/fs/tmpfs/tmpfs_subr.c
1925
tmpfs_reg_punch_hole(struct vnode *vp, off_t *offset, off_t *length)
sys/fs/tmpfs/tmpfs_subr.c
196
tmpfs_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/fs/tmpfs/tmpfs_subr.c
198
struct vnode *vp;
sys/fs/tmpfs/tmpfs_subr.c
2001
tmpfs_check_mtime(struct vnode *vp)
sys/fs/tmpfs/tmpfs_subr.c
2032
tmpfs_chflags(struct vnode *vp, u_long flags, struct ucred *cred,
sys/fs/tmpfs/tmpfs_subr.c
2089
tmpfs_chmod(struct vnode *vp, mode_t mode, struct ucred *cred,
sys/fs/tmpfs/tmpfs_subr.c
2150
tmpfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred,
sys/fs/tmpfs/tmpfs_subr.c
2224
tmpfs_chsize(struct vnode *vp, u_quad_t size, struct ucred *cred,
sys/fs/tmpfs/tmpfs_subr.c
2287
tmpfs_chtimes(struct vnode *vp, struct vattr *vap,
sys/fs/tmpfs/tmpfs_subr.c
2344
tmpfs_itimes(struct vnode *vp, const struct timespec *acc,
sys/fs/tmpfs/tmpfs_subr.c
2380
tmpfs_truncate(struct vnode *vp, off_t length)
sys/fs/tmpfs/tmpfs_subr.c
912
tmpfs_destroy_vobject(struct vnode *vp, vm_object_t obj)
sys/fs/tmpfs/tmpfs_subr.c
951
struct vnode **vpp)
sys/fs/tmpfs/tmpfs_subr.c
953
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vfsops.c
114
struct vnode *vp, *mvp;
sys/fs/tmpfs/tmpfs_vfsops.c
127
struct vnode *vp, *mvp;
sys/fs/tmpfs/tmpfs_vfsops.c
191
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vfsops.c
598
tmpfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/tmpfs/tmpfs_vfsops.c
610
struct vnode **vpp)
sys/fs/tmpfs/tmpfs_vfsops.c
86
static int tmpfs_root(struct mount *, int flags, struct vnode **);
sys/fs/tmpfs/tmpfs_vfsops.c
88
struct vnode **);
sys/fs/tmpfs/tmpfs_vfsops.c
97
tmpfs_update_mtime_lazy_filter(struct vnode *vp, void *arg)
sys/fs/tmpfs/tmpfs_vnops.c
1051
struct vnode *fdvp = v->a_fdvp;
sys/fs/tmpfs/tmpfs_vnops.c
1052
struct vnode *fvp = v->a_fvp;
sys/fs/tmpfs/tmpfs_vnops.c
1054
struct vnode *tdvp = v->a_tdvp;
sys/fs/tmpfs/tmpfs_vnops.c
1055
struct vnode *tvp = v->a_tvp;
sys/fs/tmpfs/tmpfs_vnops.c
1372
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1373
struct vnode **vpp = v->a_vpp;
sys/fs/tmpfs/tmpfs_vnops.c
1385
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1386
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1483
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1484
struct vnode **vpp = v->a_vpp;
sys/fs/tmpfs/tmpfs_vnops.c
1501
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1561
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1588
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1608
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1623
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1644
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1685
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1708
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1792
struct vnode *dvp = ap->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1830
tmpfs_vptocnp_fill(struct vnode *vp, struct tmpfs_node *tn,
sys/fs/tmpfs/tmpfs_vnops.c
1831
struct tmpfs_node *tnp, char *buf, size_t *buflen, struct vnode **dvp)
sys/fs/tmpfs/tmpfs_vnops.c
1866
struct vnode *vp, **dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1973
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
2014
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
2052
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
2088
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
2183
tmpfs_seek_datahole(struct vnode *vp, off_t *off, bool seekdata)
sys/fs/tmpfs/tmpfs_vnops.c
2215
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
245
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
246
struct vnode **vpp = v->a_vpp;
sys/fs/tmpfs/tmpfs_vnops.c
261
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
262
struct vnode **vpp = v->a_vpp;
sys/fs/tmpfs/tmpfs_vnops.c
278
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
279
struct vnode **vpp = v->a_vpp;
sys/fs/tmpfs/tmpfs_vnops.c
294
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
335
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
363
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
383
tmpfs_access_locked(struct vnode *vp, struct tmpfs_node *node,
sys/fs/tmpfs/tmpfs_vnops.c
402
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
445
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
499
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
544
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
599
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
617
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
660
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
726
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
737
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
738
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
786
struct vnode *dvp = v->a_tdvp;
sys/fs/tmpfs/tmpfs_vnops.c
787
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
841
tmpfs_rename_relock(struct vnode *fdvp, struct vnode **fvpp,
sys/fs/tmpfs/tmpfs_vnops.c
842
struct vnode *tdvp, struct vnode **tvpp,
sys/fs/tmpfs/tmpfs_vnops.c
845
struct vnode *nvp;
sys/fs/tmpfs/tmpfs_vnops.c
85
struct vnode **rvp)
sys/fs/tmpfs/tmpfs_vnops.c
92
tmpfs_lookup1(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp)
sys/fs/tmpfs/tmpfs_vnops.c
967
struct vnode *fvp, struct tmpfs_node *fnode, struct tmpfs_dirent *de,
sys/fs/udf/udf.h
120
int udf_allocv(struct mount *, struct vnode **, struct thread *);
sys/fs/udf/udf.h
122
int udf_vget(struct mount *, ino_t, int, struct vnode **);
sys/fs/udf/udf.h
32
struct vnode *i_vnode;
sys/fs/udf/udf.h
45
struct vnode *im_devvp;
sys/fs/udf/udf_vfsops.c
138
static int udf_mountfs(struct vnode *, struct mount *);
sys/fs/udf/udf_vfsops.c
181
struct vnode *devvp; /* vnode of the mount device */
sys/fs/udf/udf_vfsops.c
296
udf_mountfs(struct vnode *devvp, struct mount *mp)
sys/fs/udf/udf_vfsops.c
547
udf_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/udf/udf_vfsops.c
577
udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/udf/udf_vfsops.c
580
struct vnode *devvp;
sys/fs/udf/udf_vfsops.c
583
struct vnode *vp;
sys/fs/udf/udf_vfsops.c
728
udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/udf/udf_vfsops.c
731
struct vnode *nvp;
sys/fs/udf/udf_vnops.c
1037
struct vnode *vp;
sys/fs/udf/udf_vnops.c
1131
struct vnode *dvp;
sys/fs/udf/udf_vnops.c
1132
struct vnode *tdp = NULL;
sys/fs/udf/udf_vnops.c
1133
struct vnode **vpp = a->a_vpp;
sys/fs/udf/udf_vnops.c
119
udf_allocv(struct mount *mp, struct vnode **vpp, struct thread *td)
sys/fs/udf/udf_vnops.c
122
struct vnode *vp;
sys/fs/udf/udf_vnops.c
1278
struct vnode *vp;
sys/fs/udf/udf_vnops.c
1326
struct vnode *vp = node->i_vnode;
sys/fs/udf/udf_vnops.c
158
struct vnode *vp;
sys/fs/udf/udf_vnops.c
290
struct vnode *vp;
sys/fs/udf/udf_vnops.c
343
struct vnode *vp;
sys/fs/udf/udf_vnops.c
420
struct vnode *vp = ap->a_vp;
sys/fs/udf/udf_vnops.c
446
struct vnode *vp = ap->a_vp;
sys/fs/udf/udf_vnops.c
788
struct vnode *vp;
sys/fs/udf/udf_vnops.c
917
struct vnode *vp;
sys/fs/unionfs/union.h
115
unionfs_check_vnode(struct vnode *vp, const char *file __unused,
sys/fs/unionfs/union.h
133
int unionfs_nodeget(struct mount *, struct vnode *, struct vnode *,
sys/fs/unionfs/union.h
134
struct vnode *, struct vnode **, struct componentname *);
sys/fs/unionfs/union.h
135
void unionfs_noderem(struct vnode *);
sys/fs/unionfs/union.h
142
int unionfs_check_rmdir(struct vnode *, struct ucred *, struct thread *);
sys/fs/unionfs/union.h
143
int unionfs_copyfile(struct vnode *, int, struct ucred *, struct thread *);
sys/fs/unionfs/union.h
144
int unionfs_copylink(struct vnode *, struct ucred *, struct thread *);
sys/fs/unionfs/union.h
147
int unionfs_create_uppervattr(struct unionfs_mount *, struct vnode *,
sys/fs/unionfs/union.h
149
int unionfs_mkshadowdir(struct vnode *, struct vnode *,
sys/fs/unionfs/union.h
151
int unionfs_mkwhiteout(struct vnode *, struct vnode *,
sys/fs/unionfs/union.h
153
int unionfs_relookup(struct vnode *, struct vnode **,
sys/fs/unionfs/union.h
156
void unionfs_forward_vop_start_pair(struct vnode *, int *,
sys/fs/unionfs/union.h
157
struct vnode *, int *);
sys/fs/unionfs/union.h
158
bool unionfs_forward_vop_finish_pair(struct vnode *, struct vnode *, int,
sys/fs/unionfs/union.h
159
struct vnode *, struct vnode *, int);
sys/fs/unionfs/union.h
160
int unionfs_set_in_progress_flag(struct vnode *, unsigned int);
sys/fs/unionfs/union.h
161
void unionfs_clear_in_progress_flag(struct vnode *, unsigned int);
sys/fs/unionfs/union.h
164
unionfs_forward_vop_start(struct vnode *basevp, int *lkflags)
sys/fs/unionfs/union.h
170
unionfs_forward_vop_finish(struct vnode *unionvp, struct vnode *basevp,
sys/fs/unionfs/union.h
56
struct vnode *um_lowervp; /* VREFed once */
sys/fs/unionfs/union.h
57
struct vnode *um_uppervp; /* VREFed once */
sys/fs/unionfs/union.h
58
struct vnode *um_rootvp; /* ROOT vnode */
sys/fs/unionfs/union.h
85
struct vnode *un_lowervp; /* lower side vnode */
sys/fs/unionfs/union.h
86
struct vnode *un_uppervp; /* upper side vnode */
sys/fs/unionfs/union.h
87
struct vnode *un_dvp; /* parent unionfs vnode */
sys/fs/unionfs/union.h
88
struct vnode *un_vnode; /* Back pointer */
sys/fs/unionfs/union_subr.c
1052
unionfs_forward_vop_ref(struct vnode *basevp, int *lkflags)
sys/fs/unionfs/union_subr.c
1093
unionfs_forward_vop_start_pair(struct vnode *basevp1, int *lkflags1,
sys/fs/unionfs/union_subr.c
1094
struct vnode *basevp2, int *lkflags2)
sys/fs/unionfs/union_subr.c
1106
unionfs_forward_vop_rele(struct vnode *unionvp, struct vnode *basevp,
sys/fs/unionfs/union_subr.c
1145
struct vnode *unionvp1, struct vnode *basevp1, int lkflags1,
sys/fs/unionfs/union_subr.c
1146
struct vnode *unionvp2, struct vnode *basevp2, int lkflags2)
sys/fs/unionfs/union_subr.c
1209
unionfs_mkwhiteout(struct vnode *dvp, struct vnode *vp,
sys/fs/unionfs/union_subr.c
1212
struct vnode *udvp;
sys/fs/unionfs/union_subr.c
1213
struct vnode *wvp;
sys/fs/unionfs/union_subr.c
1270
unionfs_vn_create_on_upper(struct vnode **vpp, struct vnode *udvp,
sys/fs/unionfs/union_subr.c
1271
struct vnode *vp, struct vattr *uvap, struct thread *td)
sys/fs/unionfs/union_subr.c
1275
struct vnode *uvp;
sys/fs/unionfs/union_subr.c
1276
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
132
unionfs_get_hashhead(struct vnode *dvp, struct vnode *lookup)
sys/fs/unionfs/union_subr.c
1352
unionfs_copyfile_core(struct vnode *lvp, struct vnode *uvp,
sys/fs/unionfs/union_subr.c
1422
unionfs_copyfile(struct vnode *vp, int docopy, struct ucred *cred,
sys/fs/unionfs/union_subr.c
1428
struct vnode *udvp;
sys/fs/unionfs/union_subr.c
1429
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
1430
struct vnode *uvp;
sys/fs/unionfs/union_subr.c
145
static struct vnode *
sys/fs/unionfs/union_subr.c
146
unionfs_get_cached_vnode_locked(struct vnode *lookup, struct vnode *dvp)
sys/fs/unionfs/union_subr.c
150
struct vnode *vp;
sys/fs/unionfs/union_subr.c
1527
unionfs_vn_symlink_on_upper(struct vnode **vpp, struct vnode *udvp,
sys/fs/unionfs/union_subr.c
1528
struct vnode *vp, struct vattr *uvap, const char *target,
sys/fs/unionfs/union_subr.c
1533
struct vnode *uvp;
sys/fs/unionfs/union_subr.c
1534
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
1598
unionfs_copylink(struct vnode *vp, struct ucred *cred,
sys/fs/unionfs/union_subr.c
1604
struct vnode *udvp;
sys/fs/unionfs/union_subr.c
1605
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
1606
struct vnode *uvp;
sys/fs/unionfs/union_subr.c
1704
unionfs_check_rmdir(struct vnode *vp, struct ucred *cred, struct thread *td)
sys/fs/unionfs/union_subr.c
1706
struct vnode *uvp;
sys/fs/unionfs/union_subr.c
1707
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
1708
struct vnode *tvp;
sys/fs/unionfs/union_subr.c
179
static struct vnode *
sys/fs/unionfs/union_subr.c
180
unionfs_get_cached_vnode(struct vnode *uvp, struct vnode *lvp,
sys/fs/unionfs/union_subr.c
181
struct vnode *dvp)
sys/fs/unionfs/union_subr.c
183
struct vnode *vp;
sys/fs/unionfs/union_subr.c
199
static struct vnode *
sys/fs/unionfs/union_subr.c
201
struct vnode *dvp)
sys/fs/unionfs/union_subr.c
204
struct vnode *vp;
sys/fs/unionfs/union_subr.c
233
unionfs_rem_cached_vnode(struct unionfs_node *unp, struct vnode *dvp)
sys/fs/unionfs/union_subr.c
256
unionfs_nodeget_cleanup(struct vnode *vp, struct unionfs_node *unp)
sys/fs/unionfs/union_subr.c
299
unionfs_nodeget(struct mount *mp, struct vnode *uppervp,
sys/fs/unionfs/union_subr.c
300
struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp,
sys/fs/unionfs/union_subr.c
306
struct vnode *vp;
sys/fs/unionfs/union_subr.c
458
unionfs_noderem(struct vnode *vp)
sys/fs/unionfs/union_subr.c
463
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
464
struct vnode *uvp;
sys/fs/unionfs/union_subr.c
465
struct vnode *dvp;
sys/fs/unionfs/union_subr.c
696
unionfs_create_uppervattr(struct unionfs_mount *ump, struct vnode *lvp,
sys/fs/unionfs/union_subr.c
720
unionfs_relookup(struct vnode *dvp, struct vnode **vpp,
sys/fs/unionfs/union_subr.c
764
unionfs_node_update(struct unionfs_node *unp, struct vnode *uvp,
sys/fs/unionfs/union_subr.c
768
struct vnode *vp;
sys/fs/unionfs/union_subr.c
769
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
770
struct vnode *dvp;
sys/fs/unionfs/union_subr.c
818
unionfs_set_in_progress_flag(struct vnode *vp, unsigned int flag)
sys/fs/unionfs/union_subr.c
860
unionfs_clear_in_progress_flag(struct vnode *vp, unsigned int flag)
sys/fs/unionfs/union_subr.c
885
unionfs_mkshadowdir(struct vnode *dvp, struct vnode *vp,
sys/fs/unionfs/union_subr.c
888
struct vnode *lvp;
sys/fs/unionfs/union_subr.c
889
struct vnode *uvp;
sys/fs/unionfs/union_subr.c
890
struct vnode *udvp;
sys/fs/unionfs/union_vfsops.c
432
unionfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/unionfs/union_vfsops.c
435
struct vnode *vp;
sys/fs/unionfs/union_vfsops.c
555
unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/unionfs/union_vfsops.c
562
struct vnode **vpp)
sys/fs/unionfs/union_vfsops.c
575
unionfs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/fs/unionfs/union_vfsops.c
74
struct vnode *lowerrootvp;
sys/fs/unionfs/union_vfsops.c
75
struct vnode *upperrootvp;
sys/fs/unionfs/union_vfsops.c
76
struct vnode *lvp1;
sys/fs/unionfs/union_vfsops.c
77
struct vnode *lvp2;
sys/fs/unionfs/union_vnops.c
1031
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1032
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
1086
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1087
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
1133
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
1154
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
1179
struct vnode *ovp;
sys/fs/unionfs/union_vnops.c
1209
struct vnode *ovp;
sys/fs/unionfs/union_vnops.c
1231
struct vnode *ovp;
sys/fs/unionfs/union_vnops.c
1266
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
1267
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1268
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
1320
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
1321
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1374
struct vnode *fdvp;
sys/fs/unionfs/union_vnops.c
1375
struct vnode *fvp;
sys/fs/unionfs/union_vnops.c
1377
struct vnode *tdvp;
sys/fs/unionfs/union_vnops.c
1378
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
1383
struct vnode *rfdvp;
sys/fs/unionfs/union_vnops.c
1384
struct vnode *rfvp;
sys/fs/unionfs/union_vnops.c
1385
struct vnode *rtdvp;
sys/fs/unionfs/union_vnops.c
1386
struct vnode *rtvp;
sys/fs/unionfs/union_vnops.c
1644
struct vnode *dvp;
sys/fs/unionfs/union_vnops.c
1645
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
1646
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1706
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
1707
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1708
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
1798
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
1799
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1845
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
1846
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
1847
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
2050
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2071
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
2072
struct vnode *vp, *ovp;
sys/fs/unionfs/union_vnops.c
2127
struct vnode *vp, *basevp;
sys/fs/unionfs/union_vnops.c
2214
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2215
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
2318
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2319
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
2339
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2354
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2355
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
2412
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2434
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2455
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
2456
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
2495
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2516
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2517
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
2551
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2552
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
2590
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2613
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
2614
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
2615
struct vnode *ovp;
sys/fs/unionfs/union_vnops.c
2685
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
2708
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
2709
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
2710
struct vnode *ovp;
sys/fs/unionfs/union_vnops.c
2776
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
2777
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
2817
struct vnode *tvp, *vp;
sys/fs/unionfs/union_vnops.c
2847
struct vnode *dvp, *vp, **vpp, *lvp, *uvp, *tvp, *tdvp, *tempvp;
sys/fs/unionfs/union_vnops.c
2957
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
2976
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
2989
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
3002
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
3015
struct vnode *tvp;
sys/fs/unionfs/union_vnops.c
434
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
435
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
477
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
515
struct vnode *udvp;
sys/fs/unionfs/union_vnops.c
516
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
560
unionfs_upgrade_lock(struct vnode *vp)
sys/fs/unionfs/union_vnops.c
576
unionfs_downgrade_lock(struct vnode *vp, enum unionfs_lkupgrade status)
sys/fs/unionfs/union_vnops.c
598
static struct vnode *
sys/fs/unionfs/union_vnops.c
599
unionfs_lock_lvp(struct vnode *vp, int *lkflags)
sys/fs/unionfs/union_vnops.c
602
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
628
unionfs_unlock_lvp(struct vnode *vp, struct vnode *lvp, int lkflags)
sys/fs/unionfs/union_vnops.c
642
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
643
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
644
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
645
struct vnode *targetvp;
sys/fs/unionfs/union_vnops.c
787
struct vnode *vp;
sys/fs/unionfs/union_vnops.c
788
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
789
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
790
struct vnode *ovp;
sys/fs/unionfs/union_vnops.c
80
unionfs_lookup_isroot(struct componentname *cnp, struct vnode *dvp)
sys/fs/unionfs/union_vnops.c
950
struct vnode *uvp;
sys/fs/unionfs/union_vnops.c
951
struct vnode *lvp;
sys/fs/unionfs/union_vnops.c
98
struct vnode *dvp, *udvp, *ldvp, *vp, *uvp, *lvp, *dtmpvp;
sys/geom/geom_vfs.c
105
struct vnode *vp;
sys/geom/geom_vfs.c
267
g_vfs_open(struct vnode *vp, struct g_consumer **cpp, const char *fsname, int wr)
sys/geom/geom_vfs.h
32
struct vnode;
sys/geom/geom_vfs.h
39
int g_vfs_open(struct vnode *vp, struct g_consumer **cpp, const char *fsname, int wr);
sys/i386/linux/linux_machdep.c
623
struct vnode *vp;
sys/kern/coredump_vnode.c
162
vnode_close_locked(struct thread *td, struct vnode *vp)
sys/kern/coredump_vnode.c
208
int indexlen, int ncores, struct vnode **vpp)
sys/kern/coredump_vnode.c
210
struct vnode *oldvp, *nextvp, *vp;
sys/kern/coredump_vnode.c
305
int compress, int signum, struct vnode **vpp, char **namep)
sys/kern/coredump_vnode.c
437
struct vnode *vp;
sys/kern/imgact_binmisc.c
66
struct vnode *ibe_interpreter_vnode;
sys/kern/kern_acct.c
136
static struct vnode *acct_vp;
sys/kern/kern_alq.c
315
struct vnode *vp;
sys/kern/kern_alq.c
74
struct vnode *aq_vp; /* Open vnode handle */
sys/kern/kern_conf.c
205
devvn_refthread(struct vnode *vp, struct cdev **devp, int *ref)
sys/kern/kern_descrip.c
1801
struct vnode *vp;
sys/kern/kern_descrip.c
2655
struct vnode *vp;
sys/kern/kern_descrip.c
2827
struct vnode *vp;
sys/kern/kern_descrip.c
2968
struct vnode *vp;
sys/kern/kern_descrip.c
3250
fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, int *flagsp)
sys/kern/kern_descrip.c
3256
struct vnode *vp;
sys/kern/kern_descrip.c
3321
fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, int *flagsp)
sys/kern/kern_descrip.c
3327
struct vnode *vp;
sys/kern/kern_descrip.c
3364
fgetvp_lookup(struct nameidata *ndp, struct vnode **vpp)
sys/kern/kern_descrip.c
3368
struct vnode *vp;
sys/kern/kern_descrip.c
3854
struct vnode **vpp)
sys/kern/kern_descrip.c
3876
struct vnode **vpp)
sys/kern/kern_descrip.c
3884
struct filecaps *havecaps, struct vnode **vpp)
sys/kern/kern_descrip.c
3916
struct vnode **vpp)
sys/kern/kern_descrip.c
3924
struct vnode **vpp)
sys/kern/kern_descrip.c
3933
struct vnode **vpp)
sys/kern/kern_descrip.c
3980
struct vnode *vp;
sys/kern/kern_descrip.c
4135
struct vnode *vp;
sys/kern/kern_descrip.c
4275
pwd_chroot(struct thread *td, struct vnode *vp)
sys/kern/kern_descrip.c
4318
pwd_chdir(struct thread *td, struct vnode *vp)
sys/kern/kern_descrip.c
4340
pwd_altroot(struct thread *td, struct vnode *altroot_vp)
sys/kern/kern_descrip.c
4374
pwd_chroot_chdir(struct thread *td, struct vnode *vp)
sys/kern/kern_descrip.c
4477
mountcheckdirs(struct vnode *olddp, struct vnode *newdp)
sys/kern/kern_descrip.c
4563
struct vnode *vp;
sys/kern/kern_descrip.c
4841
export_vnode_to_kinfo(struct vnode *vp, int fd, int fflags,
sys/kern/kern_descrip.c
4906
export_vnode_to_sb(struct vnode *vp, int fd, int fflags,
sys/kern/kern_descrip.c
4935
struct vnode *cttyvp, *textvp, *tracevp;
sys/kern/kern_descrip.c
5107
export_vnode_for_osysctl(struct vnode *vp, int type, struct kinfo_file *kif,
sys/kern/kern_descrip.c
5243
struct vnode *cdir;
sys/kern/kern_descrip.c
576
struct vnode *vp;
sys/kern/kern_exec.c
1953
struct vnode *vp = imgp->vp;
sys/kern/kern_exec.c
473
struct vnode *oldtextvp, *newtextvp;
sys/kern/kern_exec.c
474
struct vnode *oldtextdvp, *newtextdvp;
sys/kern/kern_exec.c
572
struct vnode *dvp1;
sys/kern/kern_jail.c
1024
struct vnode *root;
sys/kern/kern_ktrace.c
1102
struct vnode *vp = NULL;
sys/kern/kern_ktrace.c
1365
struct vnode *vp;
sys/kern/kern_ktrace.c
160
struct vnode *vp;
sys/kern/kern_ktrace.c
488
ktr_io_params_alloc(struct thread *td, struct vnode *vp)
sys/kern/kern_ktrace.c
523
struct vnode *
sys/kern/kern_ktrace.c
526
struct vnode *vp;
sys/kern/kern_lockf.c
103
static int lf_hash_owner(caddr_t, struct vnode *, struct flock *, int);
sys/kern/kern_lockf.c
136
struct vnode *, void **cookiep);
sys/kern/kern_lockf.c
1365
lf_setlock(struct lockf *state, struct lockf_entry *lock, struct vnode *vp,
sys/kern/kern_lockf.c
1850
struct vnode *vp;
sys/kern/kern_lockf.c
1918
lf_iteratelocks_vnode(struct vnode *vp, lf_iterator *fn, void *arg)
sys/kern/kern_lockf.c
1988
lf_clearremotesys_iterator(struct vnode *vp, struct flock *fl, void *arg)
sys/kern/kern_lockf.c
2463
struct vnode *vp;
sys/kern/kern_lockf.c
2473
struct vnode *vp;
sys/kern/kern_lockf.c
299
lf_hash_owner(caddr_t id, struct vnode *vp, struct flock *fl, int flags)
sys/kern/kern_lockf.c
418
struct vnode *vp = ap->a_vp;
sys/kern/kern_lockf.c
751
lf_purgelocks(struct vnode *vp, struct lockf **statep)
sys/kern/kern_mib.c
732
SYSCTL_SIZEOF_STRUCT(vnode);
sys/kern/kern_proc.c
2299
struct vnode *vp, *dvp;
sys/kern/kern_proc.c
2425
struct vnode *vp;
sys/kern/kern_proc.c
2646
struct vnode *vp;
sys/kern/kern_proc.c
915
struct vnode *ttyvp;
sys/kern/kern_sendfile.c
531
struct vnode **vp_res, struct shmfd **shmfd_res, off_t *obj_size)
sys/kern/kern_sendfile.c
534
struct vnode *vp;
sys/kern/kern_sendfile.c
714
struct vnode *vp;
sys/kern/kern_shutdown.c
545
struct vnode *oldrootvnode, *vp;
sys/kern/kern_vnodedumper.c
180
struct vnode *vp;
sys/kern/kern_vnodedumper.c
209
struct vnode *vp;
sys/kern/kern_vnodedumper.c
65
struct vnode *vp;
sys/kern/kern_vnodedumper.c
96
livedump_start_vnode(struct vnode *vp, int flags, uint8_t compression)
sys/kern/sys_process.c
599
struct vnode *vp;
sys/kern/tty.c
1228
struct vnode *vp;
sys/kern/uipc_mqueue.c
1056
struct vnode *a_dvp;
sys/kern/uipc_mqueue.c
1057
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1083
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1101
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1109
struct vnode *vp = ap->a_vp;
sys/kern/uipc_mqueue.c
1127
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1144
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1160
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1173
struct vnode *vp = ap->a_vp;
sys/kern/uipc_mqueue.c
1188
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1200
struct vnode *vp = ap->a_vp;
sys/kern/uipc_mqueue.c
1230
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1243
struct vnode *vp;
sys/kern/uipc_mqueue.c
128
struct vnode *mv_vnode;
sys/kern/uipc_mqueue.c
1329
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1343
struct vnode *vp = ap->a_vp;
sys/kern/uipc_mqueue.c
1367
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1382
struct vnode *vp;
sys/kern/uipc_mqueue.c
1473
struct vnode *a_dvp;
sys/kern/uipc_mqueue.c
1474
struvt vnode **a_vpp;
sys/kern/uipc_mqueue.c
1511
struct vnode *a_dvp;
sys/kern/uipc_mqueue.c
1512
struct vnode *a_vp;
sys/kern/uipc_mqueue.c
1565
struct vnode *pr_root;
sys/kern/uipc_mqueue.c
251
static int mqfs_allocv(struct mount *mp, struct vnode **vpp, struct mqfs_node *pn);
sys/kern/uipc_mqueue.c
635
mqfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/uipc_mqueue.c
725
struct vnode *vp = (struct vnode *)context;
sys/kern/uipc_mqueue.c
737
mqfs_allocv(struct mount *mp, struct vnode **vpp, struct mqfs_node *pn)
sys/kern/uipc_mqueue.c
741
struct vnode *newvpp;
sys/kern/uipc_mqueue.c
850
struct vnode *dvp, **vpp;
sys/kern/uipc_mqueue.c
955
struct vnode *a_dvp;
sys/kern/uipc_mqueue.c
956
struct vnode **a_vpp;
sys/kern/uipc_mqueue.c
975
struct vnode *a_dvp;
sys/kern/uipc_mqueue.c
976
struct vnode **a_vpp;
sys/kern/uipc_usrreq.c
2880
struct vnode *vp;
sys/kern/uipc_usrreq.c
4545
vfs_unp_reclaim(struct vnode *vp)
sys/kern/uipc_usrreq.c
572
struct vnode *vp;
sys/kern/uipc_usrreq.c
724
struct vnode *vp = NULL;
sys/kern/uipc_usrreq.c
806
struct vnode *vp;
sys/kern/vfs_acl.c
224
vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type,
sys/kern/vfs_acl.c
262
vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type,
sys/kern/vfs_acl.c
294
vacl_delete(struct thread *td, struct vnode *vp, acl_type_t type)
sys/kern/vfs_acl.c
325
vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type,
sys/kern/vfs_acl.c
74
static int vacl_set_acl(struct thread *td, struct vnode *vp,
sys/kern/vfs_acl.c
76
static int vacl_get_acl(struct thread *td, struct vnode *vp,
sys/kern/vfs_acl.c
78
static int vacl_aclcheck(struct thread *td, struct vnode *vp,
sys/kern/vfs_aio.c
1223
struct vnode *vp;
sys/kern/vfs_aio.c
1786
struct vnode *vp;
sys/kern/vfs_aio.c
2052
struct vnode *vp;
sys/kern/vfs_aio.c
735
aio_fsync_vnode(struct thread *td, struct vnode *vp, int op)
sys/kern/vfs_bio.c
182
static int vfs_bio_clcheck(struct vnode *vp, int size,
sys/kern/vfs_bio.c
184
static void breada(struct vnode *, daddr_t *, int *, int, struct ucred *, int,
sys/kern/vfs_bio.c
186
static int buf_flush(struct vnode *vp, struct bufdomain *, int);
sys/kern/vfs_bio.c
187
static int flushbufqueues(struct vnode *, struct bufdomain *, int, int);
sys/kern/vfs_bio.c
2179
breada(struct vnode * vp, daddr_t * rablkno, int * rabsize, int cnt,
sys/kern/vfs_bio.c
2239
breadn_flags(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size,
sys/kern/vfs_bio.c
2324
struct vnode *vp;
sys/kern/vfs_bio.c
2461
struct vnode *vp;
sys/kern/vfs_bio.c
2969
struct vnode *vp __unused;
sys/kern/vfs_bio.c
3214
vfs_bio_clcheck(struct vnode *vp, int size, daddr_t lblkno, daddr_t blkno)
sys/kern/vfs_bio.c
3263
struct vnode *vp = bp->b_vp;
sys/kern/vfs_bio.c
3358
getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int maxsize, int gbflags)
sys/kern/vfs_bio.c
3424
buf_flush(struct vnode *vp, struct bufdomain *bd, int target)
sys/kern/vfs_bio.c
3576
flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target,
sys/kern/vfs_bio.c
3581
struct vnode *vp;
sys/kern/vfs_bio.c
3724
inmem(struct vnode * vp, daddr_t blkno)
sys/kern/vfs_bio.c
3927
getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo,
sys/kern/vfs_bio.c
3983
getblkx(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size, int slpflag,
sys/kern/vfs_bio.c
5178
struct vnode *vp;
sys/kern/vfs_bio.c
5319
vfs_bio_getpages(struct vnode *vp, vm_page_t *ma, int count,
sys/kern/vfs_bio.c
5635
struct vnode *vp;
sys/kern/vfs_bio.c
5642
vp = (struct vnode *)addr;
sys/kern/vfs_bio.c
717
bufspace_wait(struct bufdomain *bd, struct vnode *vp, int gbflags,
sys/kern/vfs_cache.c
1429
cache_neg_promote_cond(struct vnode *dvp, struct componentname *cnp,
sys/kern/vfs_cache.c
1589
struct vnode *dvp;
sys/kern/vfs_cache.c
1689
struct vnode *dvp, *vp;
sys/kern/vfs_cache.c
1726
cache_zap_negative_locked_vnode_kl(struct namecache *ncp, struct vnode *vp)
sys/kern/vfs_cache.c
1741
cache_zap_locked_vnode_kl2(struct namecache *ncp, struct vnode *vp,
sys/kern/vfs_cache.c
1804
struct vnode *dvp, struct mtx *dvlp, struct mtx *vlp, uint32_t hash,
sys/kern/vfs_cache.c
1846
struct vnode *dvp;
sys/kern/vfs_cache.c
1867
cache_remove_cnp(struct vnode *dvp, struct componentname *cnp)
sys/kern/vfs_cache.c
1945
cache_lookup_dot(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/kern/vfs_cache.c
1978
cache_lookup_dotdot(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/kern/vfs_cache.c
2101
cache_lookup_fallback(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/kern/vfs_cache.c
2173
cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/kern/vfs_cache.c
2289
cache_lock_vnodes_cel(struct celockstate *cel, struct vnode *vp,
sys/kern/vfs_cache.c
2290
struct vnode *dvp)
sys/kern/vfs_cache.c
2327
cache_lock_vnodes_cel_3(struct celockstate *cel, struct vnode *vp)
sys/kern/vfs_cache.c
2402
cache_enter_lock(struct celockstate *cel, struct vnode *dvp, struct vnode *vp,
sys/kern/vfs_cache.c
2445
cache_enter_lock_dd(struct celockstate *cel, struct vnode *dvp, struct vnode *vp,
sys/kern/vfs_cache.c
2490
cache_enter_dotdot_prep(struct vnode *dvp, struct vnode *vp,
sys/kern/vfs_cache.c
2521
cache_enter_time(struct vnode *dvp, struct vnode *vp, struct componentname *cnp,
sys/kern/vfs_cache.c
2740
cache_enter_time_flags(struct vnode *dvp, struct vnode *vp, struct componentname *cnp,
sys/kern/vfs_cache.c
2834
cache_vnode_init(struct vnode *vp)
sys/kern/vfs_cache.c
2963
cache_purge_impl(struct vnode *vp)
sys/kern/vfs_cache.c
3005
cache_has_entries(struct vnode *vp)
sys/kern/vfs_cache.c
3015
cache_purge(struct vnode *vp)
sys/kern/vfs_cache.c
3028
cache_purge_vgone(struct vnode *vp)
sys/kern/vfs_cache.c
3054
cache_purge_negative(struct vnode *vp)
sys/kern/vfs_cache.c
3080
cache_vop_rename(struct vnode *fdvp, struct vnode *fvp, struct vnode *tdvp,
sys/kern/vfs_cache.c
3081
struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp)
sys/kern/vfs_cache.c
3114
cache_vop_rmdir(struct vnode *dvp, struct vnode *vp)
sys/kern/vfs_cache.c
3127
cache_validate(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/kern/vfs_cache.c
3147
cache_assert_no_entries(struct vnode *vp)
sys/kern/vfs_cache.c
3162
struct vnode *vp, *mvp;
sys/kern/vfs_cache.c
3194
struct vnode *dvp;
sys/kern/vfs_cache.c
3196
struct vnode **vpp = ap->a_vpp;
sys/kern/vfs_cache.c
3297
struct vnode *covered_vp;
sys/kern/vfs_cache.c
3349
vn_fullpath_up_to_pwd_vnode(struct vnode *vp,
sys/kern/vfs_cache.c
3350
struct vnode *(*const get_pwd_vnode)(const struct pwd *),
sys/kern/vfs_cache.c
3381
static inline struct vnode *
sys/kern/vfs_cache.c
3392
vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf)
sys/kern/vfs_cache.c
3397
static inline struct vnode *
sys/kern/vfs_cache.c
3412
vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf)
sys/kern/vfs_cache.c
3424
vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf)
sys/kern/vfs_cache.c
3448
vn_dd_from_dst(struct vnode *vp)
sys/kern/vfs_cache.c
3461
vn_vptocnp(struct vnode **vp, char *buf, size_t *buflen)
sys/kern/vfs_cache.c
3463
struct vnode *dvp;
sys/kern/vfs_cache.c
3536
vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf,
sys/kern/vfs_cache.c
3540
struct vnode *startvp = vp;
sys/kern/vfs_cache.c
3542
struct vnode *vp1;
sys/kern/vfs_cache.c
3651
vn_fullpath_any_smr(struct vnode *vp, struct vnode *rdir, char *buf,
sys/kern/vfs_cache.c
3655
struct vnode *startvp = vp;
sys/kern/vfs_cache.c
3657
struct vnode *tvp;
sys/kern/vfs_cache.c
369
_Static_assert(sizeof(struct negstate) <= sizeof(struct vnode *),
sys/kern/vfs_cache.c
376
struct vnode *nc_dvp; /* vnode of parent of name */
sys/kern/vfs_cache.c
378
struct vnode *nu_vp; /* vnode the name refers to */
sys/kern/vfs_cache.c
3787
vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf,
sys/kern/vfs_cache.c
3832
vn_fullpath_hardlink(struct vnode *vp, struct vnode *dvp,
sys/kern/vfs_cache.c
3905
struct vnode *
sys/kern/vfs_cache.c
3906
vn_dir_dd_ino(struct vnode *vp)
sys/kern/vfs_cache.c
3909
struct vnode *ddvp;
sys/kern/vfs_cache.c
3931
vn_commname(struct vnode *vp, char *buf, u_int buflen)
sys/kern/vfs_cache.c
3964
vn_path_to_global_path(struct thread *td, struct vnode *vp, char *path,
sys/kern/vfs_cache.c
3968
struct vnode *vp1;
sys/kern/vfs_cache.c
4023
vn_path_to_global_path_hardlink(struct thread *td, struct vnode *vp,
sys/kern/vfs_cache.c
4024
struct vnode *dvp, char *path, u_int pathlen, const char *leaf_name,
sys/kern/vfs_cache.c
4028
struct vnode *vp1;
sys/kern/vfs_cache.c
4082
cache_vop_inotify(struct vnode *vp, int event, uint32_t cookie)
sys/kern/vfs_cache.c
4133
db_print_vpath(struct vnode *vp)
sys/kern/vfs_cache.c
4169
struct vnode *vp;
sys/kern/vfs_cache.c
4176
vp = (struct vnode *)addr;
sys/kern/vfs_cache.c
4317
struct vnode *dvp;
sys/kern/vfs_cache.c
4318
struct vnode *tvp;
sys/kern/vfs_cache.c
4354
static struct vnode *
sys/kern/vfs_cache.c
4647
cache_fplookup_dirfd(struct cache_fpl *fpl, struct vnode **vpp)
sys/kern/vfs_cache.c
4682
struct vnode *dvp;
sys/kern/vfs_cache.c
4703
struct vnode *dvp;
sys/kern/vfs_cache.c
4782
struct vnode *tvp;
sys/kern/vfs_cache.c
4822
struct vnode *dvp, *tvp;
sys/kern/vfs_cache.c
491
cache_ncp_match(struct namecache *ncp, struct vnode *dvp,
sys/kern/vfs_cache.c
5011
struct vnode *dvp, *tvp;
sys/kern/vfs_cache.c
5077
struct vnode *dvp, *tvp;
sys/kern/vfs_cache.c
5118
struct vnode *dvp;
sys/kern/vfs_cache.c
5174
struct vnode *tvp;
sys/kern/vfs_cache.c
5221
struct vnode *dvp, *tvp;
sys/kern/vfs_cache.c
5399
struct vnode *dvp;
sys/kern/vfs_cache.c
5566
struct vnode *dvp, *tvp;
sys/kern/vfs_cache.c
5642
struct vnode *dvp, *tvp;
sys/kern/vfs_cache.c
5726
struct vnode *vp;
sys/kern/vfs_cache.c
5783
struct vnode *vp;
sys/kern/vfs_cache.c
5837
struct vnode *vp;
sys/kern/vfs_cache.c
5914
struct vnode *dvp;
sys/kern/vfs_cache.c
6064
struct vnode *tvp;
sys/kern/vfs_cache.c
608
VP2VNODELOCK(struct vnode *vp)
sys/kern/vfs_cache.c
6178
struct vnode *dvp;
sys/kern/vfs_cache.c
619
cache_ncp_find(struct vnode *dvp, struct componentname *cnp, uint32_t hash)
sys/kern/vfs_cache.c
6276
cache_fplookup_impl(struct vnode *dvp, struct cache_fpl *fpl)
sys/kern/vfs_cache.c
6473
struct vnode *dvp;
sys/kern/vfs_cache.c
709
static int vn_fullpath_any_smr(struct vnode *vp, struct vnode *rdir, char *buf,
sys/kern/vfs_cache.c
711
static int vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf,
sys/kern/vfs_cache.c
713
static int vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf,
sys/kern/vfs_cache.c
727
cache_assert_vnode_locked(struct vnode *vp)
sys/kern/vfs_cache.c
744
cache_hold_vnode(struct vnode *vp)
sys/kern/vfs_cache.c
754
cache_drop_vnode(struct vnode *vp)
sys/kern/vfs_cache.c
936
cache_prehash(struct vnode *vp)
sys/kern/vfs_cache.c
943
cache_get_hash(char *name, u_char len, struct vnode *dvp)
sys/kern/vfs_cache.c
950
cache_get_hash_iter_start(struct vnode *dvp)
sys/kern/vfs_cluster.c
1043
cluster_collectbufs(struct vnode *vp, struct vn_clusterw *vnc,
sys/kern/vfs_cluster.c
340
cluster_rbuild(struct vnode *vp, u_quad_t filesize, daddr_t lbn,
sys/kern/vfs_cluster.c
56
static struct cluster_save *cluster_collectbufs(struct vnode *vp,
sys/kern/vfs_cluster.c
58
static struct buf *cluster_rbuild(struct vnode *vp, u_quad_t filesize,
sys/kern/vfs_cluster.c
609
cluster_wbuild_wb(struct vnode *vp, long size, daddr_t start_lbn, int len,
sys/kern/vfs_cluster.c
641
cluster_write(struct vnode *vp, struct vn_clusterw *vnc, struct buf *bp,
sys/kern/vfs_cluster.c
806
cluster_wbuild(struct vnode *vp, long size, daddr_t start_lbn, int len,
sys/kern/vfs_cluster.c
89
cluster_read(struct vnode *vp, u_quad_t filesize, daddr_t lblkno, long size,
sys/kern/vfs_default.c
1003
struct vnode *vp;
sys/kern/vfs_default.c
1071
struct vnode *vp;
sys/kern/vfs_default.c
1174
struct vnode *vp;
sys/kern/vfs_default.c
1218
struct vnode *vp;
sys/kern/vfs_default.c
1253
struct vnode *vp;
sys/kern/vfs_default.c
1330
struct vnode *vp;
sys/kern/vfs_default.c
1367
vfs_stdroot(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1389
struct vnode *vp, *mvp;
sys/kern/vfs_default.c
1440
vfs_stdvget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1447
vfs_stdfhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1468
vfs_stdextattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/kern/vfs_default.c
1511
struct vnode *vp;
sys/kern/vfs_default.c
1640
struct vnode *dvp, *vp, **vpp;
sys/kern/vfs_default.c
284
dirent_exists(struct vnode *vp, const char *dirname, struct thread *td)
sys/kern/vfs_default.c
362
struct vnode *vp;
sys/kern/vfs_default.c
403
struct vnode *vp;
sys/kern/vfs_default.c
424
struct vnode *vp;
sys/kern/vfs_default.c
475
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
487
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
510
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
534
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
544
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
581
struct vnode *vp;
sys/kern/vfs_default.c
686
struct vnode *const vp = ap->a_vp;
sys/kern/vfs_default.c
687
struct vnode **const dvp = ap->a_vpp;
sys/kern/vfs_default.c
702
struct vnode *mvp;
sys/kern/vfs_default.c
74
static int dirent_exists(struct vnode *vp, const char *dirname,
sys/kern/vfs_default.c
826
struct vnode *vp;
sys/kern/vfs_default.c
947
vp_zerofill(struct vnode *vp, struct vattr *vap, off_t *offsetp, off_t *lenp,
sys/kern/vfs_export.c
520
struct vnode *rvp;
sys/kern/vfs_extattr.c
173
extattr_set_vp(struct vnode *vp, int attrnamespace, const char *attrname,
sys/kern/vfs_extattr.c
359
extattr_get_vp(struct vnode *vp, int attrnamespace, const char *attrname,
sys/kern/vfs_extattr.c
554
extattr_delete_vp(struct vnode *vp, int attrnamespace, const char *attrname,
sys/kern/vfs_extattr.c
711
extattr_list_vp(struct vnode *vp, int attrnamespace, struct uio *auiop,
sys/kern/vfs_extattr.c
80
struct vnode *filename_vp;
sys/kern/vfs_hash.c
114
struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
sys/kern/vfs_hash.c
116
struct vnode *vp;
sys/kern/vfs_hash.c
143
vfs_hash_remove(struct vnode *vp)
sys/kern/vfs_hash.c
152
vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td,
sys/kern/vfs_hash.c
153
struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
sys/kern/vfs_hash.c
155
struct vnode *vp2;
sys/kern/vfs_hash.c
194
vfs_hash_rehash(struct vnode *vp, u_int hash)
sys/kern/vfs_hash.c
210
struct vnode *vp;
sys/kern/vfs_hash.c
40
static LIST_HEAD(vfs_hash_head, vnode) *vfs_hash_tbl;
sys/kern/vfs_hash.c
41
static LIST_HEAD(,vnode) vfs_hash_side;
sys/kern/vfs_hash.c
58
vfs_hash_index(struct vnode *vp)
sys/kern/vfs_hash.c
73
struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
sys/kern/vfs_hash.c
75
struct vnode *vp;
sys/kern/vfs_init.c
200
vfs_root_sigdefer(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_init.c
211
vfs_cachedroot_sigdefer(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_init.c
257
vfs_vget_sigdefer(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/kern/vfs_init.c
269
struct vnode **vpp)
sys/kern/vfs_init.c
293
vfs_extattrctl_sigdefer(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/kern/vfs_init.c
329
vfs_reclaim_lowervp_sigdefer(struct mount *mp, struct vnode *vp)
sys/kern/vfs_init.c
341
vfs_unlink_lowervp_sigdefer(struct mount *mp, struct vnode *vp)
sys/kern/vfs_inotify.c
135
struct vnode *vp; /* vnode being watched, refed */
sys/kern/vfs_inotify.c
368
struct vnode *vp;
sys/kern/vfs_inotify.c
402
struct vnode *vp;
sys/kern/vfs_inotify.c
678
inotify_log(struct vnode *vp, const char *name, size_t namelen, int event,
sys/kern/vfs_inotify.c
699
vn_inotify(struct vnode *vp, struct vnode *dvp, struct componentname *cnp,
sys/kern/vfs_inotify.c
769
vn_inotify_add_watch(struct vnode *vp, struct inotify_softc *sc, uint32_t mask,
sys/kern/vfs_inotify.c
900
vn_inotify_revoke(struct vnode *vp)
sys/kern/vfs_inotify.c
930
struct vnode *vp;
sys/kern/vfs_lookup.c
1088
struct vnode *dp = NULL; /* the directory we are searching */
sys/kern/vfs_lookup.c
1089
struct vnode *tdp; /* saved dp */
sys/kern/vfs_lookup.c
116
struct vnode *vp_crossmp;
sys/kern/vfs_lookup.c
128
struct vnode *vp;
sys/kern/vfs_lookup.c
148
struct vnode *vp;
sys/kern/vfs_lookup.c
1498
struct vnode *mvp;
sys/kern/vfs_lookup.c
1583
vfs_relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/kern/vfs_lookup.c
1586
struct vnode *dp = NULL; /* the directory we are searching */
sys/kern/vfs_lookup.c
202
nameicap_tracker_add(struct nameidata *ndp, struct vnode *dp)
sys/kern/vfs_lookup.c
276
nameicap_check_dotdot(struct nameidata *ndp, struct vnode *dp)
sys/kern/vfs_lookup.c
312
namei_handle_root(struct nameidata *ndp, struct vnode **dpp)
sys/kern/vfs_lookup.c
334
namei_setup(struct nameidata *ndp, struct vnode **dpp, struct pwd **pwdp)
sys/kern/vfs_lookup.c
483
struct vnode *dp;
sys/kern/vfs_lookup.c
612
struct vnode *dp; /* the directory we are searching */
sys/kern/vfs_lookup.c
862
vfs_lookup_degenerate(struct nameidata *ndp, struct vnode *dp, int wantparent)
sys/kern/vfs_lookup.c
921
vfs_lookup_isroot(struct nameidata *ndp, struct vnode *dvp)
sys/kern/vfs_lookup.c
963
struct vnode *dp, *tdp;
sys/kern/vfs_mount.c
1128
struct vnode *vp, /* Vnode to be covered. */
sys/kern/vfs_mount.c
1135
struct vnode *newdp, *rootvp;
sys/kern/vfs_mount.c
1335
struct vnode *vp, /* Mount point vnode. */
sys/kern/vfs_mount.c
1344
struct vnode *rootvp;
sys/kern/vfs_mount.c
1635
struct vnode *vp;
sys/kern/vfs_mount.c
1867
struct vnode *vp, *mvp;
sys/kern/vfs_mount.c
1883
dounmount_cleanup(struct mount *mp, struct vnode *coveredvp, int mntkflags)
sys/kern/vfs_mount.c
2191
struct vnode *coveredvp, *rootvp;
sys/kern/vfs_mount.c
3076
struct vnode *vp_covered, *rootvp;
sys/kern/vfs_mount.c
499
vfs_ref_from_vp(struct vnode *vp)
sys/kern/vfs_mount.c
559
vfs_register_upper_from_vp(struct vnode *vp, struct mount *ump,
sys/kern/vfs_mount.c
668
vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath,
sys/kern/vfs_mount.c
739
struct vnode *vp;
sys/kern/vfs_mountroot.c
308
struct vnode *vp, *vporoot, *vpdevfs;
sys/kern/vfs_mountroot.c
98
struct vnode *rootvnode;
sys/kern/vfs_subr.c
104
static void delmntque(struct vnode *vp);
sys/kern/vfs_subr.c
108
static int vtryrecycle(struct vnode *vp, bool isvnlru);
sys/kern/vfs_subr.c
109
static void v_init_counters(struct vnode *);
sys/kern/vfs_subr.c
110
static void vn_seqc_init(struct vnode *);
sys/kern/vfs_subr.c
111
static void vn_seqc_write_end_free(struct vnode *vp);
sys/kern/vfs_subr.c
112
static void vgonel(struct vnode *);
sys/kern/vfs_subr.c
113
static bool vhold_recycle_free(struct vnode *);
sys/kern/vfs_subr.c
114
static void vdropl_recycle(struct vnode *vp);
sys/kern/vfs_subr.c
115
static void vdrop_recycle(struct vnode *vp);
sys/kern/vfs_subr.c
120
static int v_inval_buf_range_locked(struct vnode *vp, struct bufobj *bo,
sys/kern/vfs_subr.c
124
static SYSCTL_NODE(_vfs, OID_AUTO, vnode, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
sys/kern/vfs_subr.c
1257
struct vnode *vp, *mvp;
sys/kern/vfs_subr.c
1381
vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru)
sys/kern/vfs_subr.c
1383
struct vnode *vp;
sys/kern/vfs_subr.c
1513
vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp)
sys/kern/vfs_subr.c
1524
struct vnode *
sys/kern/vfs_subr.c
1527
struct vnode *mvp;
sys/kern/vfs_subr.c
1537
vnlru_free_marker(struct vnode *mvp)
sys/kern/vfs_subr.c
1921
vtryrecycle(struct vnode *vp, bool isvnlru)
sys/kern/vfs_subr.c
2004
static struct vnode * __noinline
sys/kern/vfs_subr.c
2071
static struct vnode *
sys/kern/vfs_subr.c
2087
vn_free(struct vnode *vp)
sys/kern/vfs_subr.c
2099
struct vnode **vpp)
sys/kern/vfs_subr.c
2101
struct vnode *vp;
sys/kern/vfs_subr.c
2210
freevnode(struct vnode *vp)
sys/kern/vfs_subr.c
2280
delmntque(struct vnode *vp)
sys/kern/vfs_subr.c
2303
insmntque1_int(struct vnode *vp, struct mount *mp, bool dtr)
sys/kern/vfs_subr.c
2359
insmntque(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
2365
insmntque1(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
2462
vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo)
sys/kern/vfs_subr.c
2594
vtruncbuf(struct vnode *vp, off_t length, int blksize)
sys/kern/vfs_subr.c
2656
v_inval_buf_range(struct vnode *vp, daddr_t startlbn, daddr_t endlbn,
sys/kern/vfs_subr.c
2679
v_inval_buf_range_locked(struct vnode *vp, struct bufobj *bo,
sys/kern/vfs_subr.c
2866
bgetvp(struct vnode *vp, struct buf *bp)
sys/kern/vfs_subr.c
2910
struct vnode *vp;
sys/kern/vfs_subr.c
2989
struct vnode *vp;
sys/kern/vfs_subr.c
305
struct vnode *tab[VDBATCH_SIZE];
sys/kern/vfs_subr.c
309
static void vdbatch_dequeue(struct vnode *vp);
sys/kern/vfs_subr.c
3241
struct vnode *vp;
sys/kern/vfs_subr.c
331
TAILQ_HEAD(freelst, vnode) vnode_list;
sys/kern/vfs_subr.c
332
struct vnode *vnode_list_free_marker;
sys/kern/vfs_subr.c
3320
v_init_counters(struct vnode *vp)
sys/kern/vfs_subr.c
333
struct vnode *vnode_list_reclaim_marker;
sys/kern/vfs_subr.c
3342
vget_prep_smr(struct vnode *vp)
sys/kern/vfs_subr.c
3360
vget_prep(struct vnode *vp)
sys/kern/vfs_subr.c
3374
vget_abort(struct vnode *vp, enum vgetstate vs)
sys/kern/vfs_subr.c
3399
vget(struct vnode *vp, int flags)
sys/kern/vfs_subr.c
3408
vget_finish(struct vnode *vp, int flags, enum vgetstate vs)
sys/kern/vfs_subr.c
3433
vget_finish_ref(struct vnode *vp, enum vgetstate vs)
sys/kern/vfs_subr.c
3462
vref(struct vnode *vp)
sys/kern/vfs_subr.c
3472
vrefact(struct vnode *vp)
sys/kern/vfs_subr.c
3482
vlazy(struct vnode *vp)
sys/kern/vfs_subr.c
3506
vunlazy(struct vnode *vp)
sys/kern/vfs_subr.c
3535
vunlazy_gone(struct vnode *vp)
sys/kern/vfs_subr.c
3555
vdefer_inactive(struct vnode *vp)
sys/kern/vfs_subr.c
3581
vdefer_inactive_unlocked(struct vnode *vp)
sys/kern/vfs_subr.c
3606
vput_final(struct vnode *vp, enum vput_op func)
sys/kern/vfs_subr.c
3722
vrele(struct vnode *vp)
sys/kern/vfs_subr.c
3736
vput(struct vnode *vp)
sys/kern/vfs_subr.c
3753
vunref(struct vnode *vp)
sys/kern/vfs_subr.c
3764
vhold(struct vnode *vp)
sys/kern/vfs_subr.c
3777
vholdnz(struct vnode *vp)
sys/kern/vfs_subr.c
3810
vhold_smr(struct vnode *vp)
sys/kern/vfs_subr.c
3849
vhold_recycle_free(struct vnode *vp)
sys/kern/vfs_subr.c
3876
struct vnode *vp;
sys/kern/vfs_subr.c
3930
vdbatch_enqueue(struct vnode *vp)
sys/kern/vfs_subr.c
3967
vdbatch_dequeue(struct vnode *vp)
sys/kern/vfs_subr.c
4007
vdropl_final(struct vnode *vp)
sys/kern/vfs_subr.c
4034
vdrop(struct vnode *vp)
sys/kern/vfs_subr.c
4046
vdropl_impl(struct vnode *vp, bool enqueue)
sys/kern/vfs_subr.c
4081
vdropl(struct vnode *vp)
sys/kern/vfs_subr.c
4099
vdropl_recycle(struct vnode *vp)
sys/kern/vfs_subr.c
4106
vdrop_recycle(struct vnode *vp)
sys/kern/vfs_subr.c
4118
vinactivef(struct vnode *vp)
sys/kern/vfs_subr.c
4151
vinactive(struct vnode *vp)
sys/kern/vfs_subr.c
4197
struct vnode *vp, *mvp, *rootvp = NULL;
sys/kern/vfs_subr.c
4312
vrecycle(struct vnode *vp)
sys/kern/vfs_subr.c
4326
vrecyclel(struct vnode *vp)
sys/kern/vfs_subr.c
433
struct vnode *vp;
sys/kern/vfs_subr.c
4346
vgone(struct vnode *vp)
sys/kern/vfs_subr.c
4357
vfs_notify_upper(struct vnode *vp, enum vfs_notify_upper_type event)
sys/kern/vfs_subr.c
4397
vgonel(struct vnode *vp)
sys/kern/vfs_subr.c
4588
vn_printf(struct vnode *vp, const char *fmt, ...)
sys/kern/vfs_subr.c
4726
struct vnode *vp;
sys/kern/vfs_subr.c
4746
DB_SHOW_COMMAND(vnode, db_show_vnode)
sys/kern/vfs_subr.c
4748
struct vnode *vp;
sys/kern/vfs_subr.c
4752
vp = (struct vnode *)addr;
sys/kern/vfs_subr.c
4764
struct vnode *vp;
sys/kern/vfs_subr.c
481
struct vnode *vp;
sys/kern/vfs_subr.c
5154
vfs_deferred_inactive(struct vnode *vp, int lkflags)
sys/kern/vfs_subr.c
5174
vfs_periodic_inactive_filter(struct vnode *vp, void *arg)
sys/kern/vfs_subr.c
5183
struct vnode *vp, *mvp;
sys/kern/vfs_subr.c
519
_Static_assert(sizeof(struct vnode) >= 1UL << vnsz2log &&
sys/kern/vfs_subr.c
520
sizeof(struct vnode) < 1UL << (vnsz2log + 1),
sys/kern/vfs_subr.c
5201
vfs_want_msync(struct vnode *vp)
sys/kern/vfs_subr.c
5216
vfs_periodic_msync_inactive_filter(struct vnode *vp, void *arg __unused)
sys/kern/vfs_subr.c
5229
struct vnode *vp, *mvp;
sys/kern/vfs_subr.c
5302
v_addpollinfo(struct vnode *vp)
sys/kern/vfs_subr.c
5332
vn_pollrecord(struct vnode *vp, struct thread *td, int events)
sys/kern/vfs_subr.c
5387
struct vnode *vp;
sys/kern/vfs_subr.c
5443
struct vnode *vp;
sys/kern/vfs_subr.c
5460
struct vnode *syncvp = ap->a_vp;
sys/kern/vfs_subr.c
5518
struct vnode *vp = ap->a_vp;
sys/kern/vfs_subr.c
5539
vn_need_pageq_flush(struct vnode *vp)
sys/kern/vfs_subr.c
5552
vn_isdisk_error(struct vnode *vp, int *errp)
sys/kern/vfs_subr.c
5575
vn_isdisk(struct vnode *vp)
sys/kern/vfs_subr.c
5756
extattr_check_cred(struct vnode *vp, int attrnamespace, struct ucred *cred,
sys/kern/vfs_subr.c
5783
assert_vi_locked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5790
assert_vi_unlocked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5797
assert_vop_locked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5815
assert_vop_unlocked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5832
assert_vop_elocked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
590
static struct vnode *
sys/kern/vfs_subr.c
5919
struct vnode *vp;
sys/kern/vfs_subr.c
593
struct vnode *vp;
sys/kern/vfs_subr.c
5944
vop_fsync_debugprepost(struct vnode *vp, const char *name)
sys/kern/vfs_subr.c
595
vp = malloc(sizeof(struct vnode), M_VNODE_MARKER, M_WAITOK | M_ZERO);
sys/kern/vfs_subr.c
603
vn_free_marker(struct vnode *vp)
sys/kern/vfs_subr.c
6056
struct vnode *vp = a->a_vp;
sys/kern/vfs_subr.c
6105
struct vnode *dvp;
sys/kern/vfs_subr.c
6116
struct vnode *dvp;
sys/kern/vfs_subr.c
6141
struct vnode *dvp;
sys/kern/vfs_subr.c
6152
struct vnode *dvp;
sys/kern/vfs_subr.c
6163
struct vnode *vp;
sys/kern/vfs_subr.c
6174
struct vnode *vp;
sys/kern/vfs_subr.c
6189
struct vnode *vp, *tdvp;
sys/kern/vfs_subr.c
6202
struct vnode *vp, *tdvp;
sys/kern/vfs_subr.c
6221
struct vnode *dvp;
sys/kern/vfs_subr.c
623
_Static_assert(offsetof(struct vnode, v_vnodelist) <
sys/kern/vfs_subr.c
6232
struct vnode *dvp;
sys/kern/vfs_subr.c
624
offsetof(struct vnode, v_dbatchcpu),
sys/kern/vfs_subr.c
6259
struct vnode *dvp;
sys/kern/vfs_subr.c
627
off1 = offsetof(struct vnode, v_vnodelist);
sys/kern/vfs_subr.c
6270
struct vnode *dvp;
sys/kern/vfs_subr.c
628
off2 = offsetof(struct vnode, v_dbatchcpu);
sys/kern/vfs_subr.c
6285
struct vnode *vp;
sys/kern/vfs_subr.c
629
end1 = off1 + sizeof(((struct vnode *)NULL)->v_vnodelist);
sys/kern/vfs_subr.c
630
end2 = off2 + sizeof(((struct vnode *)NULL)->v_dbatchcpu);
sys/kern/vfs_subr.c
6300
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6314
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6373
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6387
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6406
struct vnode *vp;
sys/kern/vfs_subr.c
6417
struct vnode *vp;
sys/kern/vfs_subr.c
6432
struct vnode *vp;
sys/kern/vfs_subr.c
6443
struct vnode *vp;
sys/kern/vfs_subr.c
6454
struct vnode *vp;
sys/kern/vfs_subr.c
6465
struct vnode *vp;
sys/kern/vfs_subr.c
6480
struct vnode *dvp;
sys/kern/vfs_subr.c
6491
struct vnode *dvp;
sys/kern/vfs_subr.c
664
struct vnode *vp;
sys/kern/vfs_subr.c
6682
struct vnode *vp = arg;
sys/kern/vfs_subr.c
6690
struct vnode *vp = arg;
sys/kern/vfs_subr.c
6701
struct vnode *vp = arg;
sys/kern/vfs_subr.c
6713
struct vnode *vp = ap->a_vp;
sys/kern/vfs_subr.c
6755
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6766
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6795
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6814
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6834
struct vnode *vp;
sys/kern/vfs_subr.c
6868
struct vnode *vp;
sys/kern/vfs_subr.c
6870
vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6957
vfs_cache_root_fallback(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_subr.c
6959
struct vnode *vp;
sys/kern/vfs_subr.c
7017
vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_subr.c
7020
struct vnode *vp;
sys/kern/vfs_subr.c
7041
struct vnode *
sys/kern/vfs_subr.c
7044
struct vnode *vp;
sys/kern/vfs_subr.c
7058
vfs_cache_root_set(struct mount *mp, struct vnode *vp)
sys/kern/vfs_subr.c
7073
struct vnode *
sys/kern/vfs_subr.c
7074
__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7076
struct vnode *vp;
sys/kern/vfs_subr.c
7105
struct vnode *
sys/kern/vfs_subr.c
7106
__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7108
struct vnode *vp;
sys/kern/vfs_subr.c
712
struct vnode *vp;
sys/kern/vfs_subr.c
7138
__mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7161
mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7183
mnt_vnode_next_lazy_relock(struct vnode *mvp, struct mount *mp,
sys/kern/vfs_subr.c
7184
struct vnode *vp)
sys/kern/vfs_subr.c
7226
static struct vnode *
sys/kern/vfs_subr.c
7227
mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7230
struct vnode *vp;
sys/kern/vfs_subr.c
7288
struct vnode *
sys/kern/vfs_subr.c
7289
__mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7298
struct vnode *
sys/kern/vfs_subr.c
7299
__mnt_vnode_first_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7302
struct vnode *vp;
sys/kern/vfs_subr.c
7324
__mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7337
vn_dir_check_exec(struct vnode *vp, struct componentname *cnp)
sys/kern/vfs_subr.c
7353
vn_seqc_write_begin_locked(struct vnode *vp)
sys/kern/vfs_subr.c
7365
vn_seqc_write_begin(struct vnode *vp)
sys/kern/vfs_subr.c
7374
vn_seqc_write_end_locked(struct vnode *vp)
sys/kern/vfs_subr.c
7385
vn_seqc_write_end(struct vnode *vp)
sys/kern/vfs_subr.c
7400
vn_seqc_init(struct vnode *vp)
sys/kern/vfs_subr.c
7408
vn_seqc_write_end_free(struct vnode *vp)
sys/kern/vfs_subr.c
7416
vn_irflag_set_locked(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7429
vn_irflag_set(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7438
vn_irflag_set_cond_locked(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7448
vn_irflag_set_cond(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7457
vn_irflag_unset_locked(struct vnode *vp, short tounset)
sys/kern/vfs_subr.c
7470
vn_irflag_unset(struct vnode *vp, short tounset)
sys/kern/vfs_subr.c
7479
vn_getsize_locked(struct vnode *vp, off_t *size, struct ucred *cred)
sys/kern/vfs_subr.c
7496
vn_getsize(struct vnode *vp, off_t *size, struct ucred *cred)
sys/kern/vfs_subr.c
7508
vn_set_state_validate(struct vnode *vp, __enum_uint8(vstate) state)
sys/kern/vfs_subr.c
771
sizeof(struct vnode) + NC_SZ * ncsizefactor + NFS_NCLNODE_SZ));
sys/kern/vfs_subr.c
801
vnode_zone = uma_zcreate("VNODE", sizeof(struct vnode), ctor, dtor,
sys/kern/vfs_syscalls.c
100
static int vn_access(struct vnode *vp, int user_flags, struct ucred *cred,
sys/kern/vfs_syscalls.c
104
static int kern_readlink_vp(struct vnode *vp, char *buf, enum uio_seg bufseg,
sys/kern/vfs_syscalls.c
1048
struct vnode *vp;
sys/kern/vfs_syscalls.c
106
static int kern_linkat_vp(struct thread *td, struct vnode *vp, int fd,
sys/kern/vfs_syscalls.c
1073
change_dir(struct vnode *vp, struct thread *td)
sys/kern/vfs_syscalls.c
1195
finit_open(struct file *fp, struct vnode *vp, int flags)
sys/kern/vfs_syscalls.c
1233
struct vnode *vp;
sys/kern/vfs_syscalls.c
1432
struct vnode *vp;
sys/kern/vfs_syscalls.c
1667
can_hardlink(struct vnode *vp, struct ucred *cred)
sys/kern/vfs_syscalls.c
1727
kern_linkat_vp(struct thread *td, struct vnode *vp, int fd, const char *path,
sys/kern/vfs_syscalls.c
2027
struct vnode *vp;
sys/kern/vfs_syscalls.c
2178
vn_access(struct vnode *vp, int user_flags, struct ucred *cred,
sys/kern/vfs_syscalls.c
2243
struct vnode *vp;
sys/kern/vfs_syscalls.c
2766
struct vnode *vp;
sys/kern/vfs_syscalls.c
2791
kern_readlink_vp(struct vnode *vp, char *buf, enum uio_seg bufseg, size_t count,
sys/kern/vfs_syscalls.c
2825
setfflags(struct thread *td, struct vnode *vp, u_long flags)
sys/kern/vfs_syscalls.c
2972
setfmode(struct thread *td, struct ucred *cred, struct vnode *vp, int mode)
sys/kern/vfs_syscalls.c
3096
setfown(struct thread *td, struct ucred *cred, struct vnode *vp, uid_t uid,
sys/kern/vfs_syscalls.c
3305
setutimes(struct thread *td, struct vnode *vp, const struct timespec *ts,
sys/kern/vfs_syscalls.c
3574
struct vnode *vp;
sys/kern/vfs_syscalls.c
3657
struct vnode *vp;
sys/kern/vfs_syscalls.c
369
struct vnode *vp;
sys/kern/vfs_syscalls.c
3783
struct vnode *tvp, *fvp, *tdvp;
sys/kern/vfs_syscalls.c
4110
struct vnode *vp;
sys/kern/vfs_syscalls.c
4391
struct vnode *vp;
sys/kern/vfs_syscalls.c
4454
struct vnode *tvp = vp;
sys/kern/vfs_syscalls.c
4507
struct vnode *vp;
sys/kern/vfs_syscalls.c
4668
struct vnode *vp;
sys/kern/vfs_syscalls.c
4730
struct vnode *vp;
sys/kern/vfs_syscalls.c
4765
struct vnode *vp;
sys/kern/vfs_syscalls.c
4810
struct vnode *vp;
sys/kern/vfs_syscalls.c
4920
struct vnode *vp;
sys/kern/vfs_syscalls.c
4968
struct vnode *vp;
sys/kern/vfs_syscalls.c
5008
struct vnode *vp;
sys/kern/vfs_syscalls.c
5139
struct vnode *invp, *outvp;
sys/kern/vfs_syscalls.c
891
struct vnode *vp, *tdp;
sys/kern/vfs_syscalls.c
94
static int setfflags(struct thread *td, struct vnode *, u_long);
sys/kern/vfs_syscalls.c
976
kern_chroot(struct thread *td, struct vnode *vp)
sys/kern/vfs_syscalls.c
98
static int setutimes(struct thread *td, struct vnode *,
sys/kern/vfs_vnops.c
1075
struct vnode *vp;
sys/kern/vfs_vnops.c
1100
vn_read_from_obj(struct vnode *vp, struct uio *uio)
sys/kern/vfs_vnops.c
1213
struct vnode *vp;
sys/kern/vfs_vnops.c
1284
struct vnode *vp;
sys/kern/vfs_vnops.c
1481
vn_io_fault1(struct vnode *vp, struct uio *uio, struct vn_io_fault_args *args,
sys/kern/vfs_vnops.c
153
do_vn_io_fault(struct vnode *vp, struct uio *uio)
sys/kern/vfs_vnops.c
1596
struct vnode *vp;
sys/kern/vfs_vnops.c
1768
struct vnode *vp;
sys/kern/vfs_vnops.c
179
struct vnode *vp;
sys/kern/vfs_vnops.c
1810
vn_truncate_locked(struct vnode *vp, off_t length, bool sync,
sys/kern/vfs_vnops.c
1836
struct vnode *vp = fp->f_vnode;
sys/kern/vfs_vnops.c
184
static int vn_io_fault1(struct vnode *vp, struct uio *uio,
sys/kern/vfs_vnops.c
1853
struct vnode *vp;
sys/kern/vfs_vnops.c
1903
struct vnode *vp;
sys/kern/vfs_vnops.c
1926
_vn_lock_fallback(struct vnode *vp, int flags, const char *file, int line,
sys/kern/vfs_vnops.c
1963
vn_lock_delayed_setsize(struct vnode *vp, int flags, const char *file, int line)
sys/kern/vfs_vnops.c
2030
_vn_lock(struct vnode *vp, int flags, const char *file, int line)
sys/kern/vfs_vnops.c
2052
struct vnode *vp;
sys/kern/vfs_vnops.c
2130
vn_start_write(struct vnode *vp, struct mount **mpp, int flags)
sys/kern/vfs_vnops.c
2178
vn_start_secondary_write(struct vnode *vp, struct mount **mpp, int flags)
sys/kern/vfs_vnops.c
229
vfs_check_namedattr(struct vnode *vp)
sys/kern/vfs_vnops.c
2439
vn_extattr_get(struct vnode *vp, int ioflg, int attrnamespace,
sys/kern/vfs_vnops.c
2480
vn_extattr_set(struct vnode *vp, int ioflg, int attrnamespace,
sys/kern/vfs_vnops.c
2519
vn_extattr_rm(struct vnode *vp, int ioflg, int attrnamespace,
sys/kern/vfs_vnops.c
2549
struct vnode **rvp)
sys/kern/vfs_vnops.c
2556
vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags, struct vnode **rvp)
sys/kern/vfs_vnops.c
256
struct vnode *vp;
sys/kern/vfs_vnops.c
2564
vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc, void *alloc_arg,
sys/kern/vfs_vnops.c
2565
int lkflags, struct vnode **rvp)
sys/kern/vfs_vnops.c
2624
vn_rlimit_fsizex1(const struct vnode *vp, struct uio *uio, off_t maxfsz,
sys/kern/vfs_vnops.c
2695
vn_rlimit_fsizex(const struct vnode *vp, struct uio *uio, off_t maxfsz,
sys/kern/vfs_vnops.c
2717
vn_rlimit_fsize(const struct vnode *vp, const struct uio *uio,
sys/kern/vfs_vnops.c
2728
struct vnode *vp;
sys/kern/vfs_vnops.c
2743
struct vnode *vp;
sys/kern/vfs_vnops.c
2759
vn_pages_remove(struct vnode *vp, vm_pindex_t start, vm_pindex_t end)
sys/kern/vfs_vnops.c
2777
vn_pages_remove_valid(struct vnode *vp, vm_pindex_t start, vm_pindex_t end)
sys/kern/vfs_vnops.c
2789
vn_bmap_seekhole_locked(struct vnode *vp, u_long cmd, off_t *off,
sys/kern/vfs_vnops.c
2846
vn_bmap_seekhole(struct vnode *vp, u_long cmd, off_t *off, struct ucred *cred)
sys/kern/vfs_vnops.c
2864
struct vnode *vp;
sys/kern/vfs_vnops.c
2940
vn_utimes_perm(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/kern/vfs_vnops.c
2965
struct vnode *vp;
sys/kern/vfs_vnops.c
3000
vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif)
sys/kern/vfs_vnops.c
3056
struct vnode *vp;
sys/kern/vfs_vnops.c
3180
vn_fsid(struct vnode *vp, struct vattr *va)
sys/kern/vfs_vnops.c
3191
vn_fsync_buf(struct vnode *vp, int waitfor)
sys/kern/vfs_vnops.c
3294
vn_copy_file_range(struct vnode *invp, off_t *inoffp, struct vnode *outvp,
sys/kern/vfs_vnops.c
3299
struct vnode *invpl, *outvpl;
sys/kern/vfs_vnops.c
3421
vn_skip_hole(struct vnode *outvp, off_t xfer2, off_t *outoffp, off_t *xferp,
sys/kern/vfs_vnops.c
3496
vn_write_outvp(struct vnode *outvp, char *dat, off_t outoff, off_t xfer,
sys/kern/vfs_vnops.c
3563
vn_generic_copy_file_range(struct vnode *invp, off_t *inoffp,
sys/kern/vfs_vnops.c
3564
struct vnode *outvp, off_t *outoffp, size_t *lenp, unsigned int flags,
sys/kern/vfs_vnops.c
3895
struct vnode *vp;
sys/kern/vfs_vnops.c
3950
vn_deallocate_impl(struct vnode *vp, off_t *offset, off_t *length, int flags,
sys/kern/vfs_vnops.c
398
vn_open_vnode_advlock(struct vnode *vp, int fmode, struct file *fp)
sys/kern/vfs_vnops.c
4024
vn_deallocate(struct vnode *vp, off_t *offset, off_t *length, int flags,
sys/kern/vfs_vnops.c
4045
struct vnode *vp;
sys/kern/vfs_vnops.c
4113
vn_dir_next_dirent(struct vnode *vp, struct thread *td,
sys/kern/vfs_vnops.c
4239
vn_dir_check_empty(struct vnode *vp)
sys/kern/vfs_vnops.c
435
vn_open_vnode(struct vnode *vp, int fmode, struct ucred *cred,
sys/kern/vfs_vnops.c
4367
vn_lock_pair(struct vnode *vp1, bool vp1_locked, int lkflags1,
sys/kern/vfs_vnops.c
4368
struct vnode *vp2, bool vp2_locked, int lkflags2)
sys/kern/vfs_vnops.c
4506
vn_lktype_write(struct mount *mp, struct vnode *vp)
sys/kern/vfs_vnops.c
552
vn_writechk(struct vnode *vp)
sys/kern/vfs_vnops.c
571
vn_close1(struct vnode *vp, int flags, struct ucred *file_cred,
sys/kern/vfs_vnops.c
598
vn_close(struct vnode *vp, int flags, struct ucred *file_cred,
sys/kern/vfs_vnops.c
659
vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base, int len, off_t offset,
sys/kern/vfs_vnops.c
763
vn_rdwr_inchunks(enum uio_rw rw, struct vnode *vp, void *base, size_t len,
sys/nfs/nfs_mountcommon.h
37
typedef void nfs_getinfofromvp_ftype(struct vnode *, uint8_t *, size_t *,
sys/nfs/nfs_mountcommon.h
40
typedef int nfs_vinvalbuf_ftype(struct vnode *, int, struct thread *, int);
sys/nfsclient/nfs.h
157
int (*nr_readrpc)(struct vnode *vp, struct uio *uiop,
sys/nfsclient/nfs.h
159
int (*nr_writerpc)(struct vnode *vp, struct uio *uiop,
sys/nfsclient/nfs.h
162
int (*nr_readlinkrpc)(struct vnode *vp, struct uio *uiop,
sys/nfsclient/nfs.h
164
void (*nr_invaldir)(struct vnode *vp);
sys/nfsclient/nfs.h
165
int (*nr_commit)(struct vnode *vp, u_quad_t offset, int cnt,
sys/nfsclient/nfs.h
243
void nfs_purgecache(struct vnode *);
sys/nfsclient/nfs.h
244
int nfs_vinvalbuf(struct vnode *, int, struct thread *, int);
sys/nfsclient/nfs.h
245
int nfs_readrpc(struct vnode *, struct uio *, struct ucred *);
sys/nfsclient/nfs.h
246
int nfs_writerpc(struct vnode *, struct uio *, struct ucred *, int *,
sys/nfsclient/nfs.h
248
int nfs_commit(struct vnode *vp, u_quad_t offset, int cnt,
sys/nfsclient/nfs.h
250
int nfs_readdirrpc(struct vnode *, struct uio *, struct ucred *);
sys/nfsclient/nfs.h
254
int nfs_doio(struct vnode *, struct buf *, struct ucred *, struct thread *);
sys/nfsclient/nfs.h
256
int nfs_readlinkrpc(struct vnode *, struct uio *, struct ucred *);
sys/nfsclient/nfs.h
258
int nfs_readdirplusrpc(struct vnode *, struct uio *, struct ucred *);
sys/nfsclient/nfs.h
259
int nfs_request(struct vnode *, struct mbuf *, int, struct thread *,
sys/nfsclient/nfs.h
261
int nfs_loadattrcache(struct vnode **, struct mbuf **, caddr_t *,
sys/nfsclient/nfs.h
272
int nfs_getattrcache(struct vnode *, struct vattr *);
sys/nfsclient/nfs.h
275
int nfs_bioread(struct vnode *, struct uio *, int, struct ucred *);
sys/nfsclient/nfs.h
279
int nfs_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
sys/nfsclient/nfs.h
281
int nfs_meta_setsize (struct vnode *, struct ucred *,
sys/nfsclient/nfsnode.h
107
struct vnode *n_vnode; /* associated vnode */
sys/nfsclient/nfsnode.h
108
struct vnode *n_dvp; /* parent vnode */
sys/nfsclient/nfsnode.h
162
#define NFSTOV(np) ((struct vnode *)(np)->n_vnode)
sys/nfsclient/nfsnode.h
202
void nfs_invaldir(struct vnode *);
sys/nfsclient/nfsnode.h
203
int nfs_upgrade_vnlock(struct vnode *vp);
sys/nfsclient/nfsnode.h
204
void nfs_downgrade_vnlock(struct vnode *vp, int old_lock);
sys/nfsclient/nfsnode.h
50
struct vnode *s_dvp;
sys/nfsserver/nfs.h
257
caddr_t *, struct vnode **, int, struct vattr *, int *, int);
sys/nfsserver/nfs.h
270
int nfsrv_fhtovp(fhandle_t *, int, struct vnode **,
sys/nlm/nlm.h
123
extern void *nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp);
sys/nlm/nlm.h
144
extern void nlm_cancel_wait(struct vnode *vp);
sys/nlm/nlm.h
46
struct vnode;
sys/nlm/nlm_advlock.c
1033
struct vnode *vp, int op, struct flock *fl, int flags,
sys/nlm/nlm_advlock.c
194
nlm_advlock_internal(struct vnode *vp, void *id, int op, struct flock *fl,
sys/nlm/nlm_advlock.c
451
nlm_reclaim_free_lock(struct vnode *vp, struct flock *fl, void *arg)
sys/nlm/nlm_advlock.c
488
nlm_client_recover_lock(struct vnode *vp, struct flock *fl, void *arg)
sys/nlm/nlm_advlock.c
695
nlm_record_lock(struct vnode *vp, int op, struct flock *fl,
sys/nlm/nlm_advlock.c
760
struct vnode *vp, int op, struct flock *fl, int flags,
sys/nlm/nlm_advlock.c
77
struct vnode *vp, int op, struct flock *fl, int flags,
sys/nlm/nlm_advlock.c
81
struct vnode *vp, int op, struct flock *fl, int flags,
sys/nlm/nlm_advlock.c
85
struct vnode *vp, int op, struct flock *fl, int flags,
sys/nlm/nlm_advlock.c
958
struct vnode *vp, int op, struct flock *fl, int flags,
sys/nlm/nlm_prot_impl.c
1330
nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp)
sys/nlm/nlm_prot_impl.c
1403
nlm_cancel_wait(struct vnode *vp)
sys/nlm/nlm_prot_impl.c
1751
struct vnode *vs_vp;
sys/nlm/nlm_prot_impl.c
191
struct vnode *nw_vp; /* (c) */
sys/nlm/nlm_prot_impl.c
205
struct vnode *af_vp; /* (l) vnode to lock */
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
493
struct vnode *vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
497
struct vnode *vnode,
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
509
entry->vnode = vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
515
if ((uintptr_t)vnode < (uintptr_t)scan->vnode) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
517
} else if ((uintptr_t)vnode > (uintptr_t)scan->vnode) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
527
vrefact(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
532
struct vnode *vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
540
if ((uintptr_t)vnode < (uintptr_t)entry->vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
542
else if ((uintptr_t)vnode > (uintptr_t)entry->vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
551
static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct vnode *vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
555
entry = xrcd_table_search(dev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
563
struct vnode *vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
567
entry = xrcd_table_search(dev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
569
vrele(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
582
struct vnode *vnode = NULL;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
595
ret = -fgetvp(curthread, cmd.fd, &cap_no_rights, &vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
599
xrcd = find_xrcd(ibudev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
626
xrcd->vnode = vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
639
if (vnode != NULL) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
642
ret = xrcd_table_insert(ibudev, vnode, xrcd);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
653
if (vnode != NULL)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
654
vrele(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
662
if (vnode != NULL) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
664
xrcd_table_delete(ibudev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
675
if (vnode != NULL)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
676
vrele(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
699
struct vnode *vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
703
vnode = xrcd->vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
704
if (vnode && !atomic_dec_and_test(&xrcd->usecnt))
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
714
if (vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
715
xrcd_table_delete(dev, vnode);
sys/security/audit/audit.h
121
void audit_arg_upath1_vp(struct thread *td, struct vnode *rdir,
sys/security/audit/audit.h
122
struct vnode *cdir, char *upath);
sys/security/audit/audit.h
123
void audit_arg_upath2_vp(struct thread *td, struct vnode *rdir,
sys/security/audit/audit.h
124
struct vnode *cdir, char *upath);
sys/security/audit/audit.h
125
void audit_arg_vnode1(struct vnode *vp);
sys/security/audit/audit.h
126
void audit_arg_vnode2(struct vnode *vp);
sys/security/audit/audit_arg.c
675
struct vnode *vp;
sys/security/audit/audit_arg.c
768
audit_arg_upath_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir,
sys/security/audit/audit_arg.c
778
audit_arg_upath1_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir,
sys/security/audit/audit_arg.c
792
audit_arg_upath2_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir,
sys/security/audit/audit_arg.c
866
audit_arg_vnode(struct vnode *vp, struct vnode_au_info *vnp)
sys/security/audit/audit_arg.c
891
audit_arg_vnode1(struct vnode *vp)
sys/security/audit/audit_arg.c
907
audit_arg_vnode2(struct vnode *vp)
sys/security/audit/audit_arg.c
999
struct vnode *vp;
sys/security/audit/audit_bsm_klib.c
420
audit_canon_path_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir,
sys/security/audit/audit_bsm_klib.c
423
struct vnode *vp;
sys/security/audit/audit_bsm_klib.c
496
struct vnode *cdir, *rdir;
sys/security/audit/audit_private.h
473
void audit_canon_path_vp(struct thread *td, struct vnode *rdir,
sys/security/audit/audit_private.h
474
struct vnode *cdir, char *path, char *cpath);
sys/security/audit/audit_private.h
497
struct vnode *vp);
sys/security/audit/audit_syscalls.c
789
struct vnode *vp;
sys/security/audit/audit_worker.c
107
audit_worker_sync_vp(struct vnode *vp, struct mount *mp, const char *fmt, ...)
sys/security/audit/audit_worker.c
135
audit_record_write(struct vnode *vp, struct ucred *cred, void *data,
sys/security/audit/audit_worker.c
489
audit_rotate_vnode(struct ucred *cred, struct vnode *vp)
sys/security/audit/audit_worker.c
492
struct vnode *old_audit_vp;
sys/security/audit/audit_worker.c
95
static struct vnode *audit_vp;
sys/security/mac/mac_audit.c
115
mac_system_check_auditctl(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_framework.h
158
struct vnode *vp);
sys/security/mac/mac_framework.h
160
struct vnode *vp);
sys/security/mac/mac_framework.h
238
int mac_kld_check_load(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
252
int mac_mount_check_mount(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
416
void mac_execve_interpreter_enter(struct vnode *interpvp,
sys/security/mac/mac_framework.h
455
int mac_system_check_acct(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
457
int mac_system_check_auditctl(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
460
int mac_system_check_swapon(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
461
int mac_system_check_swapoff(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
517
void mac_vnode_assert_locked(struct vnode *vp, const char *func);
sys/security/mac/mac_framework.h
522
int mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp);
sys/security/mac/mac_framework.h
523
void mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp);
sys/security/mac/mac_framework.h
524
int mac_vnode_check_access_impl(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
529
mac_vnode_check_access(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
538
int mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp);
sys/security/mac/mac_framework.h
539
int mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp);
sys/security/mac/mac_framework.h
540
int mac_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
542
int mac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
544
int mac_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
546
int mac_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
548
int mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
550
int mac_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
552
int mac_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
553
struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
554
int mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
557
int mac_vnode_check_lookup_impl(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
566
mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
576
int mac_vnode_check_mmap_impl(struct ucred *cred, struct vnode *vp, int prot,
sys/security/mac/mac_framework.h
585
mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot,
sys/security/mac/mac_framework.h
595
int mac_vnode_check_open_impl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
604
mac_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
614
int mac_vnode_check_mprotect(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
621
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
626
struct vnode *vp)
sys/security/mac/mac_framework.h
632
int mac_vnode_check_readdir(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
633
int mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *dvp);
sys/security/mac/mac_framework.h
641
mac_vnode_check_readlink(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_framework.h
653
int mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
654
struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
655
int mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
656
struct vnode *vp, int samedir, struct componentname *cnp);
sys/security/mac/mac_framework.h
657
int mac_vnode_check_revoke(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
658
int mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
660
int mac_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
662
int mac_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
664
int mac_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
666
int mac_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
668
int mac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
672
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
681
struct vnode *vp)
sys/security/mac/mac_framework.h
691
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
700
struct vnode *vp)
sys/security/mac/mac_framework.h
710
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
719
struct vnode *vp)
sys/security/mac/mac_framework.h
728
int mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
729
struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
731
void mac_vnode_init(struct vnode *);
sys/security/mac/mac_framework.h
733
struct vnode *dvp, struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
734
void mac_vnode_destroy(struct vnode *);
sys/security/mac/mac_framework.h
736
struct ucred *newcred, struct vnode *vp,
sys/security/mac/mac_framework.h
739
struct vnode *vp, struct label *interpvplabel,
sys/security/mac/mac_framework.h
741
void mac_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
91
struct vnode;
sys/security/mac/mac_internal.h
287
void mac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_internal.h
289
int vn_setlabel(struct vnode *vp, struct label *intlabel,
sys/security/mac/mac_policy.h
106
struct vnode;
sys/security/mac/mac_policy.h
203
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
206
struct label *delabel, struct vnode *vp,
sys/security/mac/mac_policy.h
284
typedef int (*mpo_kld_check_load_t)(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_policy.h
299
typedef int (*mpo_mount_check_mount_t)(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_policy.h
535
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
539
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
543
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
545
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
614
struct label *mplabel, struct vnode *vp,
sys/security/mac/mac_policy.h
617
struct label *mplabel, struct vnode *vp,
sys/security/mac/mac_policy.h
620
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
623
struct vnode *dvp, struct label *dvplabel);
sys/security/mac/mac_policy.h
625
struct vnode *dvp, struct label *dvplabel);
sys/security/mac/mac_policy.h
627
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
630
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
633
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
636
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
639
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
642
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
645
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
646
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
649
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
652
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
655
struct vnode *vp, struct label *label, int prot,
sys/security/mac/mac_policy.h
658
struct vnode *vp, struct label *vplabel, int *prot);
sys/security/mac/mac_policy.h
660
struct vnode *vp, struct label *vplabel, int prot);
sys/security/mac/mac_policy.h
662
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
665
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
668
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
671
struct vnode *dvp, struct label *dvplabel);
sys/security/mac/mac_policy.h
673
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
675
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
678
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
679
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
682
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
683
struct vnode *vp, struct label *vplabel, int samedir,
sys/security/mac/mac_policy.h
686
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
688
struct vnode *vp, struct label *vplabel, acl_type_t type,
sys/security/mac/mac_policy.h
691
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
694
struct vnode *vp, struct label *vplabel, u_long flags);
sys/security/mac/mac_policy.h
696
struct vnode *vp, struct label *vplabel, mode_t mode);
sys/security/mac/mac_policy.h
698
struct vnode *vp, struct label *vplabel, uid_t uid,
sys/security/mac/mac_policy.h
701
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
704
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
707
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
708
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
711
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
717
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
718
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
722
struct ucred *new, struct vnode *vp,
sys/security/mac/mac_policy.h
726
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
734
typedef void (*mpo_vnode_relabel_t)(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_policy.h
737
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_process.c
183
mac_execve_interpreter_enter(struct vnode *interpvp,
sys/security/mac/mac_process.c
258
struct vnode *vp;
sys/security/mac/mac_process.c
301
vp = (struct vnode *)object->handle;
sys/security/mac/mac_syscalls.c
504
struct vnode *vp;
sys/security/mac/mac_syscalls.c
664
struct vnode *vp;
sys/security/mac/mac_system.c
127
mac_kld_check_load(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_system.c
156
mac_system_check_acct(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_system.c
188
mac_system_check_swapon(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_system.c
204
mac_system_check_swapoff(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_vfs.c
1059
struct vnode *vp = ap->a_vp;
sys/security/mac/mac_vfs.c
1082
vn_setlabel(struct vnode *vp, struct label *intlabel, struct ucred *cred)
sys/security/mac/mac_vfs.c
1133
mac_vnode_assert_locked(struct vnode *vp, const char *func)
sys/security/mac/mac_vfs.c
133
mac_mount_check_mount(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
187
mac_vnode_init(struct vnode *vp)
sys/security/mac/mac_vfs.c
241
mac_vnode_destroy(struct vnode *vp)
sys/security/mac/mac_vfs.c
263
MAC_POLICY_EXTERNALIZE(vnode, label, elements, outbuf, outbuflen);
sys/security/mac/mac_vfs.c
273
MAC_POLICY_INTERNALIZE(vnode, label, string);
sys/security/mac/mac_vfs.c
279
mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp)
sys/security/mac/mac_vfs.c
288
struct vnode *vp)
sys/security/mac/mac_vfs.c
296
mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp)
sys/security/mac/mac_vfs.c
309
mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp)
sys/security/mac/mac_vfs.c
327
struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
360
mac_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
394
struct vnode *vp, struct label *interpvplabel, struct image_params *imgp)
sys/security/mac/mac_vfs.c
404
mac_vnode_execve_will_transition(struct ucred *old, struct vnode *vp,
sys/security/mac/mac_vfs.c
423
mac_vnode_check_access_impl(struct ucred *cred, struct vnode *vp, accmode_t accmode)
sys/security/mac/mac_vfs.c
439
mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp)
sys/security/mac/mac_vfs.c
455
mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp)
sys/security/mac/mac_vfs.c
471
mac_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
489
mac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
506
mac_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
525
mac_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
543
mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type)
sys/security/mac/mac_vfs.c
559
mac_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
578
mac_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
579
struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
597
mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
616
mac_vnode_check_lookup_impl(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
635
mac_vnode_check_mmap_impl(struct ucred *cred, struct vnode *vp, int prot,
sys/security/mac/mac_vfs.c
649
mac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
666
mac_vnode_check_mprotect(struct ucred *cred, struct vnode *vp, int prot)
sys/security/mac/mac_vfs.c
682
mac_vnode_check_open_impl(struct ucred *cred, struct vnode *vp, accmode_t accmode)
sys/security/mac/mac_vfs.c
699
struct vnode *vp)
sys/security/mac/mac_vfs.c
718
struct vnode *vp)
sys/security/mac/mac_vfs.c
736
mac_vnode_check_readdir(struct ucred *cred, struct vnode *dvp)
sys/security/mac/mac_vfs.c
752
mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_vfs.c
768
mac_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
785
mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
786
struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
804
mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
805
struct vnode *vp, int samedir, struct componentname *cnp)
sys/security/mac/mac_vfs.c
822
mac_vnode_check_revoke(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_vfs.c
838
mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type,
sys/security/mac/mac_vfs.c
84
struct vnode *vp, struct label *intlabel);
sys/security/mac/mac_vfs.c
855
mac_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
874
mac_vnode_check_setflags(struct ucred *cred, struct vnode *vp, u_long flags)
sys/security/mac/mac_vfs.c
890
mac_vnode_check_setmode(struct ucred *cred, struct vnode *vp, mode_t mode)
sys/security/mac/mac_vfs.c
906
mac_vnode_check_setowner(struct ucred *cred, struct vnode *vp, uid_t uid,
sys/security/mac/mac_vfs.c
923
mac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
943
struct vnode *vp)
sys/security/mac/mac_vfs.c
961
mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
962
struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
981
struct vnode *vp)
sys/security/mac/mac_vfs.c
996
mac_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
1000
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
1299
biba_kld_check_load(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2332
biba_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2358
biba_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2402
biba_system_check_swapoff(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2421
biba_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2822
struct vnode *vp, struct label *vplabel)
sys/security/mac_biba/mac_biba.c
2863
struct vnode *vp, struct label *vplabel)
sys/security/mac_biba/mac_biba.c
2874
biba_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
2892
biba_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
2910
biba_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
2928
biba_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2946
biba_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2964
biba_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
2996
biba_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3014
biba_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3032
biba_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
3033
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_biba/mac_biba.c
3056
biba_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3074
biba_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
3092
biba_vnode_check_mmap(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3120
biba_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3146
struct vnode *vp, struct label *vplabel)
sys/security/mac_biba/mac_biba.c
3164
struct vnode *vp, struct label *vplabel)
sys/security/mac_biba/mac_biba.c
3181
biba_vnode_check_readdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
3199
biba_vnode_check_readlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3217
biba_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3268
biba_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
3269
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_biba/mac_biba.c
3292
biba_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
3293
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_biba/mac_biba.c
3318
biba_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3336
biba_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3354
biba_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3374
biba_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3392
biba_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3410
biba_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3428
biba_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3447
struct vnode *vp, struct label *vplabel)
sys/security/mac_biba/mac_biba.c
3464
biba_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_biba/mac_biba.c
3465
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_biba/mac_biba.c
3489
struct ucred *file_cred, struct vnode *vp, struct label *vplabel)
sys/security/mac_biba/mac_biba.c
3507
struct label *mplabel, struct vnode *dvp, struct label *dvplabel,
sys/security/mac_biba/mac_biba.c
3508
struct vnode *vp, struct label *vplabel, struct componentname *cnp)
sys/security/mac_biba/mac_biba.c
3529
biba_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
3541
biba_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
988
struct label *delabel, struct vnode *vp, struct label *vplabel)
sys/security/mac_bsdextended/mac_bsdextended.c
226
struct ucred *cred, struct vnode *vp, struct vattr *vap, int acc_mode)
sys/security/mac_bsdextended/mac_bsdextended.c
423
ugidfw_check(struct ucred *cred, struct vnode *vp, struct vattr *vap,
sys/security/mac_bsdextended/mac_bsdextended.c
453
ugidfw_check_vp(struct ucred *cred, struct vnode *vp, int acc_mode)
sys/security/mac_bsdextended/ugidfw_internal.h
101
int ugidfw_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
103
int ugidfw_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
105
int ugidfw_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
109
struct ucred *file_cred, struct vnode *vp, struct label *vplabel);
sys/security/mac_bsdextended/ugidfw_internal.h
110
int ugidfw_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
111
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_bsdextended/ugidfw_internal.h
36
int ugidfw_check(struct ucred *cred, struct vnode *vp, struct vattr *vap,
sys/security/mac_bsdextended/ugidfw_internal.h
38
int ugidfw_check_vp(struct ucred *cred, struct vnode *vp, int acc_mode);
sys/security/mac_bsdextended/ugidfw_internal.h
43
int ugidfw_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
45
int ugidfw_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
47
int ugidfw_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
53
int ugidfw_vnode_check_access(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
55
int ugidfw_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
57
int ugidfw_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
59
int ugidfw_check_create_vnode(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
62
int ugidfw_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
65
struct vnode *vp, struct label *vplabel, int attrnamespace,
sys/security/mac_bsdextended/ugidfw_internal.h
67
int ugidfw_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
70
int ugidfw_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
72
int ugidfw_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
74
int ugidfw_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
75
struct label *dvplabel, struct vnode *vp, struct label *label,
sys/security/mac_bsdextended/ugidfw_internal.h
77
int ugidfw_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
79
int ugidfw_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
81
int ugidfw_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
83
int ugidfw_vnode_check_readdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
85
int ugidfw_vnode_check_readdlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
87
int ugidfw_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
88
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_bsdextended/ugidfw_internal.h
90
int ugidfw_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_internal.h
91
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_bsdextended/ugidfw_internal.h
93
int ugidfw_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
95
int ugidfw_check_setacl_vnode(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
97
int ugidfw_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_internal.h
99
int ugidfw_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_system.c
62
ugidfw_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_system.c
73
ugidfw_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_system.c
84
ugidfw_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
102
ugidfw_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
110
ugidfw_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
119
ugidfw_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
127
ugidfw_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
135
ugidfw_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
136
struct label *dvplabel, struct vnode *vp, struct label *label,
sys/security/mac_bsdextended/ugidfw_vnode.c
151
ugidfw_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
159
ugidfw_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
167
ugidfw_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
175
ugidfw_vnode_check_readdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
183
ugidfw_vnode_check_readdlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
191
ugidfw_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
192
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_bsdextended/ugidfw_vnode.c
204
ugidfw_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
205
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_bsdextended/ugidfw_vnode.c
219
ugidfw_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
227
ugidfw_check_setacl_vnode(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
235
ugidfw_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
243
ugidfw_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
251
ugidfw_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
259
ugidfw_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
267
ugidfw_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
276
struct ucred *file_cred, struct vnode *vp, struct label *vplabel)
sys/security/mac_bsdextended/ugidfw_vnode.c
283
ugidfw_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
284
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_bsdextended/ugidfw_vnode.c
62
ugidfw_vnode_check_access(struct ucred *cred, struct vnode *vp,
sys/security/mac_bsdextended/ugidfw_vnode.c
70
ugidfw_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
78
ugidfw_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
86
ugidfw_check_create_vnode(struct ucred *cred, struct vnode *dvp,
sys/security/mac_bsdextended/ugidfw_vnode.c
94
ugidfw_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_grantbylabel/mac_grantbylabel.c
167
gbl_get_vlabel(struct vnode *vp, struct ucred *cred)
sys/security/mac_grantbylabel/mac_grantbylabel.c
450
struct vnode *vp __unused, struct label *label __unused,
sys/security/mac_grantbylabel/mac_grantbylabel.c
477
struct vnode *vp, struct label *vplabel,
sys/security/mac_lomac/mac_lomac.c
1083
struct label *delabel, struct vnode *vp, struct label *vplabel)
sys/security/mac_lomac/mac_lomac.c
1095
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
1422
lomac_kld_check_load(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2129
lomac_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2150
lomac_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2171
lomac_system_check_swapoff(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2188
lomac_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2277
struct vnode *vp, struct label *vplabel)
sys/security/mac_lomac/mac_lomac.c
2325
struct vnode *vp, struct label *vplabel)
sys/security/mac_lomac/mac_lomac.c
2336
lomac_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac_lomac/mac_lomac.c
2357
lomac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2375
lomac_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_lomac/mac_lomac.c
2376
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_lomac/mac_lomac.c
2399
lomac_vnode_check_mmap(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2427
lomac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2447
lomac_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2469
struct vnode *vp, struct label *vplabel)
sys/security/mac_lomac/mac_lomac.c
2486
lomac_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2562
lomac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_lomac/mac_lomac.c
2563
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_lomac/mac_lomac.c
2586
lomac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_lomac/mac_lomac.c
2587
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_lomac/mac_lomac.c
2612
lomac_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2630
lomac_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2648
lomac_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2668
lomac_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2686
lomac_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2704
lomac_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2722
lomac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2740
lomac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_lomac/mac_lomac.c
2741
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_lomac/mac_lomac.c
2765
struct ucred *file_cred, struct vnode *vp, struct label *vplabel)
sys/security/mac_lomac/mac_lomac.c
2783
struct label *mplabel, struct vnode *dvp, struct label *dvplabel,
sys/security/mac_lomac/mac_lomac.c
2784
struct vnode *vp, struct label *vplabel, struct componentname *cnp)
sys/security/mac_lomac/mac_lomac.c
2813
struct vnode *vp, struct label *vplabel, struct label *interpvplabel,
sys/security/mac_lomac/mac_lomac.c
2847
lomac_vnode_execve_will_transition(struct ucred *old, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2867
lomac_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
2879
lomac_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_lomac/mac_lomac.c
491
const char *actionname, const char *objname, struct vnode *vp)
sys/security/mac_mls/mac_mls.c
2042
mls_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2064
mls_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2083
mls_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2452
struct vnode *vp, struct label *vplabel)
sys/security/mac_mls/mac_mls.c
2492
struct vnode *vp, struct label *vplabel)
sys/security/mac_mls/mac_mls.c
2503
mls_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2521
mls_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2539
mls_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2557
mls_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2575
mls_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2593
mls_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2625
mls_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2643
mls_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2661
mls_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2662
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_mls/mac_mls.c
2684
mls_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2703
mls_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2721
mls_vnode_check_mmap(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2749
mls_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2775
struct vnode *vp, struct label *vplabel)
sys/security/mac_mls/mac_mls.c
2793
struct vnode *vp, struct label *vplabel)
sys/security/mac_mls/mac_mls.c
2810
mls_vnode_check_readdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2828
mls_vnode_check_readlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2846
mls_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2897
mls_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2898
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_mls/mac_mls.c
2921
mls_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
2922
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_mls/mac_mls.c
2947
mls_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2965
mls_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
2983
mls_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
3003
mls_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
3021
mls_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
3039
mls_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
3057
mls_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
3076
struct vnode *vp, struct label *vplabel)
sys/security/mac_mls/mac_mls.c
3093
mls_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_mls/mac_mls.c
3094
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_mls/mac_mls.c
3118
struct vnode *vp, struct label *vplabel)
sys/security/mac_mls/mac_mls.c
3136
struct label *mplabel, struct vnode *dvp, struct label *dvplabel,
sys/security/mac_mls/mac_mls.c
3137
struct vnode *vp, struct label *vplabel, struct componentname *cnp)
sys/security/mac_mls/mac_mls.c
3158
mls_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
3170
mls_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
953
struct label *delabel, struct vnode *vp, struct label *vplabel)
sys/security/mac_mls/mac_mls.c
965
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_partition/mac_partition.c
277
partition_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1233
stub_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1248
stub_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1270
stub_system_check_swapoff(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1278
stub_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1466
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1474
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1480
stub_vnode_check_access(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1488
stub_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1496
stub_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1504
stub_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1512
stub_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1520
stub_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1528
stub_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1537
stub_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1545
stub_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1553
stub_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1554
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1562
stub_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1570
stub_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1578
stub_vnode_check_mmap(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1586
stub_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1593
stub_vnode_check_mprotect(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1601
stub_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1610
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1618
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1625
stub_vnode_check_readdir(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1633
stub_vnode_check_readlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1641
stub_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1649
stub_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1650
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1658
stub_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1659
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1667
stub_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1675
stub_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1683
stub_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1691
stub_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1699
stub_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1707
stub_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1715
stub_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1724
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1731
stub_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1732
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1741
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1749
struct label *mntlabel, struct vnode *dvp, struct label *dvplabel,
sys/security/mac_stub/mac_stub.c
1750
struct vnode *vp, struct label *vplabel, struct componentname *cnp)
sys/security/mac_stub/mac_stub.c
1758
struct vnode *vp, struct label *vplabel, struct label *interpvplabel,
sys/security/mac_stub/mac_stub.c
1765
stub_vnode_execve_will_transition(struct ucred *old, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1774
stub_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1781
stub_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
374
struct label *delabel, struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
381
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
548
stub_kld_check_load(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
578
stub_mount_check_mount(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
1083
test_mount_check_mount(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2246
test_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2270
test_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2305
test_system_check_swapoff(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2318
test_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2681
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2694
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2704
test_vnode_check_access(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2717
test_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2730
test_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2743
test_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2756
test_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2769
test_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2782
test_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2797
test_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2810
test_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2823
test_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2824
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
2838
test_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2851
test_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2864
test_vnode_check_mmap(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2877
test_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2891
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2906
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2920
test_vnode_check_readdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2933
test_vnode_check_readlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2946
test_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2960
test_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2961
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
2975
test_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2976
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
2990
test_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3003
test_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3016
test_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3029
test_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3042
test_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3055
test_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3068
test_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3082
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
3096
test_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
3097
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
3112
struct ucred *file_cred, struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
3137
struct label *mplabel, struct vnode *dvp, struct label *dvplabel,
sys/security/mac_test/mac_test.c
3138
struct vnode *vp, struct label *vplabel, struct componentname *cnp)
sys/security/mac_test/mac_test.c
3161
struct vnode *vp, struct label *filelabel,
sys/security/mac_test/mac_test.c
3176
test_vnode_execve_will_transition(struct ucred *old, struct vnode *vp,
sys/security/mac_test/mac_test.c
3225
test_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3237
test_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
560
struct label *direntlabel, struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
571
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_test/mac_test.c
975
test_kld_check_load(struct ucred *cred, struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec.c
1045
static struct vnode *
sys/security/mac_veriexec/mac_veriexec.c
1046
mac_veriexec_bottom_vnode(struct vnode *vp)
sys/security/mac_veriexec/mac_veriexec.c
1048
struct vnode *ldvp = NULL;
sys/security/mac_veriexec/mac_veriexec.c
1069
mac_veriexec_get_fingerprint_status(struct vnode *vp)
sys/security/mac_veriexec/mac_veriexec.c
1072
struct vnode *ldvp;
sys/security/mac_veriexec/mac_veriexec.c
1127
mac_veriexec_set_fingerprint_status(struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec.c
1130
struct vnode *ldvp;
sys/security/mac_veriexec/mac_veriexec.c
197
struct vnode *fsrootvp, struct thread *td)
sys/security/mac_veriexec/mac_veriexec.c
353
mac_veriexec_kld_check_load(struct ucred *cred, struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec.c
498
struct vnode *vp __unused, struct label *label __unused,
sys/security/mac_veriexec/mac_veriexec.c
519
mac_veriexec_check_vp(struct ucred *cred, struct vnode *vp, accmode_t accmode)
sys/security/mac_veriexec/mac_veriexec.c
598
mac_veriexec_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec.c
628
mac_veriexec_vnode_check_unlink(struct ucred *cred, struct vnode *dvp __unused,
sys/security/mac_veriexec/mac_veriexec.c
629
struct label *dvplabel __unused, struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec.c
669
struct vnode *dvp __unused, struct label *dvplabel __unused,
sys/security/mac_veriexec/mac_veriexec.c
670
struct vnode *vp, struct label *label __unused,
sys/security/mac_veriexec/mac_veriexec.c
711
mac_veriexec_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp __unused,
sys/security/mac_veriexec/mac_veriexec.c
712
struct label *dvplabel __unused, struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec.c
757
mac_veriexec_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec.c
855
struct vnode *textvp;
sys/security/mac_veriexec/mac_veriexec_internal.h
100
mac_veriexec_get_fingerprint_status(struct vnode *vp);
sys/security/mac_veriexec/mac_veriexec_internal.h
103
void mac_veriexec_set_fingerprint_status(struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec_internal.h
73
struct vnode;
sys/security/mac_veriexec/mac_veriexec_internal.h
75
int mac_veriexec_metadata_fetch_fingerprint_status(struct vnode *vp,
sys/security/mac_veriexec/mac_veriexec_internal.h
92
int mac_veriexec_fingerprint_check_vnode(struct vnode *vp,
sys/security/mac_veriexec/veriexec_fingerprint.c
140
evaluate_fingerprint(struct vnode *vp, struct mac_veriexec_file_info *ip,
sys/security/mac_veriexec/veriexec_fingerprint.c
214
mac_veriexec_fingerprint_check_vnode(struct vnode *vp,
sys/security/mac_veriexec/veriexec_fingerprint.c
262
struct vnode *vp = imgp->vp;
sys/security/mac_veriexec/veriexec_metadata.c
471
struct vnode *proc_vn;
sys/security/mac_veriexec/veriexec_metadata.c
505
mac_veriexec_metadata_fetch_fingerprint_status(struct vnode *vp,
sys/sys/buf.h
126
struct vnode *b_vp; /* Device vnode. */
sys/sys/buf.h
51
struct vnode;
sys/sys/buf.h
566
int breadn_flags(struct vnode *, daddr_t, daddr_t, int, daddr_t *, int *,
sys/sys/buf.h
581
bool inmem(struct vnode *, daddr_t);
sys/sys/buf.h
584
struct buf *getblk(struct vnode *, daddr_t, int, int, int, int);
sys/sys/buf.h
585
int getblkx(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size,
sys/sys/buf.h
599
int cluster_read(struct vnode *, u_quad_t, daddr_t, long,
sys/sys/buf.h
601
int cluster_wbuild(struct vnode *, long, daddr_t, int, int);
sys/sys/buf.h
602
void cluster_write(struct vnode *, struct vn_clusterw *, struct buf *,
sys/sys/buf.h
614
int bgetvp(struct vnode *, struct buf *) __result_use_check;
sys/sys/buf.h
616
void pbgetvp(struct vnode *, struct buf *);
sys/sys/buf.h
624
typedef daddr_t (vbg_get_lblkno_t)(struct vnode *, vm_ooffset_t);
sys/sys/buf.h
625
typedef int (vbg_get_blksize_t)(struct vnode *, daddr_t, long *);
sys/sys/buf.h
626
int vfs_bio_getpages(struct vnode *vp, struct vm_page **ma, int count,
sys/sys/conf.h
109
struct vnode;
sys/sys/conf.h
285
struct cdevsw *devvn_refthread(struct vnode *vp, struct cdev **devp, int *_ref);
sys/sys/dtrace_bsd.h
108
struct vnode *, uid_t, uint32_t, int);
sys/sys/dtrace_bsd.h
116
struct vnode *);
sys/sys/dtrace_bsd.h
123
struct vnode *, struct vattr *);
sys/sys/dtrace_bsd.h
130
struct vnode *);
sys/sys/dtrace_bsd.h
137
struct vnode *, struct vattr *, int);
sys/sys/dtrace_bsd.h
145
struct vnode *, struct mbuf *, struct ucred *, int);
sys/sys/dtrace_bsd.h
152
struct vnode *, struct mbuf *, struct ucred *, int, int);
sys/sys/dtrace_bsd.h
39
struct vnode;
sys/sys/dtrace_bsd.h
92
struct vnode *);
sys/sys/dtrace_bsd.h
99
struct vnode *, uid_t, uint32_t);
sys/sys/eventhandler.h
223
struct vnode;
sys/sys/eventhandler.h
225
typedef void (*vfs_mounted_notify_fn)(void *, struct mount *, struct vnode *,
sys/sys/extattr.h
67
struct vnode;
sys/sys/extattr.h
68
int extattr_check_cred(struct vnode *vp, int attrnamespace,
sys/sys/file.h
206
struct vnode *f_vnode; /* NULL or applicable vnode */
sys/sys/file.h
304
int vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif);
sys/sys/file.h
310
struct vnode **vpp);
sys/sys/file.h
312
struct vnode **vpp);
sys/sys/file.h
314
struct filecaps *havecaps, struct vnode **vpp);
sys/sys/file.h
316
struct vnode **vpp);
sys/sys/file.h
318
struct vnode **vpp);
sys/sys/file.h
319
int fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, int *flagsp);
sys/sys/file.h
320
int fgetvp_lookup(struct nameidata *ndp, struct vnode **vpp);
sys/sys/file.h
54
struct vnode;
sys/sys/filedesc.h
287
void mountcheckdirs(struct vnode *olddp, struct vnode *newdp);
sys/sys/filedesc.h
371
void pwd_altroot(struct thread *td, struct vnode *altroot_vp);
sys/sys/filedesc.h
372
void pwd_chdir(struct thread *td, struct vnode *vp);
sys/sys/filedesc.h
373
int pwd_chroot(struct thread *td, struct vnode *vp);
sys/sys/filedesc.h
374
int pwd_chroot_chdir(struct thread *td, struct vnode *vp);
sys/sys/filedesc.h
96
struct vnode *pwd_cdir; /* current directory */
sys/sys/filedesc.h
97
struct vnode *pwd_rdir; /* root directory */
sys/sys/filedesc.h
98
struct vnode *pwd_jdir; /* jail root directory */
sys/sys/filedesc.h
99
struct vnode *pwd_adir; /* abi root directory */
sys/sys/imgact.h
62
struct vnode *vp; /* pointer to vnode of file to exec */
sys/sys/imgact.h
98
struct vnode *interpreter_vp; /* vnode of the interpreter */
sys/sys/imgact_aout.h
149
struct vnode;
sys/sys/imgact_aout.h
151
int aout_coredump(struct thread *td, struct vnode *vp, off_t limit,
sys/sys/imgact_elf.h
51
struct vnode;
sys/sys/inotify.h
100
void vn_inotify_revoke(struct vnode *);
sys/sys/inotify.h
87
struct vnode;
sys/sys/inotify.h
90
void inotify_log(struct vnode *, const char *, size_t, int, __uint32_t);
sys/sys/inotify.h
96
void vn_inotify(struct vnode *, struct vnode *, struct componentname *, int,
sys/sys/inotify.h
98
int vn_inotify_add_watch(struct vnode *, struct inotify_softc *,
sys/sys/jail.h
197
struct vnode *pr_root; /* (c) vnode to rdir */
sys/sys/kerneldump.h
164
int livedump_start_vnode(struct vnode *, int, uint8_t);
sys/sys/ktrace.h
331
struct vnode *ktr_get_tracevp(struct proc *, bool);
sys/sys/ktrace.h
333
static inline struct vnode *
sys/sys/lockf.h
121
typedef int lf_iterator(struct vnode *, struct flock *, void *);
sys/sys/lockf.h
125
void lf_purgelocks(struct vnode *vp, struct lockf **statep);
sys/sys/lockf.h
127
int lf_iteratelocks_vnode(struct vnode *vp, lf_iterator *, void *);
sys/sys/lockf.h
76
struct vnode *lf_vnode; /* (c) File being locked (only valid for active lock) */
sys/sys/mount.h
1078
void vfs_notify_upper(struct vnode *, enum vfs_notify_upper_type);
sys/sys/mount.h
1079
struct mount *vfs_ref_from_vp(struct vnode *);
sys/sys/mount.h
1082
struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *, const char *,
sys/sys/mount.h
1087
struct mount *vfs_register_upper_from_vp(struct vnode *,
sys/sys/mount.h
1104
struct vnode *mntfs_allocvp(struct mount *, struct vnode *);
sys/sys/mount.h
1105
void mntfs_freevp(struct vnode *);
sys/sys/mount.h
1129
struct vnode *vfs_cache_root_clear(struct mount *);
sys/sys/mount.h
1130
void vfs_cache_root_set(struct mount *, struct vnode *);
sys/sys/mount.h
180
TAILQ_HEAD(vnodelst, vnode);
sys/sys/mount.h
237
struct vnode *mnt_rootvnode;
sys/sys/mount.h
238
struct vnode *mnt_vnodecovered; /* vnode we mounted on */
sys/sys/mount.h
245
struct vnode *mnt_syncer; /* syncer vnode */
sys/sys/mount.h
285
struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
286
struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
287
void __mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
304
typedef int mnt_lazy_cb_t(struct vnode *, void *);
sys/sys/mount.h
305
struct vnode *__mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp,
sys/sys/mount.h
307
struct vnode *__mnt_vnode_first_lazy(struct vnode **mvp, struct mount *mp,
sys/sys/mount.h
309
void __mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
805
typedef int vfs_root_t(struct mount *mp, int flags, struct vnode **vpp);
sys/sys/mount.h
811
struct vnode **vpp);
sys/sys/mount.h
813
int flags, struct vnode **vpp);
sys/sys/mount.h
820
struct vnode *filename_vp, int attrnamespace,
sys/sys/mount.h
826
typedef void vfs_notify_lowervp_t(struct mount *mp, struct vnode *lowervp);
sys/sys/mount.h
875
VFS_ROOT(struct mount *mp, int flags, struct vnode **vpp)
sys/sys/mount.h
881
VFS_CACHEDROOT(struct mount *mp, int flags, struct vnode **vpp)
sys/sys/mount.h
905
VFS_VGET(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/sys/mount.h
911
VFS_FHTOVP(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp)
sys/sys/mount.h
925
VFS_EXTATTRCTL(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/sys/mount.h
946
VFS_RECLAIM_LOWERVP(struct mount *mp, struct vnode *vp)
sys/sys/mount.h
953
VFS_UNLINK_LOWERVP(struct mount *mp, struct vnode *vp)
sys/sys/mount.h
969
VFS_KNOTE_LOCKED(struct vnode *vp, int hint)
sys/sys/mount.h
978
VFS_KNOTE_UNLOCKED(struct vnode *vp, int hint)
sys/sys/namei.h
114
struct vnode *ni_rbeneath_dpp;
sys/sys/namei.h
304
bool vfs_lookup_isroot(struct nameidata *ndp, struct vnode *dvp);
sys/sys/namei.h
306
int vfs_relookup(struct vnode *dvp, struct vnode **vpp,
sys/sys/namei.h
77
struct vnode *ni_startdir; /* starting directory */
sys/sys/namei.h
78
struct vnode *ni_rootdir; /* logical root directory */
sys/sys/namei.h
79
struct vnode *ni_topdir; /* logical top directory */
sys/sys/namei.h
89
struct vnode *ni_vp; /* vnode of result */
sys/sys/namei.h
90
struct vnode *ni_dvp; /* vnode of intermediate directory */
sys/sys/netexport.h
75
struct vnode *ne_pnfsnumfile;
sys/sys/netexport.h
85
#define PNFSD_START ((struct vnode *)-1)
sys/sys/netexport.h
86
#define PNFSD_STOP ((struct vnode *)-2)
sys/sys/netexport.h
87
#define PNFSD_STOPPED ((struct vnode *)-3)
sys/sys/proc.h
317
struct vnode *td_vp_reserved;/* (k) Preallocated vnode. */
sys/sys/proc.h
708
struct vnode *p_textvp; /* (b) Vnode of executable. */
sys/sys/proc.h
709
struct vnode *p_textdvp; /* (b) Dir containing textvp. */
sys/sys/proc.h
88
struct vnode *s_ttyvp; /* (m) Vnode of controlling tty. */
sys/sys/ptrace.h
226
struct vnode *tc_vp; /* vnode to write coredump to. */
sys/sys/sysent.h
98
struct vnode;
sys/sys/ucoredump.h
33
struct vnode *vp;
sys/sys/unpcb.h
86
struct vnode *unp_vnode; /* (p) associated file if applicable */
sys/sys/user.h
125
struct vnode *ki_tracep; /* pointer to trace file */
sys/sys/user.h
126
struct vnode *ki_textvp; /* pointer to executable file */
sys/sys/vnode.h
1111
void vput(struct vnode *vp);
sys/sys/vnode.h
1112
void vrele(struct vnode *vp);
sys/sys/vnode.h
1113
void vref(struct vnode *vp);
sys/sys/vnode.h
1114
void vrefact(struct vnode *vp);
sys/sys/vnode.h
1115
void v_addpollinfo(struct vnode *vp);
sys/sys/vnode.h
1117
vrefcnt(struct vnode *vp)
sys/sys/vnode.h
1139
int vnode_create_vobject(struct vnode *vp, off_t size, struct thread *td);
sys/sys/vnode.h
1140
int vnode_create_disk_vobject(struct vnode *vp, off_t size, struct thread *td);
sys/sys/vnode.h
1141
void vnode_destroy_vobject(struct vnode *vp);
sys/sys/vnode.h
1157
int fifo_printinfo(struct vnode *);
sys/sys/vnode.h
1160
typedef int vfs_hash_cmp_t(struct vnode *vp, void *arg);
sys/sys/vnode.h
1164
struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
sys/sys/vnode.h
1165
u_int vfs_hash_index(struct vnode *vp);
sys/sys/vnode.h
1166
int vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td,
sys/sys/vnode.h
1167
struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
sys/sys/vnode.h
1169
struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
sys/sys/vnode.h
1170
void vfs_hash_rehash(struct vnode *vp, u_int hash);
sys/sys/vnode.h
1171
void vfs_hash_remove(struct vnode *vp);
sys/sys/vnode.h
1175
int vn_dir_next_dirent(struct vnode *vp, struct thread *td,
sys/sys/vnode.h
1178
int vn_dir_check_empty(struct vnode *vp);
sys/sys/vnode.h
1183
void vfs_unp_reclaim(struct vnode *vp);
sys/sys/vnode.h
1185
int setfmode(struct thread *td, struct ucred *cred, struct vnode *vp, int mode);
sys/sys/vnode.h
1186
int setfown(struct thread *td, struct ucred *cred, struct vnode *vp, uid_t uid,
sys/sys/vnode.h
1192
int vn_getsize_locked(struct vnode *vp, off_t *size, struct ucred *active_cred);
sys/sys/vnode.h
1193
int vn_getsize(struct vnode *vp, off_t *size, struct ucred *active_cred);
sys/sys/vnode.h
1195
void vn_fsid(struct vnode *vp, struct vattr *va);
sys/sys/vnode.h
1197
int vn_dir_check_exec(struct vnode *vp, struct componentname *cnp);
sys/sys/vnode.h
1198
int vn_lktype_write(struct mount *mp, struct vnode *vp);
sys/sys/vnode.h
1201
void vn_set_state_validate(struct vnode *vp, __enum_uint8(vstate) state);
sys/sys/vnode.h
1205
vn_set_state(struct vnode *vp, __enum_uint8(vstate) state)
sys/sys/vnode.h
1214
vn_get_state(struct vnode *vp)
sys/sys/vnode.h
1220
struct vnode *_vp = (vp); \
sys/sys/vnode.h
1252
struct vnode *_vp = (vp); \
sys/sys/vnode.h
1259
vn_delayed_setsize_locked(struct vnode *vp)
sys/sys/vnode.h
1266
vn_delayed_setsize(struct vnode *vp)
sys/sys/vnode.h
1274
vn_clear_delayed_setsize_locked(struct vnode *vp)
sys/sys/vnode.h
1281
vn_clear_delayed_setsize(struct vnode *vp)
sys/sys/vnode.h
148
TAILQ_ENTRY(vnode) v_nmntvnodes; /* m vnodes for mount point */
sys/sys/vnode.h
164
LIST_ENTRY(vnode) v_hashlist;
sys/sys/vnode.h
183
TAILQ_ENTRY(vnode) v_vnodelist; /* l vnode lists */
sys/sys/vnode.h
184
TAILQ_ENTRY(vnode) v_lazylist; /* l vnode lazy list */
sys/sys/vnode.h
221
_Static_assert(sizeof(struct vnode) <= 448, "vnode size crosses 448 bytes");
sys/sys/vnode.h
227
#define bo2vnode(bo) __containerof((bo), struct vnode, v_bufobj)
sys/sys/vnode.h
467
extern struct vnode *rootvnode; /* root (i.e. "/") vnode */
sys/sys/vnode.h
472
extern struct vnode *vp_crossmp;
sys/sys/vnode.h
561
void assert_vi_locked(struct vnode *vp, const char *str);
sys/sys/vnode.h
562
void assert_vi_unlocked(struct vnode *vp, const char *str);
sys/sys/vnode.h
563
void assert_vop_elocked(struct vnode *vp, const char *str);
sys/sys/vnode.h
564
void assert_vop_locked(struct vnode *vp, const char *str);
sys/sys/vnode.h
565
void assert_vop_unlocked(struct vnode *vp, const char *str);
sys/sys/vnode.h
574
struct vnode *_vp = (vp); \
sys/sys/vnode.h
580
struct vnode *_vp = (vp); \
sys/sys/vnode.h
609
vn_canvmio(struct vnode *vp)
sys/sys/vnode.h
650
struct vnode;
sys/sys/vnode.h
652
typedef int (*vn_get_ino_t)(struct mount *, void *, int, struct vnode **);
sys/sys/vnode.h
661
void cache_enter_time_flags(struct vnode *dvp, struct vnode *vp,
sys/sys/vnode.h
666
void cache_enter_time(struct vnode *dvp, struct vnode *vp,
sys/sys/vnode.h
669
int cache_lookup(struct vnode *dvp, struct vnode **vpp,
sys/sys/vnode.h
671
void cache_vnode_init(struct vnode *vp);
sys/sys/vnode.h
672
void cache_purge(struct vnode *vp);
sys/sys/vnode.h
673
void cache_purge_vgone(struct vnode *vp);
sys/sys/vnode.h
674
void cache_purge_negative(struct vnode *vp);
sys/sys/vnode.h
680
void cache_vop_inotify(struct vnode *vp, int event, uint32_t cookie);
sys/sys/vnode.h
681
void cache_vop_rename(struct vnode *fdvp, struct vnode *fvp, struct vnode *tdvp,
sys/sys/vnode.h
682
struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp);
sys/sys/vnode.h
683
void cache_vop_rmdir(struct vnode *dvp, struct vnode *vp);
sys/sys/vnode.h
686
void cache_validate(struct vnode *dvp, struct vnode *vp,
sys/sys/vnode.h
689
void cache_assert_no_entries(struct vnode *vp);
sys/sys/vnode.h
692
cache_validate(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/sys/vnode.h
702
cache_assert_no_entries(struct vnode *vp)
sys/sys/vnode.h
707
int change_dir(struct vnode *vp, struct thread *td);
sys/sys/vnode.h
712
struct vnode **vpp);
sys/sys/vnode.h
715
int insmntque(struct vnode *vp, struct mount *mp);
sys/sys/vnode.h
716
int insmntque1(struct vnode *vp, struct mount *mp);
sys/sys/vnode.h
719
int vn_vptocnp(struct vnode **vp, char *buf, size_t *buflen);
sys/sys/vnode.h
721
int vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf);
sys/sys/vnode.h
722
int vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf);
sys/sys/vnode.h
723
int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf);
sys/sys/vnode.h
724
int vn_fullpath_hardlink(struct vnode *vp, struct vnode *dvp,
sys/sys/vnode.h
727
struct vnode *
sys/sys/vnode.h
728
vn_dir_dd_ino(struct vnode *vp);
sys/sys/vnode.h
729
int vn_commname(struct vnode *vn, char *buf, u_int buflen);
sys/sys/vnode.h
730
int vn_path_to_global_path(struct thread *td, struct vnode *vp,
sys/sys/vnode.h
732
int vn_path_to_global_path_hardlink(struct thread *td, struct vnode *vp,
sys/sys/vnode.h
733
struct vnode *dvp, char *path, u_int pathlen, const char *leaf_name,
sys/sys/vnode.h
745
void vlazy(struct vnode *);
sys/sys/vnode.h
746
void vdrop(struct vnode *);
sys/sys/vnode.h
747
void vdropl(struct vnode *);
sys/sys/vnode.h
749
int vget(struct vnode *vp, int flags);
sys/sys/vnode.h
750
enum vgetstate vget_prep_smr(struct vnode *vp);
sys/sys/vnode.h
751
enum vgetstate vget_prep(struct vnode *vp);
sys/sys/vnode.h
752
int vget_finish(struct vnode *vp, int flags, enum vgetstate vs);
sys/sys/vnode.h
753
void vget_finish_ref(struct vnode *vp, enum vgetstate vs);
sys/sys/vnode.h
754
void vget_abort(struct vnode *vp, enum vgetstate vs);
sys/sys/vnode.h
755
void vgone(struct vnode *vp);
sys/sys/vnode.h
756
void vhold(struct vnode *);
sys/sys/vnode.h
757
void vholdnz(struct vnode *);
sys/sys/vnode.h
758
bool vhold_smr(struct vnode *);
sys/sys/vnode.h
759
int vinactive(struct vnode *vp);
sys/sys/vnode.h
760
int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
sys/sys/vnode.h
761
int vtruncbuf(struct vnode *vp, off_t length, int blksize);
sys/sys/vnode.h
762
void v_inval_buf_range(struct vnode *vp, daddr_t startlbn, daddr_t endlbn,
sys/sys/vnode.h
764
void vunref(struct vnode *);
sys/sys/vnode.h
765
void vn_printf(struct vnode *vp, const char *fmt, ...) __printflike(2,3);
sys/sys/vnode.h
766
int vrecycle(struct vnode *vp);
sys/sys/vnode.h
767
int vrecyclel(struct vnode *vp);
sys/sys/vnode.h
768
int vn_bmap_seekhole_locked(struct vnode *vp, u_long cmd, off_t *off,
sys/sys/vnode.h
770
int vn_bmap_seekhole(struct vnode *vp, u_long cmd, off_t *off,
sys/sys/vnode.h
772
int vn_close(struct vnode *vp,
sys/sys/vnode.h
774
int vn_copy_file_range(struct vnode *invp, off_t *inoffp,
sys/sys/vnode.h
775
struct vnode *outvp, off_t *outoffp, size_t *lenp,
sys/sys/vnode.h
778
int vn_deallocate(struct vnode *vp, off_t *offset, off_t *length, int flags,
sys/sys/vnode.h
782
int vn_fsync_buf(struct vnode *vp, int waitfor);
sys/sys/vnode.h
783
int vn_generic_copy_file_range(struct vnode *invp, off_t *inoffp,
sys/sys/vnode.h
784
struct vnode *outvp, off_t *outoffp, size_t *lenp,
sys/sys/vnode.h
787
int vn_need_pageq_flush(struct vnode *vp);
sys/sys/vnode.h
788
bool vn_isdisk_error(struct vnode *vp, int *errp);
sys/sys/vnode.h
789
bool vn_isdisk(struct vnode *vp);
sys/sys/vnode.h
790
int _vn_lock(struct vnode *vp, int flags, const char *file, int line);
sys/sys/vnode.h
792
int vn_lock_pair(struct vnode *vp1, bool vp1_locked, int lkflags1,
sys/sys/vnode.h
793
struct vnode *vp2, bool vp2_locked, int lkflags2);
sys/sys/vnode.h
797
int vn_open_vnode(struct vnode *vp, int fmode, struct ucred *cred,
sys/sys/vnode.h
799
void vn_pages_remove(struct vnode *vp, vm_pindex_t start, vm_pindex_t end);
sys/sys/vnode.h
800
void vn_pages_remove_valid(struct vnode *vp, vm_pindex_t start,
sys/sys/vnode.h
802
int vn_pollrecord(struct vnode *vp, struct thread *p, int events);
sys/sys/vnode.h
803
int vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base,
sys/sys/vnode.h
807
int vn_rdwr_inchunks(enum uio_rw rw, struct vnode *vp, void *base,
sys/sys/vnode.h
811
int vn_read_from_obj(struct vnode *vp, struct uio *uio);
sys/sys/vnode.h
812
int vn_rlimit_fsize(const struct vnode *vp, const struct uio *uio,
sys/sys/vnode.h
814
int vn_rlimit_fsizex(const struct vnode *vp, struct uio *uio,
sys/sys/vnode.h
818
int vn_start_write(struct vnode *vp, struct mount **mpp, int flags);
sys/sys/vnode.h
819
int vn_start_secondary_write(struct vnode *vp, struct mount **mpp,
sys/sys/vnode.h
821
int vn_truncate_locked(struct vnode *vp, off_t length, bool sync,
sys/sys/vnode.h
823
int vn_writechk(struct vnode *vp);
sys/sys/vnode.h
824
int vn_extattr_get(struct vnode *vp, int ioflg, int attrnamespace,
sys/sys/vnode.h
826
int vn_extattr_set(struct vnode *vp, int ioflg, int attrnamespace,
sys/sys/vnode.h
828
int vn_extattr_rm(struct vnode *vp, int ioflg, int attrnamespace,
sys/sys/vnode.h
830
int vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags,
sys/sys/vnode.h
831
struct vnode **rvp);
sys/sys/vnode.h
832
int vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc,
sys/sys/vnode.h
833
void *alloc_arg, int lkflags, struct vnode **rvp);
sys/sys/vnode.h
834
int vn_utimes_perm(struct vnode *vp, struct vattr *vap,
sys/sys/vnode.h
842
void vn_seqc_write_begin_locked(struct vnode *vp);
sys/sys/vnode.h
843
void vn_seqc_write_begin(struct vnode *vp);
sys/sys/vnode.h
844
void vn_seqc_write_end_locked(struct vnode *vp);
sys/sys/vnode.h
845
void vn_seqc_write_end(struct vnode *vp);
sys/sys/vnode.h
862
void vn_irflag_set_locked(struct vnode *vp, short toset);
sys/sys/vnode.h
863
void vn_irflag_set(struct vnode *vp, short toset);
sys/sys/vnode.h
864
void vn_irflag_set_cond_locked(struct vnode *vp, short toset);
sys/sys/vnode.h
865
void vn_irflag_set_cond(struct vnode *vp, short toset);
sys/sys/vnode.h
866
void vn_irflag_unset_locked(struct vnode *vp, short tounset);
sys/sys/vnode.h
867
void vn_irflag_unset(struct vnode *vp, short tounset);
sys/sys/vnode.h
870
int vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp);
sys/sys/vnode.h
875
struct vnode *vnlru_alloc_marker(void);
sys/sys/vnode.h
876
void vnlru_free_marker(struct vnode *);
sys/sys/vnode.h
877
void vnlru_free_vfsops(int, struct vfsops *, struct vnode *);
sys/ufs/ffs/ffs_alloc.c
110
struct vnode *, ufs2_daddr_t, long, ino_t,
sys/ufs/ffs/ffs_alloc.c
1111
ffs_valloc(struct vnode *pvp,
sys/ufs/ffs/ffs_alloc.c
1114
struct vnode **vpp)
sys/ufs/ffs/ffs_alloc.c
2275
struct vnode *devvp,
sys/ufs/ffs/ffs_alloc.c
2452
struct vnode *devvp;
sys/ufs/ffs/ffs_alloc.c
2462
struct vnode *, ufs2_daddr_t, long, ino_t, uint64_t, int);
sys/ufs/ffs/ffs_alloc.c
2511
struct vnode *devvp,
sys/ufs/ffs/ffs_alloc.c
2606
struct vnode *devvp,
sys/ufs/ffs/ffs_alloc.c
261
struct vnode *vp;
sys/ufs/ffs/ffs_alloc.c
2673
struct vnode *devvp,
sys/ufs/ffs/ffs_alloc.c
2820
ffs_vfree(struct vnode *pvp,
sys/ufs/ffs/ffs_alloc.c
2841
struct vnode *devvp,
sys/ufs/ffs/ffs_alloc.c
2927
struct vnode *devvp,
sys/ufs/ffs/ffs_alloc.c
3021
struct vnode *devvp,
sys/ufs/ffs/ffs_alloc.c
3284
struct vnode *vp, *dvp, *fdvp;
sys/ufs/ffs/ffs_alloc.c
570
struct vnode *vp;
sys/ufs/ffs/ffs_alloc.c
838
struct vnode *vp;
sys/ufs/ffs/ffs_balloc.c
594
ffs_balloc_ufs2(struct vnode *vp, off_t startoffset, int size,
sys/ufs/ffs/ffs_balloc.c
89
ffs_balloc_ufs1(struct vnode *vp, off_t startoffset, int size,
sys/ufs/ffs/ffs_extern.h
100
int ffs_snapblkfree(struct fs *, struct vnode *, ufs2_daddr_t, long, ino_t,
sys/ufs/ffs/ffs_extern.h
102
void ffs_snapremove(struct vnode *vp);
sys/ufs/ffs/ffs_extern.h
109
int ffs_syncvnode(struct vnode *vp, int waitfor, int flags);
sys/ufs/ffs/ffs_extern.h
110
int ffs_truncate(struct vnode *, off_t, int, struct ucred *);
sys/ufs/ffs/ffs_extern.h
111
int ffs_update(struct vnode *, int);
sys/ufs/ffs/ffs_extern.h
114
int ffs_valloc(struct vnode *, int, struct ucred *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
115
int ffs_vfree(struct vnode *, ino_t, int);
sys/ufs/ffs/ffs_extern.h
117
int ffs_vgetf(struct mount *, ino_t, int, struct vnode **, int);
sys/ufs/ffs/ffs_extern.h
121
int ffs_breadz(struct ufsmount *, struct vnode *, daddr_t, daddr_t, int,
sys/ufs/ffs/ffs_extern.h
161
int softdep_check_suspend(struct mount *, struct vnode *,
sys/ufs/ffs/ffs_extern.h
166
int softdep_mount(struct vnode *, struct mount *, struct fs *,
sys/ufs/ffs/ffs_extern.h
175
void softdep_freefile(struct vnode *, ino_t, int);
sys/ufs/ffs/ffs_extern.h
176
int softdep_request_cleanup(struct fs *, struct vnode *,
sys/ufs/ffs/ffs_extern.h
178
int softdep_prerename(struct vnode *, struct vnode *, struct vnode *,
sys/ufs/ffs/ffs_extern.h
179
struct vnode *);
sys/ufs/ffs/ffs_extern.h
180
int softdep_prelink(struct vnode *, struct vnode *,
sys/ufs/ffs/ffs_extern.h
199
void softdep_fsync_mountdev(struct vnode *);
sys/ufs/ffs/ffs_extern.h
200
int softdep_sync_metadata(struct vnode *);
sys/ufs/ffs/ffs_extern.h
201
int softdep_sync_buf(struct vnode *, struct buf *, int);
sys/ufs/ffs/ffs_extern.h
202
int softdep_fsync(struct vnode *);
sys/ufs/ffs/ffs_extern.h
203
int softdep_prealloc(struct vnode *, int);
sys/ufs/ffs/ffs_extern.h
204
int softdep_journal_lookup(struct mount *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
50
struct vnode;
sys/ufs/ffs/ffs_extern.h
57
int ffs_balloc_ufs1(struct vnode *a_vp, off_t a_startoffset, int a_size,
sys/ufs/ffs/ffs_extern.h
59
int ffs_balloc_ufs2(struct vnode *a_vp, off_t a_startoffset, int a_size,
sys/ufs/ffs/ffs_extern.h
61
void ffs_blkfree(struct ufsmount *, struct fs *, struct vnode *,
sys/ufs/ffs/ffs_extern.h
67
uint64_t ffs_blkrelease_start(struct ufsmount *, struct vnode *, ino_t);
sys/ufs/ffs/ffs_extern.h
69
int ffs_checkfreefile(struct fs *, struct vnode *, ino_t);
sys/ufs/ffs/ffs_extern.h
73
int ffs_copyonwrite(struct vnode *, struct buf *);
sys/ufs/ffs/ffs_extern.h
76
int ffs_freefile(struct ufsmount *, struct fs *, struct vnode *, ino_t,
sys/ufs/ffs/ffs_extern.h
79
int ffs_getcg(struct fs *, struct vnode *, uint64_t, int, struct buf **,
sys/ufs/ffs/ffs_extern.h
81
int ffs_inotovp(struct mount *, ino_t, uint64_t, int, struct vnode **,
sys/ufs/ffs/ffs_inode.c
231
ffs_truncate(struct vnode *vp,
sys/ufs/ffs/ffs_inode.c
707
struct vnode *vp;
sys/ufs/ffs/ffs_inode.c
72
ffs_inode_bwrite(struct vnode *vp, struct buf *bp, int flags)
sys/ufs/ffs/ffs_inode.c
94
ffs_update(struct vnode *vp, int waitfor)
sys/ufs/ffs/ffs_rawread.c
177
ffs_rawread_readahead(struct vnode *vp,
sys/ufs/ffs/ffs_rawread.c
189
struct vnode *dp;
sys/ufs/ffs/ffs_rawread.c
252
ffs_rawread_main(struct vnode *vp,
sys/ufs/ffs/ffs_rawread.c
394
ffs_rawread(struct vnode *vp,
sys/ufs/ffs/ffs_rawread.c
57
static int ffs_rawread_readahead(struct vnode *vp,
sys/ufs/ffs/ffs_rawread.c
63
static int ffs_rawread_main(struct vnode *vp,
sys/ufs/ffs/ffs_rawread.c
66
static int ffs_rawread_sync(struct vnode *vp);
sys/ufs/ffs/ffs_rawread.c
68
int ffs_rawread(struct vnode *vp, struct uio *uio, int *workdone);
sys/ufs/ffs/ffs_rawread.c
92
ffs_rawread_sync(struct vnode *vp)
sys/ufs/ffs/ffs_snapshot.c
1036
expunge_ufs1(struct vnode *snapvp,
sys/ufs/ffs/ffs_snapshot.c
1039
int (*acctfunc)(struct vnode *, ufs1_daddr_t *, ufs1_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
1131
indiracct_ufs1(struct vnode *snapvp,
sys/ufs/ffs/ffs_snapshot.c
1132
struct vnode *cancelvp,
sys/ufs/ffs/ffs_snapshot.c
1140
int (*acctfunc)(struct vnode *, ufs1_daddr_t *, ufs1_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
117
ffs_copyonwrite(struct vnode *devvp, struct buf *bp)
sys/ufs/ffs/ffs_snapshot.c
1206
fullacct_ufs1(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
1224
snapacct_ufs1(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
1277
mapacct_ufs1(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
1318
expunge_ufs2(struct vnode *snapvp,
sys/ufs/ffs/ffs_snapshot.c
1321
int (*acctfunc)(struct vnode *, ufs2_daddr_t *, ufs2_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
134
static int cgaccount(int, struct vnode *, struct buf *, int);
sys/ufs/ffs/ffs_snapshot.c
135
static int expunge_ufs1(struct vnode *, struct inode *, struct fs *,
sys/ufs/ffs/ffs_snapshot.c
136
int (*)(struct vnode *, ufs1_daddr_t *, ufs1_daddr_t *, struct fs *,
sys/ufs/ffs/ffs_snapshot.c
138
static int indiracct_ufs1(struct vnode *, struct vnode *, int,
sys/ufs/ffs/ffs_snapshot.c
140
int (*)(struct vnode *, ufs1_daddr_t *, ufs1_daddr_t *, struct fs *,
sys/ufs/ffs/ffs_snapshot.c
1415
indiracct_ufs2(struct vnode *snapvp,
sys/ufs/ffs/ffs_snapshot.c
1416
struct vnode *cancelvp,
sys/ufs/ffs/ffs_snapshot.c
142
static int fullacct_ufs1(struct vnode *, ufs1_daddr_t *, ufs1_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
1424
int (*acctfunc)(struct vnode *, ufs2_daddr_t *, ufs2_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
144
static int snapacct_ufs1(struct vnode *, ufs1_daddr_t *, ufs1_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
146
static int mapacct_ufs1(struct vnode *, ufs1_daddr_t *, ufs1_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
148
static int expunge_ufs2(struct vnode *, struct inode *, struct fs *,
sys/ufs/ffs/ffs_snapshot.c
149
int (*)(struct vnode *, ufs2_daddr_t *, ufs2_daddr_t *, struct fs *,
sys/ufs/ffs/ffs_snapshot.c
1490
fullacct_ufs2(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
1508
snapacct_ufs2(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
151
static int indiracct_ufs2(struct vnode *, struct vnode *, int,
sys/ufs/ffs/ffs_snapshot.c
153
int (*)(struct vnode *, ufs2_daddr_t *, ufs2_daddr_t *, struct fs *,
sys/ufs/ffs/ffs_snapshot.c
155
static int fullacct_ufs2(struct vnode *, ufs2_daddr_t *, ufs2_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
1561
mapacct_ufs2(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
157
static int snapacct_ufs2(struct vnode *, ufs2_daddr_t *, ufs2_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
159
static int mapacct_ufs2(struct vnode *, ufs2_daddr_t *, ufs2_daddr_t *,
sys/ufs/ffs/ffs_snapshot.c
161
static int readblock(struct vnode *vp, struct buf *, ufs2_daddr_t);
sys/ufs/ffs/ffs_snapshot.c
162
static void try_free_snapdata(struct vnode *devvp);
sys/ufs/ffs/ffs_snapshot.c
163
static void revert_snaplock(struct vnode *, struct vnode *, struct snapdata *);
sys/ufs/ffs/ffs_snapshot.c
164
static struct snapdata *ffs_snapdata_acquire(struct vnode *devvp);
sys/ufs/ffs/ffs_snapshot.c
1647
ffs_snapremove(struct vnode *vp)
sys/ufs/ffs/ffs_snapshot.c
165
static int ffs_bp_snapblk(struct vnode *, struct buf *);
sys/ufs/ffs/ffs_snapshot.c
1650
struct vnode *devvp;
sys/ufs/ffs/ffs_snapshot.c
1777
struct vnode *devvp,
sys/ufs/ffs/ffs_snapshot.c
1787
struct vnode *vp = NULL;
sys/ufs/ffs/ffs_snapshot.c
1997
struct vnode *devvp = ump->um_devvp;
sys/ufs/ffs/ffs_snapshot.c
2001
struct vnode *vp;
sys/ufs/ffs/ffs_snapshot.c
2002
struct vnode *lastvp;
sys/ufs/ffs/ffs_snapshot.c
213
struct vnode *vp, *xvp, *mvp, *devvp;
sys/ufs/ffs/ffs_snapshot.c
2135
struct vnode *devvp = VFSTOUFS(mp)->um_devvp;
sys/ufs/ffs/ffs_snapshot.c
2138
struct vnode *vp;
sys/ufs/ffs/ffs_snapshot.c
2168
ffs_bp_snapblk(struct vnode *devvp, struct buf *bp)
sys/ufs/ffs/ffs_snapshot.c
2203
struct vnode *vp, *devvp;
sys/ufs/ffs/ffs_snapshot.c
2274
ffs_copyonwrite(struct vnode *devvp, struct buf *bp)
sys/ufs/ffs/ffs_snapshot.c
2281
struct vnode *vp = NULL;
sys/ufs/ffs/ffs_snapshot.c
2494
struct vnode *devvp;
sys/ufs/ffs/ffs_snapshot.c
2495
struct vnode *vp;
sys/ufs/ffs/ffs_snapshot.c
2525
readblock(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
2553
struct vnode *vp, *mvp;
sys/ufs/ffs/ffs_snapshot.c
2642
try_free_snapdata(struct vnode *devvp)
sys/ufs/ffs/ffs_snapshot.c
2675
revert_snaplock(struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
2676
struct vnode *devvp,
sys/ufs/ffs/ffs_snapshot.c
2706
ffs_snapdata_acquire(struct vnode *devvp)
sys/ufs/ffs/ffs_snapshot.c
86
struct vnode *devvp,
sys/ufs/ffs/ffs_snapshot.c
918
struct vnode *vp,
sys/ufs/ffs/ffs_snapshot.c
97
ffs_snapremove(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
10006
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
104
softdep_mount(struct vnode *devvp,
sys/ufs/ffs/ffs_softdep.c
12655
struct vnode *vp) /* the "in_core" copy of the inode */
sys/ufs/ffs/ffs_softdep.c
12664
struct vnode *pvp;
sys/ufs/ffs/ffs_softdep.c
12821
softdep_fsync_mountdev(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
12923
softdep_sync_metadata(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
12960
softdep_sync_buf(struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
13109
struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
13217
struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
13314
struct vnode *pvp,
sys/ufs/ffs/ffs_softdep.c
13323
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
13487
softdep_slowdown(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
13547
softdep_request_cleanup_filter(struct vnode *vp, void *arg __unused)
sys/ufs/ffs/ffs_softdep.c
13556
struct vnode *vp, *mvp;
sys/ufs/ffs/ffs_softdep.c
13592
struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
13781
struct vnode *lvp, *mvp;
sys/ufs/ffs/ffs_softdep.c
1393
get_parent_vp(struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
1399
struct vnode **rvp)
sys/ufs/ffs/ffs_softdep.c
1401
struct vnode *pvp;
sys/ufs/ffs/ffs_softdep.c
14070
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
14129
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
14271
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
14547
struct vnode *devvp,
sys/ufs/ffs/ffs_softdep.c
14726
drain_output(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
1769
process_removes(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
1818
process_truncates(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
2024
struct vnode *devvp;
sys/ufs/ffs/ffs_softdep.c
2054
struct vnode *devvp;
sys/ufs/ffs/ffs_softdep.c
241
softdep_freefile(struct vnode *pvp,
sys/ufs/ffs/ffs_softdep.c
2575
softdep_mount(struct vnode *devvp,
sys/ufs/ffs/ffs_softdep.c
2874
softdep_journal_lookup(struct mount *mp, struct vnode **vpp)
sys/ufs/ffs/ffs_softdep.c
2877
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
2909
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
3154
softdep_prealloc(struct vnode *vp, int waitok)
sys/ufs/ffs/ffs_softdep.c
3201
softdep_prerename_vnode(struct ufsmount *ump, struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
3225
softdep_prerename(struct vnode *fdvp,
sys/ufs/ffs/ffs_softdep.c
3226
struct vnode *fvp,
sys/ufs/ffs/ffs_softdep.c
3227
struct vnode *tdvp,
sys/ufs/ffs/ffs_softdep.c
3228
struct vnode *tvp)
sys/ufs/ffs/ffs_softdep.c
3291
softdep_prelink(struct vnode *dvp,
sys/ufs/ffs/ffs_softdep.c
3292
struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
388
softdep_prealloc(struct vnode *vp, int waitok)
sys/ufs/ffs/ffs_softdep.c
395
softdep_journal_lookup(struct mount *mp, struct vnode **vpp)
sys/ufs/ffs/ffs_softdep.c
425
softdep_fsync(struct vnode *vp) /* the "in_core" copy of the inode */
sys/ufs/ffs/ffs_softdep.c
432
softdep_fsync_mountdev(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
449
softdep_sync_metadata(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
456
softdep_sync_buf(struct vnode *vp, struct buf *bp, int waitfor)
sys/ufs/ffs/ffs_softdep.c
463
softdep_slowdown(struct vnode *vp)
sys/ufs/ffs/ffs_softdep.c
471
struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
481
struct vnode *devvp,
sys/ufs/ffs/ffs_softdep.c
4928
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
4957
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
4989
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
5019
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
5094
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
5120
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
5147
struct vnode *dvp;
sys/ufs/ffs/ffs_softdep.c
555
softdep_prerename(struct vnode *fdvp,
sys/ufs/ffs/ffs_softdep.c
556
struct vnode *fvp,
sys/ufs/ffs/ffs_softdep.c
557
struct vnode *tdvp,
sys/ufs/ffs/ffs_softdep.c
558
struct vnode *tvp)
sys/ufs/ffs/ffs_softdep.c
565
softdep_prelink(struct vnode *dvp,
sys/ufs/ffs/ffs_softdep.c
566
struct vnode *vp,
sys/ufs/ffs/ffs_softdep.c
6759
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
701
static int softdep_prerename_vnode(struct ufsmount *, struct vnode *);
sys/ufs/ffs/ffs_softdep.c
704
static void drain_output(struct vnode *);
sys/ufs/ffs/ffs_softdep.c
712
static int flush_pagedep_deps(struct vnode *, struct mount *,
sys/ufs/ffs/ffs_softdep.c
715
static int flush_newblk_dep(struct vnode *, struct mount *, ufs_lbn_t);
sys/ufs/ffs/ffs_softdep.c
716
static int flush_inodedep_deps(struct vnode *, struct mount *, ino_t);
sys/ufs/ffs/ffs_softdep.c
7250
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
7343
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
7779
struct vnode *pvp,
sys/ufs/ffs/ffs_softdep.c
8230
struct vnode *vp;
sys/ufs/ffs/ffs_softdep.c
873
static void process_removes(struct vnode *);
sys/ufs/ffs/ffs_softdep.c
874
static void process_truncates(struct vnode *);
sys/ufs/ffs/ffs_softdep.c
9375
struct vnode *dvp;
sys/ufs/ffs/ffs_suspend.c
93
struct vnode *devvp;
sys/ufs/ffs/ffs_vfsops.c
1241
if ((error = bread((struct vnode *)devfd, btodb(loc), size, NOCRED,
sys/ufs/ffs/ffs_vfsops.c
1487
ffs_sync_lazy_filter(struct vnode *vp, void *arg __unused)
sys/ufs/ffs/ffs_vfsops.c
1512
struct vnode *mvp, *vp;
sys/ufs/ffs/ffs_vfsops.c
1570
struct vnode *mvp, *vp, *devvp;
sys/ufs/ffs/ffs_vfsops.c
159
ffs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp)
sys/ufs/ffs/ffs_vfsops.c
1713
ffs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1722
struct vnode **vpp,
sys/ufs/ffs/ffs_vfsops.c
1729
struct vnode *vp;
sys/ufs/ffs/ffs_vfsops.c
1936
ffs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1955
struct vnode **vpp,
sys/ufs/ffs/ffs_vfsops.c
1959
struct vnode *nvp;
sys/ufs/ffs/ffs_vfsops.c
2136
ffs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/ufs/ffs/ffs_vfsops.c
2364
struct vnode *vp;
sys/ufs/ffs/ffs_vfsops.c
329
ffs_breadz(struct ufsmount *ump, struct vnode *vp, daddr_t lblkno,
sys/ufs/ffs/ffs_vfsops.c
350
struct vnode *devvp, *odevvp;
sys/ufs/ffs/ffs_vfsops.c
770
struct vnode *vp, *mvp, *devvp;
sys/ufs/ffs/ffs_vfsops.c
85
static int ffs_mountfs(struct vnode *, struct mount *, struct thread *);
sys/ufs/ffs/ffs_vfsops.c
880
ffs_mountfs(struct vnode *odevvp, struct mount *mp, struct thread *td)
sys/ufs/ffs/ffs_vfsops.c
889
struct vnode *devvp;
sys/ufs/ffs/ffs_vnops.c
1060
ffs_extread(struct vnode *vp, struct uio *uio, int ioflag)
sys/ufs/ffs/ffs_vnops.c
110
extern int ffs_rawread(struct vnode *vp, struct uio *uio, int *workdone);
sys/ufs/ffs/ffs_vnops.c
1179
ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred)
sys/ufs/ffs/ffs_vnops.c
122
static int ffs_extread(struct vnode *vp, struct uio *uio, int ioflag);
sys/ufs/ffs/ffs_vnops.c
123
static int ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag,
sys/ufs/ffs/ffs_vnops.c
1334
ffs_rdextattr(uint8_t **p, struct vnode *vp, struct thread *td)
sys/ufs/ffs/ffs_vnops.c
1392
ffs_lock_ea(struct vnode *vp)
sys/ufs/ffs/ffs_vnops.c
1407
ffs_unlock_ea(struct vnode *vp)
sys/ufs/ffs/ffs_vnops.c
1420
ffs_open_ea(struct vnode *vp, struct ucred *cred, struct thread *td)
sys/ufs/ffs/ffs_vnops.c
1448
ffs_close_ea(struct vnode *vp, int commit, struct ucred *cred, struct thread *td)
sys/ufs/ffs/ffs_vnops.c
1528
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
1572
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
1602
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
1792
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
1936
ffs_gbp_getblkno(struct vnode *vp, vm_ooffset_t off)
sys/ufs/ffs/ffs_vnops.c
1943
ffs_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *sz)
sys/ufs/ffs/ffs_vnops.c
1953
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
1969
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
1998
struct vnode *dvp, *vp, *vp1, **vpp;
sys/ufs/ffs/ffs_vnops.c
228
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
262
ffs_syncvnode(struct vnode *vp, int waitfor, int flags)
sys/ufs/ffs/ffs_vnops.c
488
struct vnode *vp = ap->a_vp;
sys/ufs/ffs/ffs_vnops.c
589
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
647
struct vnode *vp;
sys/ufs/ffs/ffs_vnops.c
838
struct vnode *vp;
sys/ufs/ffs/softdep.h
582
struct vnode *fb_devvp; /* filesystem device vnode */
sys/ufs/ffs/softdep.h
644
struct vnode *fx_devvp; /* filesystem device vnode */
sys/ufs/ufs/acl.h
42
int ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp,
sys/ufs/ufs/acl.h
44
int ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp,
sys/ufs/ufs/extattr.h
105
struct vnode;
sys/ufs/ufs/extattr.h
112
struct vnode *uele_backing_vnode;
sys/ufs/ufs/extattr.h
137
int ufs_extattrctl(struct mount *mp, int cmd, struct vnode *filename,
sys/ufs/ufs/extattr.h
142
void ufs_extattr_vnode_inactive(struct vnode *vp);
sys/ufs/ufs/gjournal.h
35
void ufs_gjournal_orphan(struct vnode *fvp);
sys/ufs/ufs/gjournal.h
36
void ufs_gjournal_close(struct vnode *vp);
sys/ufs/ufs/inode.h
179
struct vnode *_vp = ITOV(_ip); \
sys/ufs/ufs/inode.h
189
struct vnode *_vp = ITOV(_ip); \
sys/ufs/ufs/inode.h
81
struct vnode *i_vnode; /* Vnode associated with this inode. */
sys/ufs/ufs/quota.h
221
struct vnode;
sys/ufs/ufs/quota.h
226
void dqrele(struct vnode *, struct dquot *);
sys/ufs/ufs/quota.h
230
int qsyncvp(struct vnode *);
sys/ufs/ufs/quota.h
243
int quotaref(struct vnode *, struct dquot **);
sys/ufs/ufs/ufs_acl.c
155
ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td)
sys/ufs/ufs/ufs_acl.c
228
ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp,
sys/ufs/ufs/ufs_acl.c
374
ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td)
sys/ufs/ufs/ufs_bmap.c
105
readindir(struct vnode *vp,
sys/ufs/ufs/ufs_bmap.c
186
ufs_bmaparray(struct vnode *vp,
sys/ufs/ufs/ufs_bmap.c
472
ufs_bmap_seekdata(struct vnode *vp, off_t *offp)
sys/ufs/ufs/ufs_bmap.c
581
ufs_getlbns(struct vnode *vp,
sys/ufs/ufs/ufs_bmap.c
62
static int readindir(struct vnode *, ufs_lbn_t, ufs2_daddr_t, bool,
sys/ufs/ufs/ufs_dirhash.c
191
struct vnode *vp;
sys/ufs/ufs/ufs_dirhash.c
301
struct vnode *vp;
sys/ufs/ufs/ufs_dirhash.c
347
struct vnode *vp;
sys/ufs/ufs/ufs_dirhash.c
484
struct vnode *vp;
sys/ufs/ufs/ufs_dirhash.c
554
struct vnode *vp;
sys/ufs/ufs/ufs_extattr.c
1043
ufs_extattr_set(struct vnode *vp, int attrnamespace, const char *name,
sys/ufs/ufs/ufs_extattr.c
1151
ufs_extattr_rm(struct vnode *vp, int attrnamespace, const char *name,
sys/ufs/ufs/ufs_extattr.c
1270
ufs_extattr_vnode_inactive(struct vnode *vp)
sys/ufs/ufs/ufs_extattr.c
250
ufs_extattr_lookup(struct vnode *start_dvp, int lockparent, char *dirname,
sys/ufs/ufs/ufs_extattr.c
251
struct vnode **vp, struct thread *td)
sys/ufs/ufs/ufs_extattr.c
255
struct vnode *target_vp;
sys/ufs/ufs/ufs_extattr.c
326
ufs_extattr_enable_with_open(struct ufsmount *ump, struct vnode *vp,
sys/ufs/ufs/ufs_extattr.c
367
ufs_extattr_iterate_directory(struct ufsmount *ump, struct vnode *dvp,
sys/ufs/ufs/ufs_extattr.c
372
struct vnode *attr_vp;
sys/ufs/ufs/ufs_extattr.c
465
struct vnode *rvp, *attr_dvp, *attr_system_dvp, *attr_user_dvp;
sys/ufs/ufs/ufs_extattr.c
593
const char *attrname, struct vnode *backing_vnode, struct thread *td)
sys/ufs/ufs/ufs_extattr.c
713
ufs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/ufs/ufs/ufs_extattr.c
84
struct vnode *vp, int attrnamespace, const char *attrname,
sys/ufs/ufs/ufs_extattr.c
841
ufs_extattr_get(struct vnode *vp, int attrnamespace, const char *name,
sys/ufs/ufs/ufs_extattr.c
87
const char *attrname, struct vnode *backing_vnode,
sys/ufs/ufs/ufs_extattr.c
91
static int ufs_extattr_get(struct vnode *vp, int attrnamespace,
sys/ufs/ufs/ufs_extattr.c
94
static int ufs_extattr_set(struct vnode *vp, int attrnamespace,
sys/ufs/ufs/ufs_extattr.c
97
static int ufs_extattr_rm(struct vnode *vp, int attrnamespace,
sys/ufs/ufs/ufs_extern.h
100
int softdep_slowdown(struct vnode *);
sys/ufs/ufs/ufs_extern.h
45
struct vnode;
sys/ufs/ufs/ufs_extern.h
56
int ufs_bmaparray(struct vnode *, ufs2_daddr_t, ufs2_daddr_t *,
sys/ufs/ufs/ufs_extern.h
58
int ufs_bmap_seekdata(struct vnode *, off_t *);
sys/ufs/ufs/ufs_extern.h
61
int ufs_dirbadentry(struct vnode *, struct direct *, int);
sys/ufs/ufs/ufs_extern.h
67
int ufs_direnter(struct vnode *, struct vnode *, struct direct *,
sys/ufs/ufs/ufs_extern.h
69
int ufs_dirremove(struct vnode *, struct inode *, int, bool);
sys/ufs/ufs/ufs_extern.h
71
int ufs_lookup_ino(struct vnode *, struct vnode **, struct componentname *,
sys/ufs/ufs/ufs_extern.h
73
int ufs_getlbns(struct vnode *, ufs2_daddr_t, struct indir *, int *);
sys/ufs/ufs/ufs_extern.h
76
void ufs_itimes(struct vnode *vp, struct timespec *tsa);
sys/ufs/ufs/ufs_extern.h
84
int ufs_vinit(struct mount *, struct vop_vector *, struct vnode **);
sys/ufs/ufs/ufs_gjournal.c
118
ufs_gjournal_close(struct vnode *vp)
sys/ufs/ufs/ufs_gjournal.c
54
ufs_gjournal_modref(struct vnode *vp, int count)
sys/ufs/ufs/ufs_gjournal.c
63
struct vnode *devvp;
sys/ufs/ufs/ufs_gjournal.c
99
ufs_gjournal_orphan(struct vnode *vp)
sys/ufs/ufs/ufs_inode.c
106
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_inode.c
222
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_inode.c
65
struct vnode *vp;
sys/ufs/ufs/ufs_lookup.c
1102
ufs_dirremove(struct vnode *dvp, struct inode *ip, int flags, bool isrmdir)
sys/ufs/ufs/ufs_lookup.c
1229
struct vnode *vdp = ITOV(dp);
sys/ufs/ufs/ufs_lookup.c
1355
ufs_dir_dd_ino(struct vnode *vp, struct ucred *cred, ino_t *dd_ino,
sys/ufs/ufs/ufs_lookup.c
1356
struct vnode **dd_vp)
sys/ufs/ufs/ufs_lookup.c
1359
struct vnode *ddvp;
sys/ufs/ufs/ufs_lookup.c
1407
struct vnode *tvp, *vp, *vp1;
sys/ufs/ufs/ufs_lookup.c
188
ufs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp,
sys/ufs/ufs/ufs_lookup.c
205
struct vnode *pdp; /* saved dp during symlink work */
sys/ufs/ufs/ufs_lookup.c
206
struct vnode *tdp; /* returned by VFS_VGET */
sys/ufs/ufs/ufs_lookup.c
76
ufs_delete_denied(struct vnode *vdp, struct vnode *tdp, struct ucred *cred,
sys/ufs/ufs/ufs_lookup.c
769
ufs_dirbadentry(struct vnode *dp, struct direct *ep, int entryoffsetinblock)
sys/ufs/ufs/ufs_lookup.c
847
ufs_direnter(struct vnode *dvp, struct vnode *tvp, struct direct *dirp,
sys/ufs/ufs/ufs_quota.c
1061
struct vnode *vp, *mvp;
sys/ufs/ufs/ufs_quota.c
110
struct vnode *vp;
sys/ufs/ufs/ufs_quota.c
1106
qsyncvp(struct vnode *vp)
sys/ufs/ufs/ufs_quota.c
1158
struct vnode *dqvp);
sys/ufs/ufs/ufs_quota.c
1190
dqhashfind(struct dqhash *dqh, uint64_t id, struct vnode *dqvp)
sys/ufs/ufs/ufs_quota.c
1223
dqopen(struct vnode *vp, struct ufsmount *ump, int type)
sys/ufs/ufs/ufs_quota.c
1269
dqget(struct vnode *vp, uint64_t id, struct ufsmount *ump, int type,
sys/ufs/ufs/ufs_quota.c
1276
struct vnode *dqvp;
sys/ufs/ufs/ufs_quota.c
1500
dqrele(struct vnode *vp, struct dquot *dq)
sys/ufs/ufs/ufs_quota.c
1543
dqsync(struct vnode *vp, struct dquot *dq)
sys/ufs/ufs/ufs_quota.c
1547
struct vnode *dqvp;
sys/ufs/ufs/ufs_quota.c
155
struct vnode *vp = ITOV(ip);
sys/ufs/ufs/ufs_quota.c
1637
dqflush(struct vnode *vp)
sys/ufs/ufs/ufs_quota.c
1677
quotaref(struct vnode *vp, struct dquot **qrp)
sys/ufs/ufs/ufs_quota.c
449
struct vnode *vp;
sys/ufs/ufs/ufs_quota.c
495
struct vnode *vp, **vpp;
sys/ufs/ufs/ufs_quota.c
496
struct vnode *mvp;
sys/ufs/ufs/ufs_quota.c
645
struct vnode *vp;
sys/ufs/ufs/ufs_quota.c
646
struct vnode *qvp, *mvp;
sys/ufs/ufs/ufs_quota.c
77
static int dqopen(struct vnode *, struct ufsmount *, int);
sys/ufs/ufs/ufs_quota.c
78
static int dqget(struct vnode *,
sys/ufs/ufs/ufs_quota.c
80
static int dqsync(struct vnode *, struct dquot *);
sys/ufs/ufs/ufs_quota.c
81
static int dqflush(struct vnode *);
sys/ufs/ufs/ufs_vfsops.c
67
ufs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/ufs/ufs/ufs_vfsops.c
69
struct vnode *nvp;
sys/ufs/ufs/ufs_vnops.c
103
static int ufs_chmod(struct vnode *, int, struct ucred *, struct thread *);
sys/ufs/ufs/ufs_vnops.c
104
static int ufs_chown(struct vnode *, uid_t, gid_t, struct ucred *,
sys/ufs/ufs/ufs_vnops.c
1047
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1048
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
1089
print_bad_link_count(const char *funcname, struct vnode *dvp)
sys/ufs/ufs/ufs_vnops.c
1110
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1111
struct vnode *tdvp = ap->a_tdvp;
sys/ufs/ufs/ufs_vnops.c
112
static int ufs_makeinode(int mode, struct vnode *, struct vnode **,
sys/ufs/ufs/ufs_vnops.c
1183
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
1275
struct vnode *tvp = ap->a_tvp;
sys/ufs/ufs/ufs_vnops.c
1276
struct vnode *tdvp = ap->a_tdvp;
sys/ufs/ufs/ufs_vnops.c
1277
struct vnode *fvp = ap->a_fvp;
sys/ufs/ufs/ufs_vnops.c
1278
struct vnode *fdvp = ap->a_fdvp;
sys/ufs/ufs/ufs_vnops.c
1279
struct vnode *nvp;
sys/ufs/ufs/ufs_vnops.c
146
ufs_itimes_locked(struct vnode *vp, struct timespec *tsa)
sys/ufs/ufs/ufs_vnops.c
1825
ufs_do_posix1e_acl_inheritance_dir(struct vnode *dvp, struct vnode *tvp,
sys/ufs/ufs/ufs_vnops.c
1903
ufs_do_posix1e_acl_inheritance_file(struct vnode *dvp, struct vnode *tvp,
sys/ufs/ufs/ufs_vnops.c
192
ufs_itimes(struct vnode *vp, struct timespec *tsa)
sys/ufs/ufs/ufs_vnops.c
1982
ufs_do_nfs4_acl_inheritance(struct vnode *dvp, struct vnode *tvp,
sys/ufs/ufs/ufs_vnops.c
2019
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
2023
struct vnode *tvp;
sys/ufs/ufs/ufs_vnops.c
221
ufs_sync_nlink(struct vnode *vp, struct vnode *vp1)
sys/ufs/ufs/ufs_vnops.c
2274
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2275
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
2379
struct vnode *vp, **vpp = ap->a_vpp;
sys/ufs/ufs/ufs_vnops.c
2419
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2557
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2582
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2616
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2768
ufs_vinit(struct mount *mntp, struct vop_vector *fifoops, struct vnode **vpp)
sys/ufs/ufs/ufs_vnops.c
2771
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
2795
ufs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp,
sys/ufs/ufs/ufs_vnops.c
2800
struct vnode *tvp;
sys/ufs/ufs/ufs_vnops.c
281
struct vnode **vpp = ap->a_vpp;
sys/ufs/ufs/ufs_vnops.c
2966
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
2991
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
324
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
362
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
377
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
489
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
521
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
587
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
650
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
812
ufs_update_nfs4_acl_after_mode_change(struct vnode *vp, int mode,
sys/ufs/ufs/ufs_vnops.c
843
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
872
ufs_chmod(struct vnode *vp, int mode, struct ucred *cred, struct thread *td)
sys/ufs/ufs/ufs_vnops.c
928
ufs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred,
sys/ufs/ufs/ufsmount.h
101
struct vnode *um_quotas[MAXQUOTAS]; /* (q) pointer to quota files */
sys/ufs/ufs/ufsmount.h
120
int (*um_balloc)(struct vnode *, off_t, int, struct ucred *,
sys/ufs/ufs/ufsmount.h
122
int (*um_blkatoff)(struct vnode *, off_t, char **, struct buf **);
sys/ufs/ufs/ufsmount.h
123
int (*um_truncate)(struct vnode *, off_t, int, struct ucred *);
sys/ufs/ufs/ufsmount.h
124
int (*um_update)(struct vnode *, int);
sys/ufs/ufs/ufsmount.h
125
int (*um_valloc)(struct vnode *, int, struct ucred *,
sys/ufs/ufs/ufsmount.h
126
struct vnode **);
sys/ufs/ufs/ufsmount.h
127
int (*um_vfree)(struct vnode *, ino_t, int);
sys/ufs/ufs/ufsmount.h
59
struct vnode;
sys/ufs/ufs/ufsmount.h
88
struct vnode *um_odevvp; /* (r) devfs dev vnode */
sys/ufs/ufs/ufsmount.h
89
struct vnode *um_devvp; /* (r) mntfs private vnode */
sys/vm/swap_pager.c
2649
struct vnode *vp;
sys/vm/swap_pager.c
2718
swaponsomething(struct vnode *vp, void *id, u_long nblks,
sys/vm/swap_pager.c
2792
struct vnode *vp;
sys/vm/swap_pager.c
3281
swapongeom_locked(struct cdev *dev, struct vnode *vp)
sys/vm/swap_pager.c
3333
swapongeom(struct vnode *vp)
sys/vm/swap_pager.c
3359
struct vnode *vp2;
sys/vm/swap_pager.c
3384
struct vnode *vp;
sys/vm/swap_pager.c
3393
swaponvp(struct thread *td, struct vnode *vp, u_long nblks)
sys/vm/swap_pager.c
485
static int swapongeom(struct vnode *);
sys/vm/swap_pager.c
486
static int swaponvp(struct thread *, struct vnode *, u_long);
sys/vm/swap_pager.h
56
struct vnode *sw_vp;
sys/vm/vm_extern.h
111
struct vnode *, vm_ooffset_t *, vm_object_t *, boolean_t *);
sys/vm/vm_extern.h
124
void vnode_pager_setsize(struct vnode *, vm_ooffset_t);
sys/vm/vm_extern.h
125
void vnode_pager_purge_range(struct vnode *, vm_ooffset_t, vm_ooffset_t);
sys/vm/vm_extern.h
38
struct vnode;
sys/vm/vm_fault.c
155
struct vnode *vp;
sys/vm/vm_fault.c
840
struct vnode *vp;
sys/vm/vm_map.c
4503
KASSERT(((struct vnode *)object->
sys/vm/vm_map.c
538
struct vnode *vp;
sys/vm/vm_mmap.c
1302
struct vnode *vp, vm_ooffset_t *foffp, vm_object_t *objp,
sys/vm/vm_mmap.c
1331
vp = (struct vnode *)obj->handle;
sys/vm/vm_object.c
1162
struct vnode *vp;
sys/vm/vm_object.c
2455
struct vnode *
sys/vm/vm_object.c
2458
struct vnode *vp;
sys/vm/vm_object.c
2518
struct vnode *vp;
sys/vm/vm_object.c
535
struct vnode *vp = (struct vnode *) object->handle;
sys/vm/vm_object.h
286
struct vnode;
sys/vm/vm_object.h
370
int vm_object_kvme_type(vm_object_t object, struct vnode **vpp);
sys/vm/vm_object.h
392
struct vnode *vm_object_vnode(vm_object_t object);
sys/vm/vm_pageout.c
602
struct vnode *vp;
sys/vm/vm_pager.c
100
static void dead_pager_getvp(vm_object_t, struct vnode **, bool *);
sys/vm/vm_pager.c
146
dead_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/vm/vm_pager.c
526
pbgetvp(struct vnode *vp, struct buf *bp)
sys/vm/vm_pager.c
618
vm_object_kvme_type(vm_object_t object, struct vnode **vpp)
sys/vm/vm_pager.h
232
vm_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/vm/vm_pager.h
47
struct vnode;
sys/vm/vm_pager.h
65
typedef void pgo_getvp_t(vm_object_t object, struct vnode **vpp,
sys/vm/vnode_pager.c
105
static void vnode_pager_getvp(vm_object_t, struct vnode **, bool *);
sys/vm/vnode_pager.c
1259
struct vnode *vp;
sys/vm/vnode_pager.c
1316
vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *ma, int bytecount,
sys/vm/vnode_pager.c
150
vnode_create_vobject_any(struct vnode *vp, off_t isize, struct thread *td)
sys/vm/vnode_pager.c
1573
struct vnode *vp;
sys/vm/vnode_pager.c
1602
struct vnode *vp;
sys/vm/vnode_pager.c
1649
vnode_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/vm/vnode_pager.c
1655
vnode_pager_clean1(struct vnode *vp, int sync_flags)
sys/vm/vnode_pager.c
1670
vnode_pager_clean_sync(struct vnode *vp)
sys/vm/vnode_pager.c
1676
vnode_pager_clean_async(struct vnode *vp)
sys/vm/vnode_pager.c
186
vnode_create_vobject(struct vnode *vp, off_t isize, struct thread *td)
sys/vm/vnode_pager.c
199
vnode_create_disk_vobject(struct vnode *vp, off_t isize, struct thread *td)
sys/vm/vnode_pager.c
208
vnode_destroy_vobject(struct vnode *vp)
sys/vm/vnode_pager.c
257
struct vnode *vp;
sys/vm/vnode_pager.c
265
vp = (struct vnode *)handle;
sys/vm/vnode_pager.c
324
struct vnode *vp;
sys/vm/vnode_pager.c
367
struct vnode *vp = object->handle;
sys/vm/vnode_pager.c
497
vnode_pager_setsize(struct vnode *vp, vm_ooffset_t nsize)
sys/vm/vnode_pager.c
572
vnode_pager_purge_range(struct vnode *vp, vm_ooffset_t start, vm_ooffset_t end)
sys/vm/vnode_pager.c
627
vnode_pager_addr(struct vnode *vp, vm_ooffset_t address, daddr_t *rtaddress,
sys/vm/vnode_pager.c
669
struct vnode *vp;
sys/vm/vnode_pager.c
766
struct vnode *vp;
sys/vm/vnode_pager.c
835
struct vnode *vp;
sys/vm/vnode_pager.c
850
struct vnode *vp;
sys/vm/vnode_pager.c
87
static int vnode_pager_addr(struct vnode *vp, vm_ooffset_t address,
sys/vm/vnode_pager.c
890
vnode_pager_generic_getpages(struct vnode *vp, vm_page_t *m, int count,
sys/vm/vnode_pager.h
42
struct vnode;
sys/vm/vnode_pager.h
43
void vnode_pager_clean_sync(struct vnode *vp);
sys/vm/vnode_pager.h
44
void vnode_pager_clean_async(struct vnode *vp);
sys/vm/vnode_pager.h
45
int vnode_pager_generic_getpages(struct vnode *vp, vm_page_t *m,
sys/vm/vnode_pager.h
48
int vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *m,
tools/diag/dumpvfscache/dumpvfscache.c
27
struct vnode *nc_dvp;
tools/diag/dumpvfscache/dumpvfscache.c
28
struct vnode *nc_vp;
tools/diag/dumpvfscache/dumpvfscache.c
73
struct vnode vn;
usr.sbin/makefs/ffs/ufs_inode.h
42
struct vnode *i_devvp; /* vnode pointer (contains fsopts) */
usr.sbin/makefs/msdos/msdosfs_denode.c
126
ldep->de_vnode = (struct vnode *)-1;