coda_subr.c | 54 * 4. coda_cacheprint (under DEBUG) prints names with vnode/cnode address 283 coda_cacheprint(struct mount *whoIam) function in typeref:typename:void 289 printf("coda_cacheprint: coda_ctlvp %p, cp %p", coda_ctlvp, VTOC(coda_ctlvp)); 295 printf("coda_cacheprint: vp %p, cp %p", vp, VTOC(vp)); 301 printf("coda_cacheprint: count %d\n", count);
|