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

  /src/sys/coda/
coda_subr.c 311 * CODA_PURGEUSER -- flush all entries from the name cache for a specific user
345 case CODA_PURGEUSER : {
347 coda_clstat.reqs[CODA_PURGEUSER]++;
351 coda_nc_purge_user(out->coda_purgeuser.cred.cr_uid, IS_DOWNCALL);
353 coda_nc_purge_user(out->coda_purgeuser.uid, IS_DOWNCALL);
coda.h 337 #define CODA_PURGEUSER 26 /* DOWNCALL */
647 /* coda_purgeuser: */
648 /* CODA_PURGEUSER is a venus->kernel call */
776 struct coda_purgeuser_out coda_purgeuser; member in union:outputArgs

Completed in 12 milliseconds