Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Dswap.c77 if (!(swt->swt_ent[i].ste_flags & (ST_INDEL | ST_DOINGDEL))) { in swap_list()
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h125 #define ST_DOINGDEL 0x02 /* Set during deletion of file */ macro
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1280 (esip->si_flags & ST_DOINGDEL)) { in swapadd()
1288 esip->si_flags &= ~ST_DOINGDEL; in swapadd()
1472 osip->si_flags |= ST_INDEL|ST_DOINGDEL; in swapdel()
1505 if (!error && (osip->si_flags & ST_DOINGDEL)) { in swapdel()
1520 ~(ST_INDEL | ST_DOINGDEL); in swapdel()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c467 if (swt->swt_ent[i].ste_flags & (ST_INDEL|ST_DOINGDEL)) { in update_cache()