Home
last modified time | relevance | path

Searched refs:ST_INDEL (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/dumpadm/
H A Dswap.c79 if (!(swt->swt_ent[i].ste_flags & (ST_INDEL | ST_DOINGDEL))) { in swap_list()
/titanic_41/usr/src/uts/common/sys/
H A Dswap.h122 #define ST_INDEL 0x01 /* Deletion of file is in progress. */ macro
/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c157 if (!(sip->si_flags & ST_INDEL) && in swap_phys_alloc()
1445 osip->si_flags |= ST_INDEL|ST_DOINGDEL; in swapdel()
1493 ~(ST_INDEL | ST_DOINGDEL); in swapdel()
/titanic_41/usr/src/cmd/swap/
H A Dswap.c488 if (swapent->ste_flags & ST_INDEL) in list()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c469 if (swt->swt_ent[i].ste_flags & (ST_INDEL|ST_DOINGDEL)) { in update_cache()