*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: vclean | Section: 9 | Source: OpenBSD | File: vclean.9
VCLEAN(9) FreeBSD Kernel Developer's Manual VCLEAN(9) NAME vclean - disassociate the underlying file system from a vnode SYNOPSIS #include <sys/param.h> #include <sys/vnode.h> void vclean(struct vnode *vp, int flags, struct proc *p); DESCRIPTION The vclean() function clears any VM and buffer data associated with the vnode vp and reclaims it from the underlying file system. Its arguments are: vp The vnode to be cleaned. flags The flags indicating how the vnode should be handled. DOCLOSE If this flag is set, vclean() will call vinvalbuf(9) on the vnode. If the vnode is active, it will be closed and inactivated in the underlying file system. p The process responsible for this call. On exit, the v_tag field of the vnode will be set to VT_NON, and if the vnode was active, it will be placed on the vnode free list. SEE ALSO vinvalbuf(9), vnode(9) HISTORY This man page was originally written for OpenBSD. FreeBSD 14.1-RELEASE-p8 November 14, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options