Symbol: vnode
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
1221
struct vnode *vp;
sys/compat/linprocfs/linprocfs.c
1314
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
634
struct vnode *vp;
sys/compat/linux/linux_stats.c
65
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/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
330
static inline struct vnode *
sys/compat/linuxkpi/common/include/linux/fs.h
61
#define inode vnode
sys/compat/linuxkpi/common/include/linux/fs.h
93
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
1665
struct vnode *vp;
sys/compat/linuxkpi/common/src/linux_compat.c
1729
struct vnode *vp;
sys/compat/linuxkpi/common/src/linux_compat.c
1750
struct vnode *vp;
sys/compat/linuxkpi/common/src/linux_seq_file.c
252
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
1842
pmc_getfilename((struct vnode *)pkm->pm_file, &fullpath, &freepath);
sys/dev/hwpmc/hwpmc_mod.c
1955
struct vnode *vp, *last_vp;
sys/dev/hwpmc/hwpmc_mod.c
833
pmc_getfilename(struct vnode *v, char **fullpath, char **freepath)
sys/dev/md/md.c
1417
if (sc->type == MD_VNODE && sc->s_vnode.vnode != NULL) {
sys/dev/md/md.c
1432
vn_lock(sc->s_vnode.vnode, LK_EXCLUSIVE | LK_RETRY);
sys/dev/md/md.c
1433
error = VOP_READ(sc->s_vnode.vnode, &auio, 0, sc->cred);
sys/dev/md/md.c
1434
VOP_UNLOCK(sc->s_vnode.vnode);
sys/dev/md/md.c
1506
sc->s_vnode.vnode = nd.ni_vp;
sys/dev/md/md.c
1510
sc->s_vnode.vnode = NULL;
sys/dev/md/md.c
1562
if (sc->s_vnode.vnode != NULL) {
sys/dev/md/md.c
1563
vn_lock(sc->s_vnode.vnode, LK_EXCLUSIVE | LK_RETRY);
sys/dev/md/md.c
1564
sc->s_vnode.vnode->v_vflag &= ~VV_MD;
sys/dev/md/md.c
1565
VOP_UNLOCK(sc->s_vnode.vnode);
sys/dev/md/md.c
1566
(void)vn_close(sc->s_vnode.vnode,
sys/dev/md/md.c
2191
mp->s_vnode.vnode != NULL)
sys/dev/md/md.c
2223
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/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
644
struct vnode **vpp)
sys/fs/autofs/autofs_vnops.c
646
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
58
struct vnode *i_vnode; /* vnode associated with this inode */
sys/fs/cd9660/cd9660_node.h
99
int cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp);
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
235
struct vnode *vp;
sys/fs/cd9660/cd9660_vnops.c
272
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
433
struct vnode *vdp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
709
struct vnode *vp = ap->a_vp;
sys/fs/cd9660/cd9660_vnops.c
799
cd9660_gbp_getblkno(struct vnode *vp, vm_ooffset_t off)
sys/fs/cd9660/cd9660_vnops.c
806
cd9660_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *sz)
sys/fs/cd9660/cd9660_vnops.c
818
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
480
struct vnode *vp;
sys/fs/fdescfs/fdesc_vnops.c
617
struct vnode *vp;
sys/fs/fdescfs/fdesc_vnops.c
631
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
936
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
448
struct vnode *vp, struct thread *td, struct ucred *cred);
sys/fs/fuse/fuse_ipc.h
451
struct vnode *vp, struct thread *td, struct ucred *cred);
sys/fs/fuse/fuse_ipc.h
457
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
530
fuse_vnode_size(struct vnode *vp, off_t *filesize, struct ucred *cred,
sys/fs/fuse/fuse_node.c
561
fuse_vnode_undirty_cached_timestamps(struct vnode *vp, bool atime)
sys/fs/fuse/fuse_node.c
574
fuse_vnode_update(struct vnode *vp, int flags)
sys/fs/fuse/fuse_node.h
202
fuse_vnode_attr_cache_valid(struct vnode *vp)
sys/fs/fuse/fuse_node.h
214
VTOVA(struct vnode *vp)
sys/fs/fuse/fuse_node.h
225
fuse_vnode_clear_attr_cache(struct vnode *vp)
sys/fs/fuse/fuse_node.h
245
int fuse_vnode_cmp(struct vnode *vp, void *nidp);
sys/fs/fuse/fuse_node.h
248
fuse_vnode_setparent(struct vnode *vp, struct vnode *dvp)
sys/fs/fuse/fuse_node.h
263
int fuse_vnode_size(struct vnode *vp, off_t *filesize, struct ucred *cred,
sys/fs/fuse/fuse_node.h
266
void fuse_vnode_destroy(struct vnode *vp);
sys/fs/fuse/fuse_node.h
269
uint64_t nodeid, struct vnode *dvp, struct vnode **vpp,
sys/fs/fuse/fuse_node.h
272
void fuse_vnode_open(struct vnode *vp, int32_t fuse_open_flags,
sys/fs/fuse/fuse_node.h
275
int fuse_vnode_savesize(struct vnode *vp, struct ucred *cred, pid_t pid);
sys/fs/fuse/fuse_node.h
277
int fuse_vnode_setsize(struct vnode *vp, off_t newsize, bool from_server);
sys/fs/fuse/fuse_node.h
278
int fuse_vnode_setsize_immediate(struct vnode *vp, bool shrink);
sys/fs/fuse/fuse_node.h
280
void fuse_vnode_undirty_cached_timestamps(struct vnode *vp, bool atime);
sys/fs/fuse/fuse_node.h
282
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
1074
struct vnode *dvp,
sys/fs/fuse/fuse_vnops.c
1104
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1105
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1261
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1287
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1312
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1340
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1382
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1433
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1434
struct vnode *tdvp = ap->a_tdvp;
sys/fs/fuse/fuse_vnops.c
1506
fuse_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp)
sys/fs/fuse/fuse_vnops.c
1527
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1528
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1544
struct vnode *vp = NULL;
sys/fs/fuse/fuse_vnops.c
1785
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1786
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1815
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
1816
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
1839
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1865
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
1957
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2035
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2117
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2166
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2188
struct vnode *vroot;
sys/fs/fuse/fuse_vnops.c
2218
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
2219
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2252
struct vnode *fdvp = ap->a_fdvp;
sys/fs/fuse/fuse_vnops.c
2253
struct vnode *fvp = ap->a_fvp;
sys/fs/fuse/fuse_vnops.c
2255
struct vnode *tdvp = ap->a_tdvp;
sys/fs/fuse/fuse_vnops.c
2256
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
2361
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
2362
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2390
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2533
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2564
struct vnode *dvp = ap->a_dvp;
sys/fs/fuse/fuse_vnops.c
2565
struct vnode **vpp = ap->a_vpp;
sys/fs/fuse/fuse_vnops.c
2610
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2698
fuse_gbp_getblkno(struct vnode *vp, vm_ooffset_t off)
sys/fs/fuse/fuse_vnops.c
2706
fuse_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *blksz)
sys/fs/fuse/fuse_vnops.c
271
fuse_filehandle_get_dir(struct vnode *vp, struct fuse_filehandle **fufhp,
sys/fs/fuse/fuse_vnops.c
2737
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
2766
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
281
fuse_flush(struct vnode *vp, struct ucred *cred, pid_t pid, int fflag)
sys/fs/fuse/fuse_vnops.c
2856
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3033
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3168
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3275
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
330
fuse_inval_buf_range(struct vnode *vp, off_t filesize, off_t start, off_t end)
sys/fs/fuse/fuse_vnops.c
3302
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
3388
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
382
fuse_vnop_do_ioctl(struct vnode *vp, u_long cmd, void *arg, int fflag,
sys/fs/fuse/fuse_vnops.c
461
fuse_vnop_do_lseek(struct vnode *vp, struct thread *td, struct ucred *cred,
sys/fs/fuse/fuse_vnops.c
513
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
559
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
677
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
776
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
878
struct vnode *vp = ap->a_vp;
sys/fs/fuse/fuse_vnops.c
953
struct vnode *invp = ap->a_invp;
sys/fs/fuse/fuse_vnops.c
954
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
227
nfsrv_object_create(struct vnode *vp, struct thread *td)
sys/fs/nfs/nfs_commonport.c
325
nfsvno_pathconf(struct vnode *vp, int flag, long *retf,
sys/fs/nfs/nfs_commonport.c
367
nfsrv_atroot(struct vnode *vp, uint64_t *retp)
sys/fs/nfs/nfs_commonport.c
424
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
70
void (*ncl_call_invalcaches)(struct vnode *) = NULL;
sys/fs/nfs/nfs_commonport.c
809
nfs_supportsnfsv4acls(struct vnode *vp)
sys/fs/nfs/nfs_commonport.c
829
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
548
struct vnode *vp, int flags, u_int32_t rdev)
sys/fs/nfs/nfs_commonsubs.c
5613
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 *, fhandle_t *,
sys/fs/nfs/nfs_var.h
767
int nfsrv_dsgetsockmnt(struct vnode *, int, char *, int *, int *,
sys/fs/nfs/nfs_var.h
768
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
1017
int nfscl_loadattrcache(struct vnode **, struct nfsvattr *, void *, int, int);
sys/fs/nfs/nfsport.h
1019
bool ncl_pager_setsize(struct vnode *vp, u_quad_t *nsizep);
sys/fs/nfs/nfsport.h
1020
void ncl_copy_vattr(struct vnode *vp, struct vattr *dst, struct vattr *src);
sys/fs/nfs/nfsport.h
1151
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
105
newnfs_vncmpf(struct vnode *vp, void *arg)
sys/fs/nfsclient/nfs_clport.c
125
nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp,
sys/fs/nfsclient/nfs_clport.c
130
struct vnode *vp, *nvp;
sys/fs/nfsclient/nfs_clport.c
329
struct vnode *nvp;
sys/fs/nfsclient/nfs_clport.c
415
ncl_copy_vattr(struct vnode *vp, struct vattr *dst, struct vattr *src)
sys/fs/nfsclient/nfs_clport.c
446
nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper,
sys/fs/nfsclient/nfs_clport.c
449
struct vnode *vp = *vpp;
sys/fs/nfsclient/nfs_clport.c
628
ncl_pager_setsize(struct vnode *vp, u_quad_t *nsizep)
sys/fs/nfsclient/nfs_clport.c
831
nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp,
sys/fs/nfsclient/nfs_clport.c
89
extern void (*ncl_call_invalcaches)(struct vnode *);
sys/fs/nfsclient/nfs_clport.c
932
nfscl_request(struct nfsrv_descript *nd, struct vnode *vp, NFSPROC_T *p,
sys/fs/nfsclient/nfs_clrpcops.c
111
struct vnode *vp;
sys/fs/nfsclient/nfs_clrpcops.c
235
static void nfscl_statfs(struct vnode *, struct ucred *, NFSPROC_T *);
sys/fs/nfsclient/nfs_clrpcops.c
2867
nfsrpc_remove(struct vnode *dvp, char *name, int namelen, struct vnode *vp,
sys/fs/nfsclient/nfs_clrpcops.c
2993
nfsrpc_rename(struct vnode *fdvp, struct vnode *fvp, char *fnameptr,
sys/fs/nfsclient/nfs_clrpcops.c
2994
int fnamelen, struct vnode *tdvp, struct vnode *tvp, char *tnameptr,
sys/fs/nfsclient/nfs_clrpcops.c
5416
nfsrpc_getacl(struct vnode *vp, acl_type_t acltype, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5463
nfsrpc_setacl(struct vnode *vp, acl_type_t acltype, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5490
nfsrpc_setaclrpc(struct vnode *vp, struct ucred *cred, NFSPROC_T *p,
sys/fs/nfsclient/nfs_clrpcops.c
9947
nfsrpc_openattr(struct nfsmount *nmp, struct vnode *vp, uint8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clrpcops.c
9992
nfscl_statfs(struct vnode *vp, struct ucred *cred, NFSPROC_T *td)
sys/fs/nfsclient/nfs_clstate.c
3530
nfscl_delegreturnvp(struct vnode *vp, bool retdeleg, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clstate.c
5192
nfscl_delegmodtime(struct vnode *vp, struct timespec *mtime)
sys/fs/nfsclient/nfs_clstate.c
5981
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
318
ncl_invaldir(struct vnode *vp)
sys/fs/nfsclient/nfs_clsubs.c
346
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
1149
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
1179
nfs_get_namedattrdir(struct vnode *vp, struct componentname *cnp,
sys/fs/nfsclient/nfs_clvnops.c
118
struct vnode **);
sys/fs/nfsclient/nfs_clvnops.c
1180
struct vnode **vpp)
sys/fs/nfsclient/nfs_clvnops.c
1184
struct vnode *newvp;
sys/fs/nfsclient/nfs_clvnops.c
1218
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
1219
struct vnode **vpp = ap->a_vpp;
sys/fs/nfsclient/nfs_clvnops.c
1222
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
1602
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
1620
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
1632
ncl_readlinkrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred)
sys/fs/nfsclient/nfs_clvnops.c
1654
ncl_readrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred)
sys/fs/nfsclient/nfs_clvnops.c
1684
ncl_writerpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
1723
nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/fs/nfsclient/nfs_clvnops.c
1727
struct vnode *newvp = NULL;
sys/fs/nfsclient/nfs_clvnops.c
1822
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
1826
struct vnode *newvp = NULL;
sys/fs/nfsclient/nfs_clvnops.c
1974
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
1975
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
2034
ncl_removeit(struct sillyrename *sp, struct vnode *vp)
sys/fs/nfsclient/nfs_clvnops.c
2050
nfs_removestatus(struct vnode *vp, nfsremove_status file_status,
sys/fs/nfsclient/nfs_clvnops.c
2075
nfs_removerpc(struct vnode *dvp, struct vnode *vp, char *name,
sys/fs/nfsclient/nfs_clvnops.c
2127
struct vnode *fvp = ap->a_fvp;
sys/fs/nfsclient/nfs_clvnops.c
2128
struct vnode *tvp = ap->a_tvp;
sys/fs/nfsclient/nfs_clvnops.c
2129
struct vnode *fdvp = ap->a_fdvp;
sys/fs/nfsclient/nfs_clvnops.c
2130
struct vnode *tdvp = ap->a_tdvp;
sys/fs/nfsclient/nfs_clvnops.c
2270
nfs_renameit(struct vnode *sdvp, struct vnode *svp, struct componentname *scnp,
sys/fs/nfsclient/nfs_clvnops.c
2283
nfs_renamerpc(struct vnode *fdvp, struct vnode *fvp, char *fnameptr,
sys/fs/nfsclient/nfs_clvnops.c
2284
int fnamelen, struct vnode *tdvp, struct vnode *tvp, char *tnameptr,
sys/fs/nfsclient/nfs_clvnops.c
2338
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
2339
struct vnode *tdvp = ap->a_tdvp;
sys/fs/nfsclient/nfs_clvnops.c
2402
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
2408
struct vnode *newvp = NULL;
sys/fs/nfsclient/nfs_clvnops.c
2482
struct vnode *dvp = ap->a_dvp;
sys/fs/nfsclient/nfs_clvnops.c
2486
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
2564
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
2565
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
2606
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
2683
ncl_readdirrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
2747
ncl_readdirplusrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
2815
nfs_sillyrename(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/fs/nfsclient/nfs_clvnops.c
2873
nfs_lookitup(struct vnode *dvp, char *name, int len, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
2876
struct vnode *newvp = NULL, *vp;
sys/fs/nfsclient/nfs_clvnops.c
2985
ncl_commit(struct vnode *vp, u_quad_t offset, int cnt, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
3035
struct vnode *vp;
sys/fs/nfsclient/nfs_clvnops.c
3092
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
3431
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
3577
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3605
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3626
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3702
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3828
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
3902
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4000
struct vnode *invp = ap->a_invp;
sys/fs/nfsclient/nfs_clvnops.c
4001
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
4333
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4405
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4463
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4520
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4593
struct vnode *vp = ap->a_vp;
sys/fs/nfsclient/nfs_clvnops.c
4645
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
1041
nfsvno_read(struct vnode *vp, off_t off, int cnt, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
113
static void nfsvno_updateds(struct vnode *, struct ucred *, struct thread *);
sys/fs/nfsserver/nfs_nfsdport.c
1165
nfsvno_write(struct vnode *vp, off_t off, int retlen, int *stable,
sys/fs/nfsserver/nfs_nfsdport.c
1216
struct vnode **vpp, struct nfsvattr *nvap, int *exclusive_flagp,
sys/fs/nfsserver/nfs_nfsdport.c
132
static void nfs_dtypetovtype(struct nfsvattr *, struct vnode *, uint8_t);
sys/fs/nfsserver/nfs_nfsdport.c
133
static void nfsrv_pnfscreate(struct vnode *, struct vattr *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
135
static void nfsrv_pnfsremovesetup(struct vnode *, NFSPROC_T *, struct vnode **,
sys/fs/nfsserver/nfs_nfsdport.c
137
static void nfsrv_pnfsremove(struct vnode **, int, char *, fhandle_t *,
sys/fs/nfsserver/nfs_nfsdport.c
139
static int nfsrv_proxyds(struct vnode *, off_t, int, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
142
static int nfsrv_setextattr(struct vnode *, struct nfsvattr *, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
146
NFSPROC_T *, struct vnode *, struct nfsmount **, int, struct mbuf **,
sys/fs/nfsserver/nfs_nfsdport.c
149
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
1494
struct vnode *vp, *dsdvp[NFSDEV_MAXMIRRORS], *newvp;
sys/fs/nfsserver/nfs_nfsdport.c
151
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
153
struct vnode *, struct nfsmount **, int, struct acl *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
155
struct vnode *, struct nfsmount **, int, struct nfsvattr *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
1558
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
157
struct vnode *, struct nfsmount *, struct nfsvattr *);
sys/fs/nfsserver/nfs_nfsdport.c
1598
struct vnode *fvp, *tvp, *tdvp, *dsdvp[NFSDEV_MAXMIRRORS], *newvp;
sys/fs/nfsserver/nfs_nfsdport.c
161
static int nfsrv_pnfslookupds(struct vnode *, struct vnode *,
sys/fs/nfsserver/nfs_nfsdport.c
162
struct pnfsdsfile *, struct vnode **, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
163
static void nfsrv_pnfssetfh(struct vnode *, struct pnfsdsfile *, char *, char *,
sys/fs/nfsserver/nfs_nfsdport.c
164
struct vnode *, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
165
static int nfsrv_dsremove(struct vnode *, char *, struct ucred *, NFSPROC_T *);
sys/fs/nfsserver/nfs_nfsdport.c
166
static int nfsrv_dssetacl(struct vnode *, struct acl *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
1780
nfsvno_link(struct nameidata *ndp, struct vnode *vp, nfsquad_t clientid,
sys/fs/nfsserver/nfs_nfsdport.c
1783
struct vnode *xp;
sys/fs/nfsserver/nfs_nfsdport.c
1826
nfsvno_fsync(struct vnode *vp, u_int64_t off, int cnt, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
1924
nfsvno_statfs(struct vnode *vp, struct statfs *sf)
sys/fs/nfsserver/nfs_nfsdport.c
1973
bool done_namei, struct nfsexstuff *exp, struct vnode **vpp)
sys/fs/nfsserver/nfs_nfsdport.c
1976
struct vnode *vp = NULL;
sys/fs/nfsserver/nfs_nfsdport.c
2132
nfsvno_updfilerev(struct vnode *vp, struct nfsvattr *nvap,
sys/fs/nfsserver/nfs_nfsdport.c
2153
nfsvno_fillattr(struct nfsrv_descript *nd, struct mount *mp, struct vnode *vp,
sys/fs/nfsserver/nfs_nfsdport.c
2188
static void nfs_dtypetovtype(struct nfsvattr *nvap, struct vnode *vp,
sys/fs/nfsserver/nfs_nfsdport.c
2228
struct vnode *vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
2485
struct vnode *vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
2491
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
339
struct vnode *nh_vp; /* vp to match (unreferenced pointer) */
sys/fs/nfsserver/nfs_nfsdport.c
349
nfsrv_sequential_heuristic(struct uio *uio, struct vnode *vp)
sys/fs/nfsserver/nfs_nfsdport.c
356
hi = ((int)(vm_offset_t)vp / sizeof(struct vnode)) % NUM_HEURISTIC;
sys/fs/nfsserver/nfs_nfsdport.c
3626
int lktype, struct vnode **vpp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
3677
struct vnode **vpp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
3792
fp_getfvp(struct thread *p, int fd, struct file **fpp, struct vnode **vpp)
sys/fs/nfsserver/nfs_nfsdport.c
3928
struct vnode *
sys/fs/nfsserver/nfs_nfsdport.c
3932
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
3949
nfsvno_advlock(struct vnode *vp, int ftype, u_int64_t first,
sys/fs/nfsserver/nfs_nfsdport.c
4051
struct vnode *vp, *nvp, *curdvp;
sys/fs/nfsserver/nfs_nfsdport.c
406
nfsvno_getattr(struct vnode *vp, struct nfsvattr *nvap,
sys/fs/nfsserver/nfs_nfsdport.c
4558
struct vnode *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
4568
nfsrv_dscreate(struct vnode *dvp, struct vattr *vap, struct vattr *nvap,
sys/fs/nfsserver/nfs_nfsdport.c
4570
char *fnamep, struct ucred *tcred, NFSPROC_T *p, struct vnode **nvpp)
sys/fs/nfsserver/nfs_nfsdport.c
4572
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
4677
nfsrv_pnfscreate(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
4686
struct vnode *dvp[NFSDEV_MAXMIRRORS];
sys/fs/nfsserver/nfs_nfsdport.c
479
nfsvno_getfh(struct vnode *vp, fhandle_t *fhp, struct thread *p)
sys/fs/nfsserver/nfs_nfsdport.c
4895
nfsrv_pnfsremovesetup(struct vnode *vp, NFSPROC_T *p, struct vnode **dvpp,
sys/fs/nfsserver/nfs_nfsdport.c
4946
struct vnode *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
4953
nfsrv_dsremove(struct vnode *dvp, char *fname, struct ucred *tcred,
sys/fs/nfsserver/nfs_nfsdport.c
4957
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
5008
nfsrv_pnfsremove(struct vnode **dvp, int mirrorcnt, char *fname, fhandle_t *fhp,
sys/fs/nfsserver/nfs_nfsdport.c
502
nfsvno_accchk(struct vnode *vp, accmode_t accmode, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
5116
nfsrv_updatemdsattr(struct vnode *vp, struct nfsvattr *nap, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
5133
nfsrv_dssetacl(struct vnode *vp, struct acl *aclp, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
5144
nfsrv_proxyds(struct vnode *vp, off_t off, int cnt, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
5151
struct vnode *dvp[NFSDEV_MAXMIRRORS];
sys/fs/nfsserver/nfs_nfsdport.c
5362
nfsrv_dsgetsockmnt(struct vnode *vp, int lktype, char *buf, int *buflenp,
sys/fs/nfsserver/nfs_nfsdport.c
5363
int *mirrorcntp, NFSPROC_T *p, struct vnode **dvpp, fhandle_t *fhp,
sys/fs/nfsserver/nfs_nfsdport.c
5364
char *devid, char *fnamep, struct vnode **nvpp, struct nfsmount **newnmpp,
sys/fs/nfsserver/nfs_nfsdport.c
5367
struct vnode *dvp, *nvp = NULL, **tdvpp;
sys/fs/nfsserver/nfs_nfsdport.c
5582
nfsrv_setextattr(struct vnode *vp, struct nfsvattr *nap, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
5849
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
594
nfsvno_setattr(struct vnode *vp, struct nfsvattr *nvap, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
6017
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
6200
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
6272
struct vnode *vp, struct nfsmount *nmp, struct nfsvattr *nap,
sys/fs/nfsserver/nfs_nfsdport.c
6362
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
6386
struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
6461
struct vnode *vp, struct nfsmount *nmp, struct acl *aclp)
sys/fs/nfsserver/nfs_nfsdport.c
650
struct vnode *dp, int islocked, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
651
struct vnode **retdirp)
sys/fs/nfsserver/nfs_nfsdport.c
6512
struct vnode *vp;
sys/fs/nfsserver/nfs_nfsdport.c
6535
struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt, struct acl *aclp,
sys/fs/nfsserver/nfs_nfsdport.c
6607
struct vnode *vp, struct nfsmount *nmp, struct nfsvattr *nap)
sys/fs/nfsserver/nfs_nfsdport.c
6716
nfsrv_dsgetdevandfh(struct vnode *vp, NFSPROC_T *p, int *mirrorcntp,
sys/fs/nfsserver/nfs_nfsdport.c
6734
nfsrv_pnfslookupds(struct vnode *vp, struct vnode *dvp, struct pnfsdsfile *pf,
sys/fs/nfsserver/nfs_nfsdport.c
6735
struct vnode **nvpp, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
6741
struct vnode *nvp;
sys/fs/nfsserver/nfs_nfsdport.c
6768
nfsrv_pnfssetfh(struct vnode *vp, struct pnfsdsfile *pf, char *devid,
sys/fs/nfsserver/nfs_nfsdport.c
6769
char *fnamep, struct vnode *nvp, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
6824
struct vnode **dvpp, **tdvpp, *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
6907
nfsrv_setacl(struct vnode *vp, NFSACL_T *aclp, acl_type_t atype,
sys/fs/nfsserver/nfs_nfsdport.c
6953
nfsvno_seek(struct nfsrv_descript *nd, struct vnode *vp, u_long cmd,
sys/fs/nfsserver/nfs_nfsdport.c
6998
nfsvno_allocate(struct vnode *vp, off_t off, off_t len, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7034
nfsvno_deallocate(struct vnode *vp, off_t off, off_t len, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7070
nfsvno_getxattr(struct vnode *vp, char *name, uint32_t maxresp,
sys/fs/nfsserver/nfs_nfsdport.c
7159
nfsvno_setxattr(struct vnode *vp, char *name, int len, struct mbuf *m,
sys/fs/nfsserver/nfs_nfsdport.c
7216
nfsvno_updateds(struct vnode *vp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
7245
nfsvno_rmxattr(struct nfsrv_descript *nd, struct vnode *vp, char *name,
sys/fs/nfsserver/nfs_nfsdport.c
7282
nfsvno_listxattr(struct vnode *vp, uint64_t cookie, struct ucred *cred,
sys/fs/nfsserver/nfs_nfsdport.c
7424
struct vnode **dvpp, **tdvpp, *dvp;
sys/fs/nfsserver/nfs_nfsdport.c
7473
nfs_supportsacls(struct vnode *vp)
sys/fs/nfsserver/nfs_nfsdport.c
871
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
4470
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
248
static void nfsrv_issuedelegation(struct vnode *vp, struct nfsclient *clp,
sys/fs/nfsserver/nfs_nfsdstate.c
8645
int *buflenp, char *fname, NFSPROC_T *p, struct vnode **vpp,
sys/fs/nfsserver/nfs_nfsdstate.c
8646
struct vnode **nvpp, struct pnfsdsfile **pfp, struct nfsdevice **dsp,
sys/fs/nfsserver/nfs_nfsdstate.c
8650
struct vnode *vp, *curvp;
sys/fs/nfsserver/nfs_nfsdstate.c
8954
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
311
nullfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
313
struct vnode *vp;
sys/fs/nullfs/null_vfsops.c
403
nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
417
nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
429
nullfs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/fs/nullfs/null_vfsops.c
438
nullfs_reclaim_lowervp(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_vfsops.c
440
struct vnode *vp;
sys/fs/nullfs/null_vfsops.c
451
nullfs_unlink_lowervp(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_vfsops.c
453
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
1014
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
1025
struct vnode *lowervp;
sys/fs/nullfs/null_vnops.c
1026
struct vnode *vp;
sys/fs/nullfs/null_vnops.c
1046
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
1055
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
1056
struct vnode **dvp = ap->a_vpp;
sys/fs/nullfs/null_vnops.c
1057
struct vnode *lvp, *ldvp;
sys/fs/nullfs/null_vnops.c
1101
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
1123
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
1150
struct vnode *dvp, *ldvp, *lvp, *vp, *vp1, **vpp;
sys/fs/nullfs/null_vnops.c
1210
struct vnode *vp, *vpl;
sys/fs/nullfs/null_vnops.c
205
null_copy_inotify(struct vnode *vp, struct vnode *lvp, short flag)
sys/fs/nullfs/null_vnops.c
243
struct vnode **this_vp_p;
sys/fs/nullfs/null_vnops.c
244
struct vnode *old_vps[VDESC_MAX_VPS];
sys/fs/nullfs/null_vnops.c
245
struct vnode **vps_p[VDESC_MAX_VPS];
sys/fs/nullfs/null_vnops.c
246
struct vnode ***vppp;
sys/fs/nullfs/null_vnops.c
247
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
272
vps_p[i] = this_vp_p = VOPARG_OFFSETTO(struct vnode **,
sys/fs/nullfs/null_vnops.c
379
vppp = VOPARG_OFFSETTO(struct vnode ***,
sys/fs/nullfs/null_vnops.c
392
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
418
struct vnode *dvp = ap->a_dvp;
sys/fs/nullfs/null_vnops.c
420
struct vnode *vp, *ldvp, *lvp;
sys/fs/nullfs/null_vnops.c
516
struct vnode *vp, *ldvp;
sys/fs/nullfs/null_vnops.c
539
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
606
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
632
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
667
struct vnode *lvp, *vp;
sys/fs/nullfs/null_vnops.c
691
struct vnode *fdvp, *fvp, *tdvp, *tvp;
sys/fs/nullfs/null_vnops.c
692
struct vnode *lfdvp, *lfvp, *ltdvp, *ltvp;
sys/fs/nullfs/null_vnops.c
786
static struct vnode *
sys/fs/nullfs/null_vnops.c
790
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
807
static struct vnode *
sys/fs/nullfs/null_vnops.c
811
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
832
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
884
struct vnode *vp = ap->a_vp;
sys/fs/nullfs/null_vnops.c
886
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
916
null_want_recycle(struct vnode *vp)
sys/fs/nullfs/null_vnops.c
918
struct vnode *lvp;
sys/fs/nullfs/null_vnops.c
944
struct vnode *vp;
sys/fs/nullfs/null_vnops.c
968
struct vnode *vp;
sys/fs/nullfs/null_vnops.c
970
struct vnode *lowervp;
sys/fs/p9fs/p9fs.h
102
struct vnode *v_node; /* vnode for this fs_node. */
sys/fs/p9fs/p9fs.h
183
int p9fs_stat_vnode_dotl(struct p9_stat_dotl *st, struct vnode *vp);
sys/fs/p9fs/p9fs.h
184
int p9fs_reload_stats_dotl(struct vnode *vp, struct ucred *cred);
sys/fs/p9fs/p9fs.h
190
int p9fs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp);
sys/fs/p9fs/p9fs.h
192
struct p9fs_node *parent, struct p9_fid *fid, struct vnode **vpp,
sys/fs/p9fs/p9fs.h
194
int p9fs_node_cmp(struct vnode *vp, void *arg);
sys/fs/p9fs/p9fs_vfsops.c
190
p9fs_node_cmp(struct vnode *vp, void *arg)
sys/fs/p9fs/p9fs_vfsops.c
253
struct p9fs_node *parent, struct p9_fid *fid, struct vnode **vpp,
sys/fs/p9fs/p9fs_vfsops.c
258
struct vnode *vp;
sys/fs/p9fs/p9fs_vfsops.c
503
p9fs_root(struct mount *mp, int lkflags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vfsops.c
593
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
1038
p9fs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred,
sys/fs/p9fs/p9fs_vnops.c
1092
p9fs_chmod(struct vnode *vp, uint32_t mode, struct ucred *cred, struct thread *td)
sys/fs/p9fs/p9fs_vnops.c
1151
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1289
p9fs_get_open_fid(struct vnode *vp, int fflags, struct ucred *cr, struct open_fid_state *statep)
sys/fs/p9fs/p9fs_vnops.c
1319
p9fs_release_open_fid(struct vnode *vp, struct ucred *cr, struct open_fid_state *statep)
sys/fs/p9fs/p9fs_vnops.c
1335
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1419
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
143
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1528
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1561
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1563
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
1592
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1594
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
161
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1623
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
1624
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
1695
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1696
struct vnode *tdvp;
sys/fs/p9fs/p9fs_vnops.c
1736
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
1775
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
182
p9fs_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vnops.c
1890
p9fs_doio(struct vnode *vp, struct buf *bp, struct p9_fid *vofid, struct ucred *cr)
sys/fs/p9fs/p9fs_vnops.c
2034
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
2070
struct vnode *tvp;
sys/fs/p9fs/p9fs_vnops.c
2071
struct vnode *tdvp;
sys/fs/p9fs/p9fs_vnops.c
2072
struct vnode *fvp;
sys/fs/p9fs/p9fs_vnops.c
2073
struct vnode *fdvp;
sys/fs/p9fs/p9fs_vnops.c
217
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
2177
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
218
struct vnode **vpp, *vp;
sys/fs/p9fs/p9fs_vnops.c
2242
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
424
char *extension, uint32_t perm, uint8_t mode, struct vnode **vpp)
sys/fs/p9fs/p9fs_vnops.c
508
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
509
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
542
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
543
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
575
struct vnode *dvp;
sys/fs/p9fs/p9fs_vnops.c
576
struct vnode **vpp;
sys/fs/p9fs/p9fs_vnops.c
648
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
726
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
758
p9fs_check_possible(struct vnode *vp, struct vattr *vap, mode_t mode)
sys/fs/p9fs/p9fs_vnops.c
76
p9fs_itimes(struct vnode *vp)
sys/fs/p9fs/p9fs_vnops.c
794
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
828
p9fs_reload_stats_dotl(struct vnode *vp, struct ucred *cred)
sys/fs/p9fs/p9fs_vnops.c
872
struct vnode *vp;
sys/fs/p9fs/p9fs_vnops.c
952
p9fs_stat_vnode_dotl(struct p9_stat_dotl *stat, struct vnode *vp)
sys/fs/p9fs/p9fs_vnops.c
99
struct vnode *vp;
sys/fs/procfs/procfs_map.c
81
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
1044
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
1060
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
1077
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
155
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
177
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
213
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
281
struct vnode *vn;
sys/fs/pseudofs/pseudofs_vnops.c
334
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
369
struct vnode *vp = ap->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
370
struct vnode **dvp = ap->a_vpp;
sys/fs/pseudofs/pseudofs_vnops.c
447
struct vnode *vn = va->a_dvp;
sys/fs/pseudofs/pseudofs_vnops.c
448
struct vnode **vpp = va->a_vpp;
sys/fs/pseudofs/pseudofs_vnops.c
600
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
670
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
844
struct vnode *vn = va->a_vp;
sys/fs/pseudofs/pseudofs_vnops.c
980
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
229
smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,
sys/fs/smbfs/smbfs_node.c
230
struct smbfattr *fap, struct vnode **vpp)
sys/fs/smbfs/smbfs_node.c
233
struct vnode *vp;
sys/fs/smbfs/smbfs_node.c
260
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_node.c
261
struct vnode *dvp;
sys/fs/smbfs/smbfs_node.c
298
struct vnode *vp = ap->a_vp;
sys/fs/smbfs/smbfs_node.c
331
smbfs_attr_cacheenter(struct vnode *vp, struct smbfattr *fap)
sys/fs/smbfs/smbfs_node.c
351
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
143
struct vnode *znode;
sys/fs/tarfs/tarfs.h
221
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
101
tmpfs_update_mtime_lazy_filter(struct vnode *vp, void *arg)
sys/fs/tmpfs/tmpfs_vfsops.c
118
struct vnode *vp, *mvp;
sys/fs/tmpfs/tmpfs_vfsops.c
131
struct vnode *vp, *mvp;
sys/fs/tmpfs/tmpfs_vfsops.c
195
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vfsops.c
574
tmpfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/tmpfs/tmpfs_vfsops.c
586
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_vnops.c
1317
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1318
struct vnode **vpp = v->a_vpp;
sys/fs/tmpfs/tmpfs_vnops.c
1330
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1331
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1428
struct vnode *dvp = v->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1429
struct vnode **vpp = v->a_vpp;
sys/fs/tmpfs/tmpfs_vnops.c
1446
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1506
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1533
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1553
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1568
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1589
struct vnode *vp;
sys/fs/tmpfs/tmpfs_vnops.c
1630
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1653
struct vnode *vp = v->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1737
struct vnode *dvp = ap->a_dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1775
tmpfs_vptocnp_fill(struct vnode *vp, struct tmpfs_node *tn,
sys/fs/tmpfs/tmpfs_vnops.c
1776
struct tmpfs_node *tnp, char *buf, size_t *buflen, struct vnode **dvp)
sys/fs/tmpfs/tmpfs_vnops.c
1811
struct vnode *vp, **dvp;
sys/fs/tmpfs/tmpfs_vnops.c
1918
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1959
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
1997
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
2033
struct vnode *vp = ap->a_vp;
sys/fs/tmpfs/tmpfs_vnops.c
2128
tmpfs_seek_datahole(struct vnode *vp, off_t *off, bool seekdata)
sys/fs/tmpfs/tmpfs_vnops.c
2160
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
968
struct vnode *fdvp = v->a_fdvp;
sys/fs/tmpfs/tmpfs_vnops.c
969
struct vnode *fvp = v->a_fvp;
sys/fs/tmpfs/tmpfs_vnops.c
971
struct vnode *tdvp = v->a_tdvp;
sys/fs/tmpfs/tmpfs_vnops.c
972
struct vnode *tvp = v->a_tvp;
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
2627
struct vnode *vp;
sys/kern/kern_descrip.c
2799
struct vnode *vp;
sys/kern/kern_descrip.c
2940
struct vnode *vp;
sys/kern/kern_descrip.c
3205
fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, int *flagsp)
sys/kern/kern_descrip.c
3211
struct vnode *vp;
sys/kern/kern_descrip.c
3276
fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, int *flagsp)
sys/kern/kern_descrip.c
3282
struct vnode *vp;
sys/kern/kern_descrip.c
3319
fgetvp_lookup(struct nameidata *ndp, struct vnode **vpp)
sys/kern/kern_descrip.c
3323
struct vnode *vp;
sys/kern/kern_descrip.c
3809
struct vnode **vpp)
sys/kern/kern_descrip.c
3831
struct vnode **vpp)
sys/kern/kern_descrip.c
3839
struct filecaps *havecaps, struct vnode **vpp)
sys/kern/kern_descrip.c
3871
struct vnode **vpp)
sys/kern/kern_descrip.c
3879
struct vnode **vpp)
sys/kern/kern_descrip.c
3888
struct vnode **vpp)
sys/kern/kern_descrip.c
3935
struct vnode *vp;
sys/kern/kern_descrip.c
4090
struct vnode *vp;
sys/kern/kern_descrip.c
4230
pwd_chroot(struct thread *td, struct vnode *vp)
sys/kern/kern_descrip.c
4273
pwd_chdir(struct thread *td, struct vnode *vp)
sys/kern/kern_descrip.c
4295
pwd_altroot(struct thread *td, struct vnode *altroot_vp)
sys/kern/kern_descrip.c
4329
pwd_chroot_chdir(struct thread *td, struct vnode *vp)
sys/kern/kern_descrip.c
4432
mountcheckdirs(struct vnode *olddp, struct vnode *newdp)
sys/kern/kern_descrip.c
4518
struct vnode *vp;
sys/kern/kern_descrip.c
4796
export_vnode_to_kinfo(struct vnode *vp, int fd, int fflags,
sys/kern/kern_descrip.c
4861
export_vnode_to_sb(struct vnode *vp, int fd, int fflags,
sys/kern/kern_descrip.c
4890
struct vnode *cttyvp, *textvp, *tracevp;
sys/kern/kern_descrip.c
5062
export_vnode_for_osysctl(struct vnode *vp, int type, struct kinfo_file *kif,
sys/kern/kern_descrip.c
5198
struct vnode *cdir;
sys/kern/kern_descrip.c
576
struct vnode *vp;
sys/kern/kern_exec.c
1849
struct vnode *vp = imgp->vp;
sys/kern/kern_exec.c
408
struct vnode *oldtextvp, *newtextvp;
sys/kern/kern_exec.c
409
struct vnode *oldtextdvp, *newtextdvp;
sys/kern/kern_jail.c
1022
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
2277
struct vnode *vp, *dvp;
sys/kern/kern_proc.c
2403
struct vnode *vp;
sys/kern/kern_proc.c
2622
struct vnode *vp;
sys/kern/kern_proc.c
913
struct vnode *ttyvp;
sys/kern/kern_sendfile.c
521
struct vnode **vp_res, struct shmfd **shmfd_res, off_t *obj_size)
sys/kern/kern_sendfile.c
524
struct vnode *vp;
sys/kern/kern_sendfile.c
704
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
479
struct vnode *vp;
sys/kern/tty.c
1224
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
2840
struct vnode *vp;
sys/kern/uipc_usrreq.c
4478
vfs_unp_reclaim(struct vnode *vp)
sys/kern/uipc_usrreq.c
569
struct vnode *vp;
sys/kern/uipc_usrreq.c
721
struct vnode *vp = NULL;
sys/kern/uipc_usrreq.c
803
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
2175
breada(struct vnode * vp, daddr_t * rablkno, int * rabsize, int cnt,
sys/kern/vfs_bio.c
2235
breadn_flags(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size,
sys/kern/vfs_bio.c
2320
struct vnode *vp;
sys/kern/vfs_bio.c
2457
struct vnode *vp;
sys/kern/vfs_bio.c
2965
struct vnode *vp __unused;
sys/kern/vfs_bio.c
3211
vfs_bio_clcheck(struct vnode *vp, int size, daddr_t lblkno, daddr_t blkno)
sys/kern/vfs_bio.c
3260
struct vnode *vp = bp->b_vp;
sys/kern/vfs_bio.c
3355
getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int maxsize, int gbflags)
sys/kern/vfs_bio.c
3421
buf_flush(struct vnode *vp, struct bufdomain *bd, int target)
sys/kern/vfs_bio.c
3573
flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target,
sys/kern/vfs_bio.c
3578
struct vnode *vp;
sys/kern/vfs_bio.c
3721
inmem(struct vnode * vp, daddr_t blkno)
sys/kern/vfs_bio.c
3924
getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo,
sys/kern/vfs_bio.c
3980
getblkx(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size, int slpflag,
sys/kern/vfs_bio.c
5176
struct vnode *vp;
sys/kern/vfs_bio.c
5317
vfs_bio_getpages(struct vnode *vp, vm_page_t *ma, int count,
sys/kern/vfs_bio.c
5633
struct vnode *vp;
sys/kern/vfs_bio.c
5640
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
6465
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
1045
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
611
cluster_wbuild_wb(struct vnode *vp, long size, daddr_t start_lbn, int len,
sys/kern/vfs_cluster.c
643
cluster_write(struct vnode *vp, struct vn_clusterw *vnc, struct buf *bp,
sys/kern/vfs_cluster.c
808
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
1004
struct vnode *vp;
sys/kern/vfs_default.c
1072
struct vnode *vp;
sys/kern/vfs_default.c
1175
struct vnode *vp;
sys/kern/vfs_default.c
1219
struct vnode *vp;
sys/kern/vfs_default.c
1254
struct vnode *vp;
sys/kern/vfs_default.c
1331
struct vnode *vp;
sys/kern/vfs_default.c
1368
vfs_stdroot(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1390
struct vnode *vp, *mvp;
sys/kern/vfs_default.c
1441
vfs_stdvget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1448
vfs_stdfhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1469
vfs_stdextattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/kern/vfs_default.c
1512
struct vnode *vp;
sys/kern/vfs_default.c
1629
struct vnode *dvp, *vp, **vpp;
sys/kern/vfs_default.c
285
dirent_exists(struct vnode *vp, const char *dirname, struct thread *td)
sys/kern/vfs_default.c
363
struct vnode *vp;
sys/kern/vfs_default.c
404
struct vnode *vp;
sys/kern/vfs_default.c
425
struct vnode *vp;
sys/kern/vfs_default.c
476
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
488
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
511
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
535
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
545
struct vnode *vp = ap->a_vp;
sys/kern/vfs_default.c
582
struct vnode *vp;
sys/kern/vfs_default.c
687
struct vnode *const vp = ap->a_vp;
sys/kern/vfs_default.c
688
struct vnode **const dvp = ap->a_vpp;
sys/kern/vfs_default.c
703
struct vnode *mvp;
sys/kern/vfs_default.c
74
static int dirent_exists(struct vnode *vp, const char *dirname,
sys/kern/vfs_default.c
827
struct vnode *vp;
sys/kern/vfs_default.c
948
vp_zerofill(struct vnode *vp, struct vattr *vap, off_t *offsetp, off_t *lenp,
sys/kern/vfs_export.c
536
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
350
extattr_get_vp(struct vnode *vp, int attrnamespace, const char *attrname,
sys/kern/vfs_extattr.c
536
extattr_delete_vp(struct vnode *vp, int attrnamespace, const char *attrname,
sys/kern/vfs_extattr.c
686
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
667
inotify_log(struct vnode *vp, const char *name, size_t namelen, int event,
sys/kern/vfs_inotify.c
689
vn_inotify(struct vnode *vp, struct vnode *dvp, struct componentname *cnp,
sys/kern/vfs_inotify.c
759
vn_inotify_add_watch(struct vnode *vp, struct inotify_softc *sc, uint32_t mask,
sys/kern/vfs_inotify.c
890
vn_inotify_revoke(struct vnode *vp)
sys/kern/vfs_inotify.c
924
struct vnode *vp;
sys/kern/vfs_lookup.c
1084
struct vnode *dp = NULL; /* the directory we are searching */
sys/kern/vfs_lookup.c
1085
struct vnode *tdp; /* saved dp */
sys/kern/vfs_lookup.c
116
static 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
1553
vfs_relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
sys/kern/vfs_lookup.c
1556
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
858
vfs_lookup_degenerate(struct nameidata *ndp, struct vnode *dp, int wantparent)
sys/kern/vfs_lookup.c
917
vfs_lookup_isroot(struct nameidata *ndp, struct vnode *dvp)
sys/kern/vfs_lookup.c
959
struct vnode *dp, *tdp;
sys/kern/vfs_mount.c
1123
struct vnode *vp, /* Vnode to be covered. */
sys/kern/vfs_mount.c
1130
struct vnode *newdp, *rootvp;
sys/kern/vfs_mount.c
1315
struct vnode *vp, /* Mount point vnode. */
sys/kern/vfs_mount.c
1324
struct vnode *rootvp;
sys/kern/vfs_mount.c
1609
struct vnode *vp;
sys/kern/vfs_mount.c
1835
struct vnode *vp, *mvp;
sys/kern/vfs_mount.c
1851
dounmount_cleanup(struct mount *mp, struct vnode *coveredvp, int mntkflags)
sys/kern/vfs_mount.c
2159
struct vnode *coveredvp, *rootvp;
sys/kern/vfs_mount.c
3040
struct vnode *vp_covered, *rootvp;
sys/kern/vfs_mount.c
494
vfs_ref_from_vp(struct vnode *vp)
sys/kern/vfs_mount.c
554
vfs_register_upper_from_vp(struct vnode *vp, struct mount *ump,
sys/kern/vfs_mount.c
663
vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath,
sys/kern/vfs_mount.c
734
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
1238
struct vnode *vp, *mvp;
sys/kern/vfs_subr.c
124
static SYSCTL_NODE(_vfs, OID_AUTO, vnode, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
sys/kern/vfs_subr.c
1362
vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru)
sys/kern/vfs_subr.c
1364
struct vnode *vp;
sys/kern/vfs_subr.c
1494
vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp)
sys/kern/vfs_subr.c
1505
struct vnode *
sys/kern/vfs_subr.c
1508
struct vnode *mvp;
sys/kern/vfs_subr.c
1518
vnlru_free_marker(struct vnode *mvp)
sys/kern/vfs_subr.c
166
static TAILQ_HEAD(freelst, vnode) vnode_list;
sys/kern/vfs_subr.c
167
static struct vnode *vnode_list_free_marker;
sys/kern/vfs_subr.c
168
static struct vnode *vnode_list_reclaim_marker;
sys/kern/vfs_subr.c
1901
vtryrecycle(struct vnode *vp, bool isvnlru)
sys/kern/vfs_subr.c
1979
static struct vnode * __noinline
sys/kern/vfs_subr.c
2046
static struct vnode *
sys/kern/vfs_subr.c
2062
vn_free(struct vnode *vp)
sys/kern/vfs_subr.c
2074
struct vnode **vpp)
sys/kern/vfs_subr.c
2076
struct vnode *vp;
sys/kern/vfs_subr.c
2185
freevnode(struct vnode *vp)
sys/kern/vfs_subr.c
2255
delmntque(struct vnode *vp)
sys/kern/vfs_subr.c
2278
insmntque1_int(struct vnode *vp, struct mount *mp, bool dtr)
sys/kern/vfs_subr.c
2334
insmntque(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
2340
insmntque1(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
2437
vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo)
sys/kern/vfs_subr.c
2569
vtruncbuf(struct vnode *vp, off_t length, int blksize)
sys/kern/vfs_subr.c
2631
v_inval_buf_range(struct vnode *vp, daddr_t startlbn, daddr_t endlbn,
sys/kern/vfs_subr.c
2654
v_inval_buf_range_locked(struct vnode *vp, struct bufobj *bo,
sys/kern/vfs_subr.c
2841
bgetvp(struct vnode *vp, struct buf *bp)
sys/kern/vfs_subr.c
2885
struct vnode *vp;
sys/kern/vfs_subr.c
2964
struct vnode *vp;
sys/kern/vfs_subr.c
315
struct vnode *tab[VDBATCH_SIZE];
sys/kern/vfs_subr.c
319
static void vdbatch_dequeue(struct vnode *vp);
sys/kern/vfs_subr.c
3216
struct vnode *vp;
sys/kern/vfs_subr.c
3295
v_init_counters(struct vnode *vp)
sys/kern/vfs_subr.c
3317
vget_prep_smr(struct vnode *vp)
sys/kern/vfs_subr.c
3335
vget_prep(struct vnode *vp)
sys/kern/vfs_subr.c
3349
vget_abort(struct vnode *vp, enum vgetstate vs)
sys/kern/vfs_subr.c
3374
vget(struct vnode *vp, int flags)
sys/kern/vfs_subr.c
3383
vget_finish(struct vnode *vp, int flags, enum vgetstate vs)
sys/kern/vfs_subr.c
3408
vget_finish_ref(struct vnode *vp, enum vgetstate vs)
sys/kern/vfs_subr.c
3437
vref(struct vnode *vp)
sys/kern/vfs_subr.c
3447
vrefact(struct vnode *vp)
sys/kern/vfs_subr.c
3457
vlazy(struct vnode *vp)
sys/kern/vfs_subr.c
3481
vunlazy(struct vnode *vp)
sys/kern/vfs_subr.c
3510
vunlazy_gone(struct vnode *vp)
sys/kern/vfs_subr.c
3530
vdefer_inactive(struct vnode *vp)
sys/kern/vfs_subr.c
3556
vdefer_inactive_unlocked(struct vnode *vp)
sys/kern/vfs_subr.c
3581
vput_final(struct vnode *vp, enum vput_op func)
sys/kern/vfs_subr.c
3697
vrele(struct vnode *vp)
sys/kern/vfs_subr.c
3711
vput(struct vnode *vp)
sys/kern/vfs_subr.c
3728
vunref(struct vnode *vp)
sys/kern/vfs_subr.c
3739
vhold(struct vnode *vp)
sys/kern/vfs_subr.c
3752
vholdnz(struct vnode *vp)
sys/kern/vfs_subr.c
3785
vhold_smr(struct vnode *vp)
sys/kern/vfs_subr.c
3824
vhold_recycle_free(struct vnode *vp)
sys/kern/vfs_subr.c
3851
struct vnode *vp;
sys/kern/vfs_subr.c
3905
vdbatch_enqueue(struct vnode *vp)
sys/kern/vfs_subr.c
3942
vdbatch_dequeue(struct vnode *vp)
sys/kern/vfs_subr.c
3982
vdropl_final(struct vnode *vp)
sys/kern/vfs_subr.c
4009
vdrop(struct vnode *vp)
sys/kern/vfs_subr.c
4021
vdropl_impl(struct vnode *vp, bool enqueue)
sys/kern/vfs_subr.c
4056
vdropl(struct vnode *vp)
sys/kern/vfs_subr.c
4074
vdropl_recycle(struct vnode *vp)
sys/kern/vfs_subr.c
4081
vdrop_recycle(struct vnode *vp)
sys/kern/vfs_subr.c
4093
vinactivef(struct vnode *vp)
sys/kern/vfs_subr.c
4126
vinactive(struct vnode *vp)
sys/kern/vfs_subr.c
4172
struct vnode *vp, *mvp, *rootvp = NULL;
sys/kern/vfs_subr.c
4287
vrecycle(struct vnode *vp)
sys/kern/vfs_subr.c
429
struct vnode *vp;
sys/kern/vfs_subr.c
4301
vrecyclel(struct vnode *vp)
sys/kern/vfs_subr.c
4321
vgone(struct vnode *vp)
sys/kern/vfs_subr.c
4332
vfs_notify_upper(struct vnode *vp, enum vfs_notify_upper_type event)
sys/kern/vfs_subr.c
4372
vgonel(struct vnode *vp)
sys/kern/vfs_subr.c
4563
vn_printf(struct vnode *vp, const char *fmt, ...)
sys/kern/vfs_subr.c
4701
struct vnode *vp;
sys/kern/vfs_subr.c
4721
DB_SHOW_COMMAND(vnode, db_show_vnode)
sys/kern/vfs_subr.c
4723
struct vnode *vp;
sys/kern/vfs_subr.c
4727
vp = (struct vnode *)addr;
sys/kern/vfs_subr.c
4739
struct vnode *vp;
sys/kern/vfs_subr.c
477
struct vnode *vp;
sys/kern/vfs_subr.c
5129
vfs_deferred_inactive(struct vnode *vp, int lkflags)
sys/kern/vfs_subr.c
5149
vfs_periodic_inactive_filter(struct vnode *vp, void *arg)
sys/kern/vfs_subr.c
515
_Static_assert(sizeof(struct vnode) >= 1UL << vnsz2log &&
sys/kern/vfs_subr.c
5158
struct vnode *vp, *mvp;
sys/kern/vfs_subr.c
516
sizeof(struct vnode) < 1UL << (vnsz2log + 1),
sys/kern/vfs_subr.c
5176
vfs_want_msync(struct vnode *vp)
sys/kern/vfs_subr.c
5191
vfs_periodic_msync_inactive_filter(struct vnode *vp, void *arg __unused)
sys/kern/vfs_subr.c
5204
struct vnode *vp, *mvp;
sys/kern/vfs_subr.c
5277
v_addpollinfo(struct vnode *vp)
sys/kern/vfs_subr.c
5307
vn_pollrecord(struct vnode *vp, struct thread *td, int events)
sys/kern/vfs_subr.c
5362
struct vnode *vp;
sys/kern/vfs_subr.c
5418
struct vnode *vp;
sys/kern/vfs_subr.c
5435
struct vnode *syncvp = ap->a_vp;
sys/kern/vfs_subr.c
5493
struct vnode *vp = ap->a_vp;
sys/kern/vfs_subr.c
5514
vn_need_pageq_flush(struct vnode *vp)
sys/kern/vfs_subr.c
5527
vn_isdisk_error(struct vnode *vp, int *errp)
sys/kern/vfs_subr.c
5550
vn_isdisk(struct vnode *vp)
sys/kern/vfs_subr.c
5731
extattr_check_cred(struct vnode *vp, int attrnamespace, struct ucred *cred,
sys/kern/vfs_subr.c
5758
assert_vi_locked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5765
assert_vi_unlocked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5772
assert_vop_locked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5790
assert_vop_unlocked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
5807
assert_vop_elocked(struct vnode *vp, const char *str)
sys/kern/vfs_subr.c
586
static struct vnode *
sys/kern/vfs_subr.c
589
struct vnode *vp;
sys/kern/vfs_subr.c
5894
struct vnode *vp;
sys/kern/vfs_subr.c
591
vp = malloc(sizeof(struct vnode), M_VNODE_MARKER, M_WAITOK | M_ZERO);
sys/kern/vfs_subr.c
5919
vop_fsync_debugprepost(struct vnode *vp, const char *name)
sys/kern/vfs_subr.c
599
vn_free_marker(struct vnode *vp)
sys/kern/vfs_subr.c
6031
struct vnode *vp = a->a_vp;
sys/kern/vfs_subr.c
6080
struct vnode *dvp;
sys/kern/vfs_subr.c
6091
struct vnode *dvp;
sys/kern/vfs_subr.c
6116
struct vnode *dvp;
sys/kern/vfs_subr.c
6127
struct vnode *dvp;
sys/kern/vfs_subr.c
6138
struct vnode *vp;
sys/kern/vfs_subr.c
6149
struct vnode *vp;
sys/kern/vfs_subr.c
6164
struct vnode *vp, *tdvp;
sys/kern/vfs_subr.c
6177
struct vnode *vp, *tdvp;
sys/kern/vfs_subr.c
619
_Static_assert(offsetof(struct vnode, v_vnodelist) <
sys/kern/vfs_subr.c
6196
struct vnode *dvp;
sys/kern/vfs_subr.c
620
offsetof(struct vnode, v_dbatchcpu),
sys/kern/vfs_subr.c
6207
struct vnode *dvp;
sys/kern/vfs_subr.c
623
off1 = offsetof(struct vnode, v_vnodelist);
sys/kern/vfs_subr.c
6234
struct vnode *dvp;
sys/kern/vfs_subr.c
624
off2 = offsetof(struct vnode, v_dbatchcpu);
sys/kern/vfs_subr.c
6245
struct vnode *dvp;
sys/kern/vfs_subr.c
625
end1 = off1 + sizeof(((struct vnode *)NULL)->v_vnodelist);
sys/kern/vfs_subr.c
626
end2 = off2 + sizeof(((struct vnode *)NULL)->v_dbatchcpu);
sys/kern/vfs_subr.c
6260
struct vnode *vp;
sys/kern/vfs_subr.c
6275
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6289
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6348
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6362
struct vnode *dvp, *vp;
sys/kern/vfs_subr.c
6381
struct vnode *vp;
sys/kern/vfs_subr.c
6392
struct vnode *vp;
sys/kern/vfs_subr.c
6407
struct vnode *vp;
sys/kern/vfs_subr.c
6418
struct vnode *vp;
sys/kern/vfs_subr.c
6429
struct vnode *vp;
sys/kern/vfs_subr.c
6440
struct vnode *vp;
sys/kern/vfs_subr.c
6455
struct vnode *dvp;
sys/kern/vfs_subr.c
6466
struct vnode *dvp;
sys/kern/vfs_subr.c
660
struct vnode *vp;
sys/kern/vfs_subr.c
6655
struct vnode *vp = arg;
sys/kern/vfs_subr.c
6663
struct vnode *vp = arg;
sys/kern/vfs_subr.c
6672
struct vnode *vp = arg;
sys/kern/vfs_subr.c
6684
struct vnode *vp = ap->a_vp;
sys/kern/vfs_subr.c
6723
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6734
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6763
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6782
struct vnode *vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6802
struct vnode *vp;
sys/kern/vfs_subr.c
6836
struct vnode *vp;
sys/kern/vfs_subr.c
6838
vp = (struct vnode *)kn->kn_hook;
sys/kern/vfs_subr.c
6925
vfs_cache_root_fallback(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_subr.c
6927
struct vnode *vp;
sys/kern/vfs_subr.c
6985
vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_subr.c
6988
struct vnode *vp;
sys/kern/vfs_subr.c
7009
struct vnode *
sys/kern/vfs_subr.c
7012
struct vnode *vp;
sys/kern/vfs_subr.c
7026
vfs_cache_root_set(struct mount *mp, struct vnode *vp)
sys/kern/vfs_subr.c
7041
struct vnode *
sys/kern/vfs_subr.c
7042
__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7044
struct vnode *vp;
sys/kern/vfs_subr.c
7073
struct vnode *
sys/kern/vfs_subr.c
7074
__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7076
struct vnode *vp;
sys/kern/vfs_subr.c
708
struct vnode *vp;
sys/kern/vfs_subr.c
7106
__mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7129
mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7151
mnt_vnode_next_lazy_relock(struct vnode *mvp, struct mount *mp,
sys/kern/vfs_subr.c
7152
struct vnode *vp)
sys/kern/vfs_subr.c
7194
static struct vnode *
sys/kern/vfs_subr.c
7195
mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7198
struct vnode *vp;
sys/kern/vfs_subr.c
7256
struct vnode *
sys/kern/vfs_subr.c
7257
__mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7266
struct vnode *
sys/kern/vfs_subr.c
7267
__mnt_vnode_first_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7270
struct vnode *vp;
sys/kern/vfs_subr.c
7292
__mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7305
vn_dir_check_exec(struct vnode *vp, struct componentname *cnp)
sys/kern/vfs_subr.c
7321
vn_seqc_write_begin_locked(struct vnode *vp)
sys/kern/vfs_subr.c
7333
vn_seqc_write_begin(struct vnode *vp)
sys/kern/vfs_subr.c
7342
vn_seqc_write_end_locked(struct vnode *vp)
sys/kern/vfs_subr.c
7353
vn_seqc_write_end(struct vnode *vp)
sys/kern/vfs_subr.c
7368
vn_seqc_init(struct vnode *vp)
sys/kern/vfs_subr.c
7376
vn_seqc_write_end_free(struct vnode *vp)
sys/kern/vfs_subr.c
7384
vn_irflag_set_locked(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7397
vn_irflag_set(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7406
vn_irflag_set_cond_locked(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7416
vn_irflag_set_cond(struct vnode *vp, short toset)
sys/kern/vfs_subr.c
7425
vn_irflag_unset_locked(struct vnode *vp, short tounset)
sys/kern/vfs_subr.c
7438
vn_irflag_unset(struct vnode *vp, short tounset)
sys/kern/vfs_subr.c
7447
vn_getsize_locked(struct vnode *vp, off_t *size, struct ucred *cred)
sys/kern/vfs_subr.c
7464
vn_getsize(struct vnode *vp, off_t *size, struct ucred *cred)
sys/kern/vfs_subr.c
7476
vn_set_state_validate(struct vnode *vp, __enum_uint8(vstate) state)
sys/kern/vfs_subr.c
767
sizeof(struct vnode) + NC_SZ * ncsizefactor + NFS_NCLNODE_SZ));
sys/kern/vfs_subr.c
797
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
1192
finit_open(struct file *fp, struct vnode *vp, int flags)
sys/kern/vfs_syscalls.c
1230
struct vnode *vp;
sys/kern/vfs_syscalls.c
1429
struct vnode *vp;
sys/kern/vfs_syscalls.c
1664
can_hardlink(struct vnode *vp, struct ucred *cred)
sys/kern/vfs_syscalls.c
1724
kern_linkat_vp(struct thread *td, struct vnode *vp, int fd, const char *path,
sys/kern/vfs_syscalls.c
2025
struct vnode *vp;
sys/kern/vfs_syscalls.c
2176
vn_access(struct vnode *vp, int user_flags, struct ucred *cred,
sys/kern/vfs_syscalls.c
2241
struct vnode *vp;
sys/kern/vfs_syscalls.c
2764
struct vnode *vp;
sys/kern/vfs_syscalls.c
2789
kern_readlink_vp(struct vnode *vp, char *buf, enum uio_seg bufseg, size_t count,
sys/kern/vfs_syscalls.c
2823
setfflags(struct thread *td, struct vnode *vp, u_long flags)
sys/kern/vfs_syscalls.c
2970
setfmode(struct thread *td, struct ucred *cred, struct vnode *vp, int mode)
sys/kern/vfs_syscalls.c
3094
setfown(struct thread *td, struct ucred *cred, struct vnode *vp, uid_t uid,
sys/kern/vfs_syscalls.c
3303
setutimes(struct thread *td, struct vnode *vp, const struct timespec *ts,
sys/kern/vfs_syscalls.c
3572
struct vnode *vp;
sys/kern/vfs_syscalls.c
3655
struct vnode *vp;
sys/kern/vfs_syscalls.c
369
struct vnode *vp;
sys/kern/vfs_syscalls.c
3780
struct vnode *tvp, *fvp, *tdvp;
sys/kern/vfs_syscalls.c
4042
struct vnode *vp;
sys/kern/vfs_syscalls.c
4323
struct vnode *vp;
sys/kern/vfs_syscalls.c
4386
struct vnode *tvp = vp;
sys/kern/vfs_syscalls.c
4439
struct vnode *vp;
sys/kern/vfs_syscalls.c
4600
struct vnode *vp;
sys/kern/vfs_syscalls.c
4662
struct vnode *vp;
sys/kern/vfs_syscalls.c
4697
struct vnode *vp;
sys/kern/vfs_syscalls.c
4742
struct vnode *vp;
sys/kern/vfs_syscalls.c
4852
struct vnode *vp;
sys/kern/vfs_syscalls.c
4900
struct vnode *vp;
sys/kern/vfs_syscalls.c
4940
struct vnode *vp;
sys/kern/vfs_syscalls.c
5071
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
4360
vn_lock_pair(struct vnode *vp1, bool vp1_locked, int lkflags1,
sys/kern/vfs_vnops.c
4361
struct vnode *vp2, bool vp2_locked, int lkflags2)
sys/kern/vfs_vnops.c
4488
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
485
struct vnode *vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
489
struct vnode *vnode,
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
501
entry->vnode = vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
507
if ((uintptr_t)vnode < (uintptr_t)scan->vnode) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
509
} else if ((uintptr_t)vnode > (uintptr_t)scan->vnode) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
519
vrefact(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
524
struct vnode *vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
532
if ((uintptr_t)vnode < (uintptr_t)entry->vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
534
else if ((uintptr_t)vnode > (uintptr_t)entry->vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
543
static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct vnode *vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
547
entry = xrcd_table_search(dev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
555
struct vnode *vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
559
entry = xrcd_table_search(dev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
561
vrele(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
574
struct vnode *vnode = NULL;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
587
ret = -fgetvp(curthread, cmd.fd, &cap_no_rights, &vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
591
xrcd = find_xrcd(ibudev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
618
xrcd->vnode = vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
631
if (vnode != NULL) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
634
ret = xrcd_table_insert(ibudev, vnode, xrcd);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
645
if (vnode != NULL)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
646
vrele(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
654
if (vnode != NULL) {
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
656
xrcd_table_delete(ibudev, vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
667
if (vnode != NULL)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
668
vrele(vnode);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
691
struct vnode *vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
695
vnode = xrcd->vnode;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
696
if (vnode && !atomic_dec_and_test(&xrcd->usecnt))
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
706
if (vnode)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
707
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
157
struct vnode *vp);
sys/security/mac/mac_framework.h
159
struct vnode *vp);
sys/security/mac/mac_framework.h
237
int mac_kld_check_load(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
409
void mac_execve_interpreter_enter(struct vnode *interpvp,
sys/security/mac/mac_framework.h
448
int mac_system_check_acct(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
450
int mac_system_check_auditctl(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
453
int mac_system_check_swapon(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
454
int mac_system_check_swapoff(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
510
void mac_vnode_assert_locked(struct vnode *vp, const char *func);
sys/security/mac/mac_framework.h
515
int mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp);
sys/security/mac/mac_framework.h
516
void mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp);
sys/security/mac/mac_framework.h
517
int mac_vnode_check_access_impl(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
522
mac_vnode_check_access(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
531
int mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp);
sys/security/mac/mac_framework.h
532
int mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp);
sys/security/mac/mac_framework.h
533
int mac_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
535
int mac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
537
int mac_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
539
int mac_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
541
int mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
543
int mac_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
545
int mac_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
546
struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
547
int mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
550
int mac_vnode_check_lookup_impl(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
559
mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
569
int mac_vnode_check_mmap_impl(struct ucred *cred, struct vnode *vp, int prot,
sys/security/mac/mac_framework.h
578
mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot,
sys/security/mac/mac_framework.h
588
int mac_vnode_check_open_impl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
597
mac_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
607
int mac_vnode_check_mprotect(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
614
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
619
struct vnode *vp)
sys/security/mac/mac_framework.h
625
int mac_vnode_check_readdir(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
626
int mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *dvp);
sys/security/mac/mac_framework.h
634
mac_vnode_check_readlink(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_framework.h
646
int mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
647
struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
648
int mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
649
struct vnode *vp, int samedir, struct componentname *cnp);
sys/security/mac/mac_framework.h
650
int mac_vnode_check_revoke(struct ucred *cred, struct vnode *vp);
sys/security/mac/mac_framework.h
651
int mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
653
int mac_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
655
int mac_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
657
int mac_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
659
int mac_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
661
int mac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
665
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
674
struct vnode *vp)
sys/security/mac/mac_framework.h
684
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
693
struct vnode *vp)
sys/security/mac/mac_framework.h
703
struct ucred *file_cred, struct vnode *vp);
sys/security/mac/mac_framework.h
712
struct vnode *vp)
sys/security/mac/mac_framework.h
721
int mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_framework.h
722
struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
724
void mac_vnode_init(struct vnode *);
sys/security/mac/mac_framework.h
726
struct vnode *dvp, struct vnode *vp, struct componentname *cnp);
sys/security/mac/mac_framework.h
727
void mac_vnode_destroy(struct vnode *);
sys/security/mac/mac_framework.h
729
struct ucred *newcred, struct vnode *vp,
sys/security/mac/mac_framework.h
732
struct vnode *vp, struct label *interpvplabel,
sys/security/mac/mac_framework.h
734
void mac_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_framework.h
90
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
105
struct vnode;
sys/security/mac/mac_policy.h
202
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
205
struct label *delabel, struct vnode *vp,
sys/security/mac/mac_policy.h
283
typedef int (*mpo_kld_check_load_t)(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_policy.h
526
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
530
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
534
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
536
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
605
struct label *mplabel, struct vnode *vp,
sys/security/mac/mac_policy.h
608
struct label *mplabel, struct vnode *vp,
sys/security/mac/mac_policy.h
611
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
614
struct vnode *dvp, struct label *dvplabel);
sys/security/mac/mac_policy.h
616
struct vnode *dvp, struct label *dvplabel);
sys/security/mac/mac_policy.h
618
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
621
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
624
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
627
struct vnode *vp, struct label *vplabel,
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 *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
637
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
640
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
643
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
646
struct vnode *vp, struct label *label, int prot,
sys/security/mac/mac_policy.h
649
struct vnode *vp, struct label *vplabel, int *prot);
sys/security/mac/mac_policy.h
651
struct vnode *vp, struct label *vplabel, int prot);
sys/security/mac/mac_policy.h
653
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
656
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
659
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
662
struct vnode *dvp, struct label *dvplabel);
sys/security/mac/mac_policy.h
664
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
666
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
669
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
670
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
673
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
674
struct vnode *vp, struct label *vplabel, int samedir,
sys/security/mac/mac_policy.h
677
struct vnode *vp, struct label *vplabel);
sys/security/mac/mac_policy.h
679
struct vnode *vp, struct label *vplabel, acl_type_t type,
sys/security/mac/mac_policy.h
682
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
685
struct vnode *vp, struct label *vplabel, u_long flags);
sys/security/mac/mac_policy.h
687
struct vnode *vp, struct label *vplabel, mode_t mode);
sys/security/mac/mac_policy.h
689
struct vnode *vp, struct label *vplabel, uid_t uid,
sys/security/mac/mac_policy.h
692
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
695
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
698
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
699
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
702
struct ucred *file_cred, struct vnode *vp,
sys/security/mac/mac_policy.h
708
struct vnode *dvp, struct label *dvplabel,
sys/security/mac/mac_policy.h
709
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
713
struct ucred *new, struct vnode *vp,
sys/security/mac/mac_policy.h
717
struct vnode *vp, struct label *vplabel,
sys/security/mac/mac_policy.h
725
typedef void (*mpo_vnode_relabel_t)(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_policy.h
728
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
1009
struct vnode *vp = ap->a_vp;
sys/security/mac/mac_vfs.c
1032
vn_setlabel(struct vnode *vp, struct label *intlabel, struct ucred *cred)
sys/security/mac/mac_vfs.c
1083
mac_vnode_assert_locked(struct vnode *vp, const char *func)
sys/security/mac/mac_vfs.c
137
mac_vnode_init(struct vnode *vp)
sys/security/mac/mac_vfs.c
191
mac_vnode_destroy(struct vnode *vp)
sys/security/mac/mac_vfs.c
213
MAC_POLICY_EXTERNALIZE(vnode, label, elements, outbuf, outbuflen);
sys/security/mac/mac_vfs.c
223
MAC_POLICY_INTERNALIZE(vnode, label, string);
sys/security/mac/mac_vfs.c
229
mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp)
sys/security/mac/mac_vfs.c
238
struct vnode *vp)
sys/security/mac/mac_vfs.c
246
mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp)
sys/security/mac/mac_vfs.c
259
mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp)
sys/security/mac/mac_vfs.c
277
struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
310
mac_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
344
struct vnode *vp, struct label *interpvplabel, struct image_params *imgp)
sys/security/mac/mac_vfs.c
354
mac_vnode_execve_will_transition(struct ucred *old, struct vnode *vp,
sys/security/mac/mac_vfs.c
373
mac_vnode_check_access_impl(struct ucred *cred, struct vnode *vp, accmode_t accmode)
sys/security/mac/mac_vfs.c
389
mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp)
sys/security/mac/mac_vfs.c
405
mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp)
sys/security/mac/mac_vfs.c
421
mac_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
439
mac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
456
mac_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
475
mac_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
493
mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type)
sys/security/mac/mac_vfs.c
509
mac_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
528
mac_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
529
struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
547
mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
566
mac_vnode_check_lookup_impl(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
585
mac_vnode_check_mmap_impl(struct ucred *cred, struct vnode *vp, int prot,
sys/security/mac/mac_vfs.c
599
mac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
616
mac_vnode_check_mprotect(struct ucred *cred, struct vnode *vp, int prot)
sys/security/mac/mac_vfs.c
632
mac_vnode_check_open_impl(struct ucred *cred, struct vnode *vp, accmode_t accmode)
sys/security/mac/mac_vfs.c
649
struct vnode *vp)
sys/security/mac/mac_vfs.c
668
struct vnode *vp)
sys/security/mac/mac_vfs.c
686
mac_vnode_check_readdir(struct ucred *cred, struct vnode *dvp)
sys/security/mac/mac_vfs.c
702
mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_vfs.c
718
mac_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
735
mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
736
struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
754
mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
755
struct vnode *vp, int samedir, struct componentname *cnp)
sys/security/mac/mac_vfs.c
772
mac_vnode_check_revoke(struct ucred *cred, struct vnode *vp)
sys/security/mac/mac_vfs.c
788
mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type,
sys/security/mac/mac_vfs.c
805
mac_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
824
mac_vnode_check_setflags(struct ucred *cred, struct vnode *vp, u_long flags)
sys/security/mac/mac_vfs.c
84
struct vnode *vp, struct label *intlabel);
sys/security/mac/mac_vfs.c
840
mac_vnode_check_setmode(struct ucred *cred, struct vnode *vp, mode_t mode)
sys/security/mac/mac_vfs.c
856
mac_vnode_check_setowner(struct ucred *cred, struct vnode *vp, uid_t uid,
sys/security/mac/mac_vfs.c
873
mac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac/mac_vfs.c
893
struct vnode *vp)
sys/security/mac/mac_vfs.c
911
mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac/mac_vfs.c
912
struct vnode *vp, struct componentname *cnp)
sys/security/mac/mac_vfs.c
931
struct vnode *vp)
sys/security/mac/mac_vfs.c
946
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
1208
stub_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1223
stub_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1245
stub_system_check_swapoff(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1253
stub_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1441
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1449
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1455
stub_vnode_check_access(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1463
stub_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1471
stub_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1479
stub_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1487
stub_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1495
stub_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1503
stub_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1512
stub_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1520
stub_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1528
stub_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1529
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1537
stub_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1545
stub_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1553
stub_vnode_check_mmap(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1561
stub_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1568
stub_vnode_check_mprotect(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1576
stub_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1585
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1593
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1600
stub_vnode_check_readdir(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1608
stub_vnode_check_readlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1616
stub_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1624
stub_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1625
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1633
stub_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1634
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1642
stub_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1650
stub_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1658
stub_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1666
stub_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1674
stub_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1682
stub_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1690
stub_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1699
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1706
stub_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_stub/mac_stub.c
1707
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_stub/mac_stub.c
1716
struct vnode *vp, struct label *vplabel)
sys/security/mac_stub/mac_stub.c
1724
struct label *mntlabel, struct vnode *dvp, struct label *dvplabel,
sys/security/mac_stub/mac_stub.c
1725
struct vnode *vp, struct label *vplabel, struct componentname *cnp)
sys/security/mac_stub/mac_stub.c
1733
struct vnode *vp, struct label *vplabel, struct label *interpvplabel,
sys/security/mac_stub/mac_stub.c
1740
stub_vnode_execve_will_transition(struct ucred *old, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1749
stub_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
1756
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_test/mac_test.c
2212
test_system_check_acct(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2236
test_system_check_auditctl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2271
test_system_check_swapoff(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2284
test_system_check_swapon(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2647
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2660
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2670
test_vnode_check_access(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2683
test_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2696
test_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2709
test_vnode_check_create(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2722
test_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2735
test_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2748
test_vnode_check_exec(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2763
test_vnode_check_getacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2776
test_vnode_check_getextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2789
test_vnode_check_link(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2790
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
2804
test_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2817
test_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2830
test_vnode_check_mmap(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2843
test_vnode_check_open(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2857
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2872
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
2886
test_vnode_check_readdir(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2899
test_vnode_check_readlink(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2912
test_vnode_check_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2926
test_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2927
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
2941
test_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
2942
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
2956
test_vnode_check_revoke(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2969
test_vnode_check_setacl(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2982
test_vnode_check_setextattr(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
2995
test_vnode_check_setflags(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3008
test_vnode_check_setmode(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3021
test_vnode_check_setowner(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3034
test_vnode_check_setutimes(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3048
struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
3062
test_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
sys/security/mac_test/mac_test.c
3063
struct label *dvplabel, struct vnode *vp, struct label *vplabel,
sys/security/mac_test/mac_test.c
3078
struct ucred *file_cred, struct vnode *vp, struct label *vplabel)
sys/security/mac_test/mac_test.c
3103
struct label *mplabel, struct vnode *dvp, struct label *dvplabel,
sys/security/mac_test/mac_test.c
3104
struct vnode *vp, struct label *vplabel, struct componentname *cnp)
sys/security/mac_test/mac_test.c
3127
struct vnode *vp, struct label *filelabel,
sys/security/mac_test/mac_test.c
3142
test_vnode_execve_will_transition(struct ucred *old, struct vnode *vp,
sys/security/mac_test/mac_test.c
3191
test_vnode_relabel(struct ucred *cred, struct vnode *vp,
sys/security/mac_test/mac_test.c
3203
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
284
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
205
struct vnode *f_vnode; /* NULL or applicable vnode */
sys/sys/file.h
301
int vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif);
sys/sys/file.h
307
struct vnode **vpp);
sys/sys/file.h
309
struct vnode **vpp);
sys/sys/file.h
311
struct filecaps *havecaps, struct vnode **vpp);
sys/sys/file.h
313
struct vnode **vpp);
sys/sys/file.h
315
struct vnode **vpp);
sys/sys/file.h
316
int fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, int *flagsp);
sys/sys/file.h
317
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
61
struct vnode *vp; /* pointer to vnode of file to exec */
sys/sys/imgact.h
96
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
1053
void vfs_notify_upper(struct vnode *, enum vfs_notify_upper_type);
sys/sys/mount.h
1054
struct mount *vfs_ref_from_vp(struct vnode *);
sys/sys/mount.h
1057
struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *, const char *,
sys/sys/mount.h
1062
struct mount *vfs_register_upper_from_vp(struct vnode *,
sys/sys/mount.h
1080
struct vnode *mntfs_allocvp(struct mount *, struct vnode *);
sys/sys/mount.h
1081
void mntfs_freevp(struct vnode *);
sys/sys/mount.h
1105
struct vnode *vfs_cache_root_clear(struct mount *);
sys/sys/mount.h
1106
void vfs_cache_root_set(struct mount *, struct vnode *);
sys/sys/mount.h
178
TAILQ_HEAD(vnodelst, vnode);
sys/sys/mount.h
235
struct vnode *mnt_rootvnode;
sys/sys/mount.h
236
struct vnode *mnt_vnodecovered; /* vnode we mounted on */
sys/sys/mount.h
243
struct vnode *mnt_syncer; /* syncer vnode */
sys/sys/mount.h
283
struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
284
struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
285
void __mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
302
typedef int mnt_lazy_cb_t(struct vnode *, void *);
sys/sys/mount.h
303
struct vnode *__mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp,
sys/sys/mount.h
305
struct vnode *__mnt_vnode_first_lazy(struct vnode **mvp, struct mount *mp,
sys/sys/mount.h
307
void __mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
802
typedef int vfs_root_t(struct mount *mp, int flags, struct vnode **vpp);
sys/sys/mount.h
808
struct vnode **vpp);
sys/sys/mount.h
810
int flags, struct vnode **vpp);
sys/sys/mount.h
817
struct vnode *filename_vp, int attrnamespace,
sys/sys/mount.h
823
typedef void vfs_notify_lowervp_t(struct mount *mp, struct vnode *lowervp);
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/proc.h
317
struct vnode *td_vp_reserved;/* (k) Preallocated vnode. */
sys/sys/proc.h
706
struct vnode *p_textvp; /* (b) Vnode of executable. */
sys/sys/proc.h
707
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
213
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
1108
void vput(struct vnode *vp);
sys/sys/vnode.h
1109
void vrele(struct vnode *vp);
sys/sys/vnode.h
1110
void vref(struct vnode *vp);
sys/sys/vnode.h
1111
void vrefact(struct vnode *vp);
sys/sys/vnode.h
1112
void v_addpollinfo(struct vnode *vp);
sys/sys/vnode.h
1114
vrefcnt(struct vnode *vp)
sys/sys/vnode.h
1136
int vnode_create_vobject(struct vnode *vp, off_t size, struct thread *td);
sys/sys/vnode.h
1137
int vnode_create_disk_vobject(struct vnode *vp, off_t size, struct thread *td);
sys/sys/vnode.h
1138
void vnode_destroy_vobject(struct vnode *vp);
sys/sys/vnode.h
1154
int fifo_printinfo(struct vnode *);
sys/sys/vnode.h
1157
typedef int vfs_hash_cmp_t(struct vnode *vp, void *arg);
sys/sys/vnode.h
1161
struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
sys/sys/vnode.h
1162
u_int vfs_hash_index(struct vnode *vp);
sys/sys/vnode.h
1163
int vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td,
sys/sys/vnode.h
1164
struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
sys/sys/vnode.h
1166
struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
sys/sys/vnode.h
1167
void vfs_hash_rehash(struct vnode *vp, u_int hash);
sys/sys/vnode.h
1168
void vfs_hash_remove(struct vnode *vp);
sys/sys/vnode.h
1172
int vn_dir_next_dirent(struct vnode *vp, struct thread *td,
sys/sys/vnode.h
1175
int vn_dir_check_empty(struct vnode *vp);
sys/sys/vnode.h
1180
void vfs_unp_reclaim(struct vnode *vp);
sys/sys/vnode.h
1182
int setfmode(struct thread *td, struct ucred *cred, struct vnode *vp, int mode);
sys/sys/vnode.h
1183
int setfown(struct thread *td, struct ucred *cred, struct vnode *vp, uid_t uid,
sys/sys/vnode.h
1189
int vn_getsize_locked(struct vnode *vp, off_t *size, struct ucred *active_cred);
sys/sys/vnode.h
1190
int vn_getsize(struct vnode *vp, off_t *size, struct ucred *active_cred);
sys/sys/vnode.h
1192
void vn_fsid(struct vnode *vp, struct vattr *va);
sys/sys/vnode.h
1194
int vn_dir_check_exec(struct vnode *vp, struct componentname *cnp);
sys/sys/vnode.h
1195
int vn_lktype_write(struct mount *mp, struct vnode *vp);
sys/sys/vnode.h
1198
void vn_set_state_validate(struct vnode *vp, __enum_uint8(vstate) state);
sys/sys/vnode.h
1202
vn_set_state(struct vnode *vp, __enum_uint8(vstate) state)
sys/sys/vnode.h
1211
vn_get_state(struct vnode *vp)
sys/sys/vnode.h
1217
struct vnode *_vp = (vp); \
sys/sys/vnode.h
1249
struct vnode *_vp = (vp); \
sys/sys/vnode.h
1256
vn_delayed_setsize_locked(struct vnode *vp)
sys/sys/vnode.h
1263
vn_delayed_setsize(struct vnode *vp)
sys/sys/vnode.h
1271
vn_clear_delayed_setsize_locked(struct vnode *vp)
sys/sys/vnode.h
1278
vn_clear_delayed_setsize(struct vnode *vp)
sys/sys/vnode.h
149
TAILQ_ENTRY(vnode) v_nmntvnodes; /* m vnodes for mount point */
sys/sys/vnode.h
165
LIST_ENTRY(vnode) v_hashlist;
sys/sys/vnode.h
184
TAILQ_ENTRY(vnode) v_vnodelist; /* l vnode lists */
sys/sys/vnode.h
185
TAILQ_ENTRY(vnode) v_lazylist; /* l vnode lazy list */
sys/sys/vnode.h
216
_Static_assert(sizeof(struct vnode) <= 448, "vnode size crosses 448 bytes");
sys/sys/vnode.h
222
#define bo2vnode(bo) __containerof((bo), struct vnode, v_bufobj)
sys/sys/vnode.h
464
extern struct vnode *rootvnode; /* root (i.e. "/") vnode */
sys/sys/vnode.h
557
void assert_vi_locked(struct vnode *vp, const char *str);
sys/sys/vnode.h
558
void assert_vi_unlocked(struct vnode *vp, const char *str);
sys/sys/vnode.h
559
void assert_vop_elocked(struct vnode *vp, const char *str);
sys/sys/vnode.h
560
void assert_vop_locked(struct vnode *vp, const char *str);
sys/sys/vnode.h
561
void assert_vop_unlocked(struct vnode *vp, const char *str);
sys/sys/vnode.h
570
struct vnode *_vp = (vp); \
sys/sys/vnode.h
576
struct vnode *_vp = (vp); \
sys/sys/vnode.h
605
vn_canvmio(struct vnode *vp)
sys/sys/vnode.h
646
struct vnode;
sys/sys/vnode.h
648
typedef int (*vn_get_ino_t)(struct mount *, void *, int, struct vnode **);
sys/sys/vnode.h
657
void cache_enter_time_flags(struct vnode *dvp, struct vnode *vp,
sys/sys/vnode.h
662
void cache_enter_time(struct vnode *dvp, struct vnode *vp,
sys/sys/vnode.h
665
int cache_lookup(struct vnode *dvp, struct vnode **vpp,
sys/sys/vnode.h
667
void cache_vnode_init(struct vnode *vp);
sys/sys/vnode.h
668
void cache_purge(struct vnode *vp);
sys/sys/vnode.h
669
void cache_purge_vgone(struct vnode *vp);
sys/sys/vnode.h
670
void cache_purge_negative(struct vnode *vp);
sys/sys/vnode.h
676
void cache_vop_inotify(struct vnode *vp, int event, uint32_t cookie);
sys/sys/vnode.h
677
void cache_vop_rename(struct vnode *fdvp, struct vnode *fvp, struct vnode *tdvp,
sys/sys/vnode.h
678
struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp);
sys/sys/vnode.h
679
void cache_vop_rmdir(struct vnode *dvp, struct vnode *vp);
sys/sys/vnode.h
682
void cache_validate(struct vnode *dvp, struct vnode *vp,
sys/sys/vnode.h
685
void cache_assert_no_entries(struct vnode *vp);
sys/sys/vnode.h
688
cache_validate(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
sys/sys/vnode.h
698
cache_assert_no_entries(struct vnode *vp)
sys/sys/vnode.h
703
int change_dir(struct vnode *vp, struct thread *td);
sys/sys/vnode.h
708
struct vnode **vpp);
sys/sys/vnode.h
711
int insmntque(struct vnode *vp, struct mount *mp);
sys/sys/vnode.h
712
int insmntque1(struct vnode *vp, struct mount *mp);
sys/sys/vnode.h
715
int vn_vptocnp(struct vnode **vp, char *buf, size_t *buflen);
sys/sys/vnode.h
717
int vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf);
sys/sys/vnode.h
718
int vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf);
sys/sys/vnode.h
719
int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf);
sys/sys/vnode.h
720
int vn_fullpath_hardlink(struct vnode *vp, struct vnode *dvp,
sys/sys/vnode.h
723
struct vnode *
sys/sys/vnode.h
724
vn_dir_dd_ino(struct vnode *vp);
sys/sys/vnode.h
725
int vn_commname(struct vnode *vn, char *buf, u_int buflen);
sys/sys/vnode.h
726
int vn_path_to_global_path(struct thread *td, struct vnode *vp,
sys/sys/vnode.h
728
int vn_path_to_global_path_hardlink(struct thread *td, struct vnode *vp,
sys/sys/vnode.h
729
struct vnode *dvp, char *path, u_int pathlen, const char *leaf_name,
sys/sys/vnode.h
741
void vlazy(struct vnode *);
sys/sys/vnode.h
742
void vdrop(struct vnode *);
sys/sys/vnode.h
743
void vdropl(struct vnode *);
sys/sys/vnode.h
745
int vget(struct vnode *vp, int flags);
sys/sys/vnode.h
746
enum vgetstate vget_prep_smr(struct vnode *vp);
sys/sys/vnode.h
747
enum vgetstate vget_prep(struct vnode *vp);
sys/sys/vnode.h
748
int vget_finish(struct vnode *vp, int flags, enum vgetstate vs);
sys/sys/vnode.h
749
void vget_finish_ref(struct vnode *vp, enum vgetstate vs);
sys/sys/vnode.h
750
void vget_abort(struct vnode *vp, enum vgetstate vs);
sys/sys/vnode.h
751
void vgone(struct vnode *vp);
sys/sys/vnode.h
752
void vhold(struct vnode *);
sys/sys/vnode.h
753
void vholdnz(struct vnode *);
sys/sys/vnode.h
754
bool vhold_smr(struct vnode *);
sys/sys/vnode.h
755
int vinactive(struct vnode *vp);
sys/sys/vnode.h
756
int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
sys/sys/vnode.h
757
int vtruncbuf(struct vnode *vp, off_t length, int blksize);
sys/sys/vnode.h
758
void v_inval_buf_range(struct vnode *vp, daddr_t startlbn, daddr_t endlbn,
sys/sys/vnode.h
760
void vunref(struct vnode *);
sys/sys/vnode.h
761
void vn_printf(struct vnode *vp, const char *fmt, ...) __printflike(2,3);
sys/sys/vnode.h
762
int vrecycle(struct vnode *vp);
sys/sys/vnode.h
763
int vrecyclel(struct vnode *vp);
sys/sys/vnode.h
764
int vn_bmap_seekhole_locked(struct vnode *vp, u_long cmd, off_t *off,
sys/sys/vnode.h
766
int vn_bmap_seekhole(struct vnode *vp, u_long cmd, off_t *off,
sys/sys/vnode.h
768
int vn_close(struct vnode *vp,
sys/sys/vnode.h
770
int vn_copy_file_range(struct vnode *invp, off_t *inoffp,
sys/sys/vnode.h
771
struct vnode *outvp, off_t *outoffp, size_t *lenp,
sys/sys/vnode.h
774
int vn_deallocate(struct vnode *vp, off_t *offset, off_t *length, int flags,
sys/sys/vnode.h
778
int vn_fsync_buf(struct vnode *vp, int waitfor);
sys/sys/vnode.h
779
int vn_generic_copy_file_range(struct vnode *invp, off_t *inoffp,
sys/sys/vnode.h
780
struct vnode *outvp, off_t *outoffp, size_t *lenp,
sys/sys/vnode.h
783
int vn_need_pageq_flush(struct vnode *vp);
sys/sys/vnode.h
784
bool vn_isdisk_error(struct vnode *vp, int *errp);
sys/sys/vnode.h
785
bool vn_isdisk(struct vnode *vp);
sys/sys/vnode.h
786
int _vn_lock(struct vnode *vp, int flags, const char *file, int line);
sys/sys/vnode.h
788
void vn_lock_pair(struct vnode *vp1, bool vp1_locked, int lkflags1,
sys/sys/vnode.h
789
struct vnode *vp2, bool vp2_locked, int lkflags2);
sys/sys/vnode.h
793
int vn_open_vnode(struct vnode *vp, int fmode, struct ucred *cred,
sys/sys/vnode.h
795
void vn_pages_remove(struct vnode *vp, vm_pindex_t start, vm_pindex_t end);
sys/sys/vnode.h
796
void vn_pages_remove_valid(struct vnode *vp, vm_pindex_t start,
sys/sys/vnode.h
798
int vn_pollrecord(struct vnode *vp, struct thread *p, int events);
sys/sys/vnode.h
799
int vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base,
sys/sys/vnode.h
803
int vn_rdwr_inchunks(enum uio_rw rw, struct vnode *vp, void *base,
sys/sys/vnode.h
807
int vn_read_from_obj(struct vnode *vp, struct uio *uio);
sys/sys/vnode.h
808
int vn_rlimit_fsize(const struct vnode *vp, const struct uio *uio,
sys/sys/vnode.h
810
int vn_rlimit_fsizex(const struct vnode *vp, struct uio *uio,
sys/sys/vnode.h
814
int vn_start_write(struct vnode *vp, struct mount **mpp, int flags);
sys/sys/vnode.h
815
int vn_start_secondary_write(struct vnode *vp, struct mount **mpp,
sys/sys/vnode.h
817
int vn_truncate_locked(struct vnode *vp, off_t length, bool sync,
sys/sys/vnode.h
819
int vn_writechk(struct vnode *vp);
sys/sys/vnode.h
820
int vn_extattr_get(struct vnode *vp, int ioflg, int attrnamespace,
sys/sys/vnode.h
822
int vn_extattr_set(struct vnode *vp, int ioflg, int attrnamespace,
sys/sys/vnode.h
824
int vn_extattr_rm(struct vnode *vp, int ioflg, int attrnamespace,
sys/sys/vnode.h
826
int vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags,
sys/sys/vnode.h
827
struct vnode **rvp);
sys/sys/vnode.h
828
int vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc,
sys/sys/vnode.h
829
void *alloc_arg, int lkflags, struct vnode **rvp);
sys/sys/vnode.h
830
int vn_utimes_perm(struct vnode *vp, struct vattr *vap,
sys/sys/vnode.h
838
void vn_seqc_write_begin_locked(struct vnode *vp);
sys/sys/vnode.h
839
void vn_seqc_write_begin(struct vnode *vp);
sys/sys/vnode.h
840
void vn_seqc_write_end_locked(struct vnode *vp);
sys/sys/vnode.h
841
void vn_seqc_write_end(struct vnode *vp);
sys/sys/vnode.h
858
void vn_irflag_set_locked(struct vnode *vp, short toset);
sys/sys/vnode.h
859
void vn_irflag_set(struct vnode *vp, short toset);
sys/sys/vnode.h
860
void vn_irflag_set_cond_locked(struct vnode *vp, short toset);
sys/sys/vnode.h
861
void vn_irflag_set_cond(struct vnode *vp, short toset);
sys/sys/vnode.h
862
void vn_irflag_unset_locked(struct vnode *vp, short tounset);
sys/sys/vnode.h
863
void vn_irflag_unset(struct vnode *vp, short tounset);
sys/sys/vnode.h
866
int vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp);
sys/sys/vnode.h
871
struct vnode *vnlru_alloc_marker(void);
sys/sys/vnode.h
872
void vnlru_free_marker(struct vnode *);
sys/sys/vnode.h
873
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
1213
if ((error = bread((struct vnode *)devfd, btodb(loc), size, NOCRED,
sys/ufs/ffs/ffs_vfsops.c
1459
ffs_sync_lazy_filter(struct vnode *vp, void *arg __unused)
sys/ufs/ffs/ffs_vfsops.c
1484
struct vnode *mvp, *vp;
sys/ufs/ffs/ffs_vfsops.c
1542
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
1685
ffs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1694
struct vnode **vpp,
sys/ufs/ffs/ffs_vfsops.c
1701
struct vnode *vp;
sys/ufs/ffs/ffs_vfsops.c
1908
ffs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1927
struct vnode **vpp,
sys/ufs/ffs/ffs_vfsops.c
1931
struct vnode *nvp;
sys/ufs/ffs/ffs_vfsops.c
2108
ffs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/ufs/ffs/ffs_vfsops.c
2336
struct vnode *vp;
sys/ufs/ffs/ffs_vfsops.c
328
ffs_breadz(struct ufsmount *ump, struct vnode *vp, daddr_t lblkno,
sys/ufs/ffs/ffs_vfsops.c
349
struct vnode *devvp, *odevvp;
sys/ufs/ffs/ffs_vfsops.c
759
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
869
ffs_mountfs(struct vnode *odevvp, struct mount *mp, struct thread *td)
sys/ufs/ffs/ffs_vfsops.c
878
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
155
ufs_bmaparray(struct vnode *vp,
sys/ufs/ufs/ufs_bmap.c
344
ufs_bmap_seekdata(struct vnode *vp, off_t *offp)
sys/ufs/ufs/ufs_bmap.c
453
ufs_getlbns(struct vnode *vp,
sys/ufs/ufs/ufs_bmap.c
60
static int readindir(struct vnode *, ufs_lbn_t, ufs2_daddr_t, struct buf **);
sys/ufs/ufs/ufs_bmap.c
97
readindir(struct vnode *vp,
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);
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
1033
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1034
struct vnode *dvp = ap->a_dvp;
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
1075
print_bad_link_count(const char *funcname, struct vnode *dvp)
sys/ufs/ufs/ufs_vnops.c
1096
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
1097
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
1169
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
1261
struct vnode *tvp = ap->a_tvp;
sys/ufs/ufs/ufs_vnops.c
1262
struct vnode *tdvp = ap->a_tdvp;
sys/ufs/ufs/ufs_vnops.c
1263
struct vnode *fvp = ap->a_fvp;
sys/ufs/ufs/ufs_vnops.c
1264
struct vnode *fdvp = ap->a_fdvp;
sys/ufs/ufs/ufs_vnops.c
1265
struct vnode *nvp;
sys/ufs/ufs/ufs_vnops.c
146
ufs_itimes_locked(struct vnode *vp)
sys/ufs/ufs/ufs_vnops.c
1811
ufs_do_posix1e_acl_inheritance_dir(struct vnode *dvp, struct vnode *tvp,
sys/ufs/ufs/ufs_vnops.c
187
ufs_itimes(struct vnode *vp)
sys/ufs/ufs/ufs_vnops.c
1889
ufs_do_posix1e_acl_inheritance_file(struct vnode *dvp, struct vnode *tvp,
sys/ufs/ufs/ufs_vnops.c
1968
ufs_do_nfs4_acl_inheritance(struct vnode *dvp, struct vnode *tvp,
sys/ufs/ufs/ufs_vnops.c
2005
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
2009
struct vnode *tvp;
sys/ufs/ufs/ufs_vnops.c
216
ufs_sync_nlink(struct vnode *vp, struct vnode *vp1)
sys/ufs/ufs/ufs_vnops.c
2260
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2261
struct vnode *dvp = ap->a_dvp;
sys/ufs/ufs/ufs_vnops.c
2365
struct vnode *vp, **vpp = ap->a_vpp;
sys/ufs/ufs/ufs_vnops.c
2405
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2543
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2568
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2602
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
2754
ufs_vinit(struct mount *mntp, struct vop_vector *fifoops, struct vnode **vpp)
sys/ufs/ufs/ufs_vnops.c
2757
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
276
struct vnode **vpp = ap->a_vpp;
sys/ufs/ufs/ufs_vnops.c
2781
ufs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp,
sys/ufs/ufs/ufs_vnops.c
2786
struct vnode *tvp;
sys/ufs/ufs/ufs_vnops.c
2952
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
2977
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
319
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
357
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
372
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
484
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
516
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
582
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
645
struct vnode *vp = ap->a_vp;
sys/ufs/ufs/ufs_vnops.c
807
ufs_update_nfs4_acl_after_mode_change(struct vnode *vp, int mode,
sys/ufs/ufs/ufs_vnops.c
837
struct vnode *vp;
sys/ufs/ufs/ufs_vnops.c
858
ufs_chmod(struct vnode *vp, int mode, struct ucred *cred, struct thread *td)
sys/ufs/ufs/ufs_vnops.c
914
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
4471
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
287
struct vnode;
sys/vm/vm_object.h
371
int vm_object_kvme_type(vm_object_t object, struct vnode **vpp);
sys/vm/vm_object.h
393
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
1260
struct vnode *vp;
sys/vm/vnode_pager.c
1317
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
1574
struct vnode *vp;
sys/vm/vnode_pager.c
1603
struct vnode *vp;
sys/vm/vnode_pager.c
1650
vnode_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/vm/vnode_pager.c
1656
vnode_pager_clean1(struct vnode *vp, int sync_flags)
sys/vm/vnode_pager.c
1671
vnode_pager_clean_sync(struct vnode *vp)
sys/vm/vnode_pager.c
1677
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;