*** 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: vnode_pager_purge_range | Section: 9 | Source: FreeBSD | File: vnode_pager_purge_range.9.gz
VNODE_PAGER_PURGE_RANGE(9) FreeBSD Kernel Developer's Manual NAME vnode_pager_purge_range - invalidate the cached content within the given byte range SYNOPSIS #include <sys/param.h> #include <vm/vm.h> #include <vm/vm_extern.h> void vnode_pager_purge_range(struct vnode *vp, vm_ooffset_t start, vm_ooffset_t end); DESCRIPTION vnode_pager_purge_range invalidates the cached content within the given byte range from the specified vnode vp. The range to be purged is [start, end). If the end parameter is the value zero, the affected range starts from start continues to the end of the object. Pages within the specified range will be removed from the object's queue. If start or end is not aligned to a page boundary, the invalidated part of the page is zeroed. This function only cleans the resident pages in the affected region, it is up to the callers to ensure reading the backing store gets back zeroes. In case the vnode vp does not have a VM object allocated, the effect of calling this function is a no-op. LOCKS The vnode must be locked on entry and will still be locked on exit. SEE ALSO vnode(9) HISTORY The vnode_pager_purge_range manual page first appeared in FreeBSD 14. AUTHORS This manual page was written by Ka Ho Ng <[email protected]>. FreeBSD 14.1-RELEASE-p8 April 24, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options