/src/sys/coda/ |
coda_subr.c | 222 coda_f2s(&cp->c_fid), vrefcnt(CTOV(cp)))); 372 coda_f2s(&cp->c_fid), vrefcnt(CTOV(cp)) - 1, error));); 396 coda_f2s(&cp->c_fid), vrefcnt(CTOV(cp)) - 1));); 429 coda_f2s(&cp->c_fid), vrefcnt(CTOV(cp)) - 1, error));); 462 coda_f2s(&out->coda_replace.OldFid), 463 coda_f2s(&cp->c_fid), cp));)
|
coda_namecache.c | 344 cncp->name, coda_f2s(&cncp->dcp->c_fid))); ) 386 myprintf(("ZapParent: fid %s\n", coda_f2s(fid))); ) 425 myprintf(("Zapfid: fid %s\n", coda_f2s(fid))); ) 459 coda_f2s(fid), cred)); ) 582 coda_f2s(&cncp->cp->c_fid))); )
|
coda_vnops.c | 471 coda_f2s(&cp->c_fid), vrefcnt(CTOV(cp)))); ) 601 __func__, coda_f2s(&cp->c_fid)));}) 614 __func__, coda_f2s(&cp->c_fid), error)); ) 848 coda_f2s(&cp->c_fid), vp->v_mount));) 899 nm, coda_f2s(&dcp->c_fid)));) 922 __func__, coda_f2s(&dcp->c_fid), nm));) 947 __func__, coda_f2s(&dcp->c_fid), nm, error));) 952 __func__, coda_f2s(&VFid), vtype, error)); ) 1056 coda_f2s(&VFid), error)); ) 1094 nm, coda_f2s(&cp->c_fid))); [all...] |
coda.h | 221 static __inline char * coda_f2s(CodaFid *fid) function in typeref:typename:char * 254 static __inline char * coda_f2s(CodaFid *fid) function in typeref:typename:char *
|
coda_vfsops.c | 549 coda_f2s(&VFid), vtype, error)); )
|