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

  /src/sys/coda/
coda_subr.c 315 * CODA_ZAPDIR -- flush the attributes for the dir from its cnode.
383 case CODA_ZAPDIR : {
387 coda_clstat.reqs[CODA_ZAPDIR]++;
389 cp = coda_find(&out->coda_zapdir.Fid);
392 coda_nc_zapParentfid(&out->coda_zapdir.Fid, IS_DOWNCALL);
394 CODADEBUG(CODA_ZAPDIR, myprintf((
coda.h 339 #define CODA_ZAPDIR 28 /* DOWNCALL */
665 /* coda_zapdir: */
666 /* CODA_ZAPDIR is a venus->kernel call */
778 struct coda_zapdir_out coda_zapdir; member in union:outputArgs

Completed in 13 milliseconds