Searched refs:VOP_CLOSE (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_file.c124 (void) VOP_CLOSE(vp, spa_mode(vd->vdev_spa), 1, 0, kcred, NULL);
144 (void) VOP_CLOSE(vp, spa_mode(vd->vdev_spa), 1, 0, kcred, NULL);
169 (void) VOP_CLOSE(vf->vf_vnode, spa_mode(vd->vdev_spa), 1, 0,
H A Dspa_config.c203 (void) VOP_CLOSE(vp, oflags, 1, 0, kcred, NULL);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h262 #define VOP_CLOSE(vp, oflags, count, offset, cr, ct) \ macro
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_subr.c1075 VOP_CLOSE(lvp, FREAD, cred, td);
1078 VOP_CLOSE(uvp, FWRITE, cred, td);
1219 VOP_CLOSE(vp, FREAD, cred, td);
H A Dunion_vnops.c519 VOP_CLOSE(uvp, ap->a_mode, cred, td);
584 error = VOP_CLOSE(ovp, ap->a_fflag, cred, td);
595 VOP_CLOSE(unp->un_lowervp, FREAD, cred, td);
2100 VOP_CLOSE(unp->un_lowervp, unsp->uns_lower_openmode, td->td_ucred, td);
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_io.c566 VOP_CLOSE(vp, FWRITE, cred, td);
617 /* VOP_CLOSE(vp, FWRITE, cred, td);*/
H A Dsmbfs_vnops.c450 VOP_CLOSE(vp, FWRITE, ap->a_cred, td);
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c638 VOP_CLOSE(newtextvp, FREAD, td->td_ucred, td);
904 VOP_CLOSE(imgp->vp, FREAD, td->td_ucred, td);
H A Dvfs_vnops.c460 error = VOP_CLOSE(vp, flags, file_cred, td);
H A Dvfs_subr.c3312 * VOP_CLOSE() and VOP_INACTIVE().
3324 VOP_CLOSE(vp, FNONBLOCK, NOCRED, td);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h515 #define VOP_CLOSE(vp, f, c, o, cr, ct) 0 macro
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c2757 VOP_CLOSE(sp->sw_vp, FREAD | FWRITE, td->td_ucred, td);
/freebsd-11-stable/share/man/man9/
H A DMakefile2011 MLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9 \

Completed in 359 milliseconds