Home
last modified time | relevance | path

Searched refs:SM_DESTROY (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dseg_map.h197 #define SM_DESTROY 0x20 /* invalidate page, don't write back */ macro
H A Dvpm.c1102 if (flags & SM_DESTROY) in vpm_sync_pages()
H A Dseg_map.c2057 if (flags & SM_DESTROY) { in segmap_release()
2086 if (flags & (SM_INVAL|SM_DESTROY)) { in segmap_release()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1144 flags = SM_DESTROY; in wrip()