Home | History | Annotate | Download | only in fsstress

Lines Matching defs:dcp

710 	int *dcp;
712 dcp = &dcache[dirid % NDCACHE];
713 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid)
714 *dcp = -1;