Searched refs:SM_INVAL (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_map.h | 195 #define SM_INVAL 0x08 /* invalidate page (no caching) */ macro
|
H A D | vpm.c | 1100 if (flags & SM_INVAL) in vpm_sync_pages()
|
H A D | seg_map.c | 2053 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 D | specvnops.c | 1247 (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 D | tmp_vnops.c | 370 SM_INVAL); in wrtmp() 372 (void) segmap_release(segkmap, base, SM_INVAL); in wrtmp()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 539 (void) segmap_release(segkmap, base, SM_INVAL); in rwpcp()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 3282 (void) segmap_release(segkmap, base, SM_INVAL); in ud_wrip()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 1150 flags = SM_INVAL; in wrip()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 697 flags = SM_INVAL; in cachefs_read()
|