Lines Matching refs:fid
51 * the vnode (FID) of the parent directory, and the cred structure of the
369 * Remove all entries with a parent which has the input fid.
372 coda_nc_zapParentfid(CodaFid *fid, enum dc_status dcstat)
374 /* To get to a specific fid, we might either have another hashing
386 myprintf(("ZapParent: fid %s\n", coda_f2s(fid))); )
401 if (coda_fid_eq(&(cncp->dcp->c_fid), fid)) {
410 * Remove all entries which have the same fid as the input
413 coda_nc_zapfid(CodaFid *fid, enum dc_status dcstat)
425 myprintf(("Zapfid: fid %s\n", coda_f2s(fid))); )
435 if (coda_fid_eq(&cncp->cp->c_fid, fid)) {
444 * Remove all entries which match the fid and the cred
447 coda_nc_zapvnode(CodaFid *fid, kauth_cred_t cred,
458 myprintf(("Zapvnode: fid %s cred %p\n",
459 coda_f2s(fid), cred)); )