Symbol: VOP_CLOSE
sys/dev/softraid.c
1055
VOP_CLOSE(vn, FREAD, NOCRED, curproc);
sys/dev/softraid.c
1061
error = VOP_CLOSE(vn, FREAD, NOCRED, curproc);
sys/dev/softraid.c
1109
VOP_CLOSE(vn, FREAD, NOCRED, curproc);
sys/dev/softraid.c
1116
VOP_CLOSE(vn, FREAD, NOCRED, curproc);
sys/dev/softraid.c
1135
VOP_CLOSE(vn, FREAD, NOCRED, curproc);
sys/dev/softraid.c
2974
VOP_CLOSE(vn, FREAD | FWRITE, NOCRED, curproc);
sys/dev/softraid.c
3256
VOP_CLOSE(vn, FREAD | FWRITE, NOCRED, curproc);
sys/dev/softraid.c
3834
VOP_CLOSE(ch_entry->src_vn, FREAD | FWRITE, NOCRED,
sys/dev/softraid_crypto.c
791
VOP_CLOSE(vn, FREAD | FWRITE, NOCRED, curproc);
sys/dev/softraid_crypto.c
914
VOP_CLOSE(vn, FREAD, NOCRED, curproc);
sys/isofs/cd9660/cd9660_vfsops.c
432
VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, NOCRED, p);
sys/isofs/cd9660/cd9660_vfsops.c
554
(void)VOP_CLOSE(isomp->im_devvp, FREAD, NOCRED, p);
sys/isofs/udf/udf_vfsops.c
443
VOP_CLOSE(devvp, FREAD, FSCRED, p);
sys/isofs/udf/udf_vfsops.c
467
(void)VOP_CLOSE(devvp, FREAD, NOCRED, p);
sys/kern/exec_elf.c
583
VOP_CLOSE(nd.ni_vp, FREAD, p->p_ucred, p);
sys/kern/subr_disk.c
1739
VOP_CLOSE(vn, FREAD, NOCRED, curproc);
sys/kern/vfs_subr.c
1098
VOP_CLOSE(vp, FNONBLOCK, NOCRED, p);
sys/kern/vfs_vnops.c
298
error = VOP_CLOSE(vp, flags, cred, p);
sys/miscfs/fifofs/fifo_vnops.c
240
VOP_CLOSE(vp, ap->a_mode, ap->a_cred, ap->a_p);
sys/msdosfs/msdosfs_vfsops.c
543
(void) VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, NOCRED, p);
sys/msdosfs/msdosfs_vfsops.c
584
(void)VOP_CLOSE(vp,
sys/ntfs/ntfs_vfsops.c
447
(void)VOP_CLOSE(devvp, FREAD, NOCRED, p);
sys/ntfs/ntfs_vfsops.c
507
(void)VOP_CLOSE(ntmp->ntm_devvp, FREAD, NOCRED, p);
sys/sys/vnode.h
351
int VOP_CLOSE(struct vnode *, int, struct ucred *, struct proc *);
sys/ufs/ext2fs/ext2fs_vfsops.c
573
(void)VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, cred, p);
sys/ufs/ext2fs/ext2fs_vfsops.c
612
(void)VOP_CLOSE(ump->um_devvp, fs->e2fs_ronly ? FREAD : FREAD|FWRITE,
sys/ufs/ffs/ffs_vfsops.c
831
(void)VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, cred, p);
sys/ufs/ffs/ffs_vfsops.c
948
(void)VOP_CLOSE(ump->um_devvp, fs->fs_ronly ? FREAD : FREAD|FWRITE,
sys/uvm/uvm_swap.c
1019
(void) VOP_CLOSE(sdp->swd_vp, FREAD|FWRITE, p->p_ucred, p);
sys/uvm/uvm_swap.c
963
(void)VOP_CLOSE(vp, FREAD|FWRITE, p->p_ucred, p);