Home
last modified time | relevance | path

Searched refs:VOP_CLOSE (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/sys/msdosfs/
Dmsdosfs_vfsops.c543 (void) VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, NOCRED, p); in msdosfs_mountfs()
584 (void)VOP_CLOSE(vp, in msdosfs_unmount()
/openbsd/src/sys/ntfs/
Dntfs_vfsops.c447 (void)VOP_CLOSE(devvp, FREAD, NOCRED, p); in ntfs_mountfs()
507 (void)VOP_CLOSE(ntmp->ntm_devvp, FREAD, NOCRED, p); in ntfs_unmount()
/openbsd/src/sys/isofs/udf/
Dudf_vfsops.c444 VOP_CLOSE(devvp, FREAD, FSCRED, p); in udf_mountfs()
468 (void)VOP_CLOSE(devvp, FREAD, NOCRED, p); in udf_unmount()
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c432 VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, NOCRED, p); in iso_mountfs()
554 (void)VOP_CLOSE(isomp->im_devvp, FREAD, NOCRED, p); in cd9660_unmount()
/openbsd/src/sys/sys/
Dvnode.h352 int VOP_CLOSE(struct vnode *, int, struct ucred *, struct proc *);
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c574 (void)VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, cred, p); in ext2fs_mountfs()
613 (void)VOP_CLOSE(ump->um_devvp, fs->e2fs_ronly ? FREAD : FREAD|FWRITE, in ext2fs_unmount()
/openbsd/src/sys/dev/
Dsoftraid.c1053 VOP_CLOSE(vn, FREAD, NOCRED, curproc); in sr_meta_native_bootprobe()
1059 error = VOP_CLOSE(vn, FREAD, NOCRED, curproc); in sr_meta_native_bootprobe()
1107 VOP_CLOSE(vn, FREAD, NOCRED, curproc); in sr_meta_native_bootprobe()
1114 VOP_CLOSE(vn, FREAD, NOCRED, curproc); in sr_meta_native_bootprobe()
1133 VOP_CLOSE(vn, FREAD, NOCRED, curproc); in sr_meta_native_bootprobe()
2964 VOP_CLOSE(vn, FREAD | FWRITE, NOCRED, curproc); in sr_hotspare()
3243 VOP_CLOSE(vn, FREAD | FWRITE, NOCRED, curproc); in sr_rebuild_init()
3821 VOP_CLOSE(ch_entry->src_vn, FREAD | FWRITE, NOCRED, in sr_chunks_unwind()
Dsoftraid_crypto.c789 VOP_CLOSE(vn, FREAD | FWRITE, NOCRED, curproc); in sr_crypto_create_key_disk()
912 VOP_CLOSE(vn, FREAD, NOCRED, curproc); in sr_crypto_read_key_disk()
/openbsd/src/sys/miscfs/fifofs/
Dfifo_vnops.c240 VOP_CLOSE(vp, ap->a_mode, ap->a_cred, ap->a_p); in fifo_open()
/openbsd/src/sys/ufs/ffs/
Dffs_vfsops.c829 (void)VOP_CLOSE(devvp, ronly ? FREAD : FREAD|FWRITE, cred, p); in ffs_mountfs()
946 (void)VOP_CLOSE(ump->um_devvp, fs->fs_ronly ? FREAD : FREAD|FWRITE, in ffs_unmount()
/openbsd/src/sys/uvm/
Duvm_swap.c1039 (void)VOP_CLOSE(vp, FREAD|FWRITE, p->p_ucred, p); in swap_on()
1095 (void) VOP_CLOSE(sdp->swd_vp, FREAD|FWRITE, p->p_ucred, p); in swap_off()
/openbsd/src/sys/kern/
Dvfs_vops.c142 VOP_CLOSE(struct vnode *vp, int fflag, struct ucred *cred, struct proc *p) in VOP_CLOSE() function
Dvfs_vnops.c292 error = VOP_CLOSE(vp, flags, cred, p); in vn_close()
Dexec_elf.c583 VOP_CLOSE(nd.ni_vp, FREAD, p->p_ucred, p); in elf_load_file()
Dsubr_disk.c1749 VOP_CLOSE(vn, FREAD, NOCRED, curproc); in disk_readlabel()
Dvfs_subr.c1090 VOP_CLOSE(vp, FNONBLOCK, NOCRED, p); in vclean()