Searched refs:CODADEBUG (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/coda/ |
H A D | coda_vnops.c | 254 CODADEBUG(CODA_OPEN, myprintf(( in coda_open() 368 CODADEBUG(CODA_CLOSE, myprintf(("%s: result %d\n", __func__, error)); ) in coda_close() 407 CODADEBUG(CODA_RDWR, myprintf(("coda_rdwr(%d, %p, %lu, %lld)\n", rw, in coda_rdwr() 470 CODADEBUG(CODA_RDWR, myprintf(("%s: fid = %s, refcnt = %d\n", __func__, in coda_rdwr() 514 CODADEBUG(CODA_IOCTL, myprintf(("in coda_ioctl on %s\n", iap->path));) in coda_ioctl() 522 CODADEBUG(CODA_IOCTL, myprintf(("%s error: vp != ctlvp", __func__));) in coda_ioctl() 535 CODADEBUG(CODA_IOCTL, myprintf(("%s error: lookup returns %d\n", in coda_ioctl() 548 CODADEBUG(CODA_IOCTL, myprintf(("%s error: %s not a coda object\n", in coda_ioctl() 563 CODADEBUG(CODA_IOCTL, myprintf(("Ioctl returns %d \n", error)); ) in coda_ioctl() 600 CODADEBUG(CODA_GETATTR, { myprintf(("%s: attr cache hit: %s\n", in coda_getattr() [all …]
|
H A D | coda_subr.c | 341 CODADEBUG(CODA_FLUSH,coda_testflush();) /* print remaining cnodes */ in handleDownCall() 370 CODADEBUG(CODA_ZAPFILE, myprintf(( in handleDownCall() 394 CODADEBUG(CODA_ZAPDIR, myprintf(( in handleDownCall() 427 CODADEBUG(CODA_PURGEFID, myprintf(( in handleDownCall() 460 CODADEBUG(CODA_REPLACE, myprintf(( in handleDownCall()
|
H A D | coda_vfsops.c | 279 CODADEBUG(1, in coda_mount() 414 CODADEBUG( CODA_ROOT, myprintf(("error %d in CODA_ROOT\n", error)); ); in coda_root() 544 CODADEBUG(CODA_VGET, myprintf(("vget error %d\n",error));) in coda_fhtovp() 547 CODADEBUG(CODA_VGET, in coda_fhtovp()
|
H A D | cnode.h | 89 #define CODADEBUG(N, STMT) { if (codadebug & CODADBGMSK(N)) { STMT } } macro
|
H A D | coda_namecache.c | 580 CODADEBUG(CODA_FLUSH, in coda_nc_flush()
|