HomeSort by: relevance | last modified time | path
    Searched refs:IS_DOWNCALL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/coda/
coda_subr.c 339 coda_flush(IS_DOWNCALL);
351 coda_nc_purge_user(out->coda_purgeuser.cred.cr_uid, IS_DOWNCALL);
353 coda_nc_purge_user(out->coda_purgeuser.uid, IS_DOWNCALL);
392 coda_nc_zapParentfid(&out->coda_zapdir.Fid, IS_DOWNCALL);
418 IS_DOWNCALL);
421 coda_nc_zapfid(&out->coda_purgefid.Fid, IS_DOWNCALL);
cnode.h 183 IS_DOWNCALL = 6,
coda_namecache.c 350 if ((dcstat == IS_DOWNCALL) && (vrefcnt(CTOV(cncp->dcp)) == 1)) {
355 if ((dcstat == IS_DOWNCALL) && (vrefcnt(CTOV(cncp->cp)) == 1)) {
571 if ((dcstat == IS_DOWNCALL)
585 if ((dcstat == IS_DOWNCALL)
coda_psdev.c 400 return(coda_nc_resize(data->hashsize, data->heapsize, IS_DOWNCALL));

Completed in 14 milliseconds