Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dseg_map.h195 #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()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1247 (void) vpm_sync_pages(blkvp, off, n, SM_INVAL); in spec_write()
1249 (void) segmap_release(segkmap, base, SM_INVAL); in spec_write()
/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c370 SM_INVAL); in wrtmp()
372 (void) segmap_release(segkmap, base, SM_INVAL); in wrtmp()
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c539 (void) segmap_release(segkmap, base, SM_INVAL); in rwpcp()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3282 (void) segmap_release(segkmap, base, SM_INVAL); in ud_wrip()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1150 flags = SM_INVAL; in wrip()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c697 flags = SM_INVAL; in cachefs_read()