Home
last modified time | relevance | path

Searched refs:SM_INVAL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.h193 #define SM_INVAL 0x08 /* invalidate page (no caching) */ macro
H A Dvpm.c1100 if (flags & SM_INVAL) in vpm_sync_pages()
H A Dseg_map.c2053 if (flags & SM_INVAL) { in segmap_release()
2086 if (flags & (SM_INVAL|SM_DESTROY)) { in segmap_release()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1250 (void) vpm_sync_pages(blkvp, off, n, SM_INVAL); in spec_write()
1252 (void) segmap_release(segkmap, base, SM_INVAL); in spec_write()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c372 SM_INVAL); in wrtmp()
374 (void) segmap_release(segkmap, base, SM_INVAL); in wrtmp()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c540 (void) segmap_release(segkmap, base, SM_INVAL); in rwpcp()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3281 (void) segmap_release(segkmap, base, SM_INVAL); in ud_wrip()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1080 flags = SM_INVAL; in wrip()