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

  /src/sys/coda/
coda_subr.c 320 * CODA_PURGEFID -- flush the attribute for the file
407 case CODA_PURGEFID : {
412 coda_clstat.reqs[CODA_PURGEFID]++;
414 cp = coda_find(&out->coda_purgefid.Fid);
416 if (IS_DIR(out->coda_purgefid.Fid)) { /* Vnode is a directory */
417 coda_nc_zapParentfid(&out->coda_purgefid.Fid,
421 coda_nc_zapfid(&out->coda_purgefid.Fid, IS_DOWNCALL);
422 if (!(IS_DIR(out->coda_purgefid.Fid))
427 CODADEBUG(CODA_PURGEFID, myprintf((
coda.h 340 #define CODA_PURGEFID 30 /* DOWNCALL */
347 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
682 /* coda_purgefid: */
683 /* CODA_PURGEFID is a venus->kernel call */
780 struct coda_purgefid_out coda_purgefid; member in union:outputArgs

Completed in 21 milliseconds