Searched refs:ST_INDEL (Results 1 – 5 of 5) sorted by relevance
79 if (!(swt->swt_ent[i].ste_flags & (ST_INDEL | ST_DOINGDEL))) { in swap_list()
122 #define ST_INDEL 0x01 /* Deletion of file is in progress. */ macro
157 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()
488 if (swapent->ste_flags & ST_INDEL) in list()
469 if (swt->swt_ent[i].ste_flags & (ST_INDEL|ST_DOINGDEL)) { in update_cache()