Lines Matching refs:p9_debug

87 		p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err);  in safe_errno()
101 p9_debug(P9_DEBUG_9P, "Protocol version: Legacy\n"); in get_protocol_version()
104 p9_debug(P9_DEBUG_9P, "Protocol version: 9P2000.u\n"); in get_protocol_version()
107 p9_debug(P9_DEBUG_9P, "Protocol version: 9P2000.L\n"); in get_protocol_version()
139 p9_debug(P9_DEBUG_ERROR, in parse_opts()
154 p9_debug(P9_DEBUG_ERROR, in parse_opts()
165 p9_debug(P9_DEBUG_ERROR, in parse_opts()
186 p9_debug(P9_DEBUG_ERROR, in parse_opts()
370 p9_debug(P9_DEBUG_MUX, in p9_tag_cleanup()
406 p9_debug(P9_DEBUG_MUX, "clnt %p req %p tag: %d\n", c, r, tag); in p9_free_req()
421 p9_debug(P9_DEBUG_MUX, " tag %d\n", req->tc->tag); in p9_client_cb()
431 p9_debug(P9_DEBUG_MUX, "wakeup: %d\n", req->tc->tag); in p9_client_cb()
466 p9_debug(P9_DEBUG_9P, "<<< size=%d type: %d tag: %d\n", in p9_parse_header()
508 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors()
527 p9_debug(P9_DEBUG_9P, "<<< RERROR (%d) %s\n", in p9_check_errors()
535 p9_debug(P9_DEBUG_9P, "<<< RLERROR (%d)\n", -ecode); in p9_check_errors()
541 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors()
573 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_zc_errors()
614 p9_debug(P9_DEBUG_9P, "<<< RERROR (%d) %s\n", in p9_check_zc_errors()
622 p9_debug(P9_DEBUG_9P, "<<< RLERROR (%d)\n", -ecode); in p9_check_zc_errors()
627 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_zc_errors()
656 p9_debug(P9_DEBUG_9P, ">>> TFLUSH tag %d\n", oldtag); in p9_client_flush()
681 p9_debug(P9_DEBUG_MUX, "client %p op %d\n", c, type); in p9_client_prepare_req()
769 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_rpc()
773 p9_debug(P9_DEBUG_MUX, "flushing\n"); in p9_client_rpc()
850 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_zc_rpc()
854 p9_debug(P9_DEBUG_MUX, "flushing\n"); in p9_client_zc_rpc()
888 p9_debug(P9_DEBUG_FID, "clnt %p\n", clnt); in p9_fid_create()
921 p9_debug(P9_DEBUG_FID, "fid %d\n", fid->fid); in p9_fid_destroy()
938 p9_debug(P9_DEBUG_9P, ">>> TVERSION msize %d protocol %d\n", in p9_client_version()
963 p9_debug(P9_DEBUG_9P, "version error %d\n", err); in p9_client_version()
968 p9_debug(P9_DEBUG_9P, "<<< RVERSION msize %d %s\n", msize, version); in p9_client_version()
1023 p9_debug(P9_DEBUG_ERROR, in p9_client_create()
1034 p9_debug(P9_DEBUG_MUX, "clnt %p trans %p msize %d protocol %d\n", in p9_client_create()
1068 p9_debug(P9_DEBUG_MUX, "clnt %p\n", clnt); in p9_client_destroy()
1091 p9_debug(P9_DEBUG_9P, "clnt %p\n", clnt); in p9_client_disconnect()
1098 p9_debug(P9_DEBUG_9P, "clnt %p\n", clnt); in p9_client_begin_disconnect()
1112 p9_debug(P9_DEBUG_9P, ">>> TATTACH afid %d uname %s aname %s\n", in p9_client_attach()
1136 p9_debug(P9_DEBUG_9P, "<<< RATTACH qid %x.%llx.%x\n", in p9_client_attach()
1177 p9_debug(P9_DEBUG_9P, ">>> TWALK fids %d,%d nwname %ud wname[0] %s\n", in p9_client_walk()
1195 p9_debug(P9_DEBUG_9P, "<<< RWALK nwqid %d:\n", nwqids); in p9_client_walk()
1203 p9_debug(P9_DEBUG_9P, "<<< [%d] %x.%llx.%x\n", in p9_client_walk()
1238 p9_debug(P9_DEBUG_9P, ">>> %s fid %d mode %d\n", in p9_client_open()
1260 p9_debug(P9_DEBUG_9P, "<<< %s qid %x.%llx.%x iounit %x\n", in p9_client_open()
1282 p9_debug(P9_DEBUG_9P, in p9_client_create_dotl()
1304 p9_debug(P9_DEBUG_9P, "<<< RLCREATE qid %x.%llx.%x iounit %x\n", in p9_client_create_dotl()
1328 p9_debug(P9_DEBUG_9P, ">>> TCREATE fid %d name %s perm %d mode %d\n", in p9_client_fcreate()
1349 p9_debug(P9_DEBUG_9P, "<<< RCREATE qid %x.%llx.%x iounit %x\n", in p9_client_fcreate()
1371 p9_debug(P9_DEBUG_9P, ">>> TSYMLINK dfid %d name %s symtgt %s\n", in p9_client_symlink()
1388 p9_debug(P9_DEBUG_9P, "<<< RSYMLINK qid %x.%llx.%x\n", in p9_client_symlink()
1403 p9_debug(P9_DEBUG_9P, ">>> TLINK dfid %d oldfid %d newname %s\n", in p9_client_link()
1411 p9_debug(P9_DEBUG_9P, "<<< RLINK\n"); in p9_client_link()
1423 p9_debug(P9_DEBUG_9P, ">>> TFSYNC fid %d datasync:%d\n", in p9_client_fsync()
1434 p9_debug(P9_DEBUG_9P, "<<< RFSYNC fid %d\n", fid->fid); in p9_client_fsync()
1458 p9_debug(P9_DEBUG_9P, ">>> TCLUNK fid %d (try %d)\n", fid->fid, in p9_client_clunk()
1469 p9_debug(P9_DEBUG_9P, "<<< RCLUNK fid %d\n", fid->fid); in p9_client_clunk()
1493 p9_debug(P9_DEBUG_9P, ">>> TREMOVE fid %d\n", fid->fid); in p9_client_remove()
1503 p9_debug(P9_DEBUG_9P, "<<< RREMOVE fid %d\n", fid->fid); in p9_client_remove()
1521 p9_debug(P9_DEBUG_9P, ">>> TUNLINKAT fid %d %s %d\n", in p9_client_unlinkat()
1530 p9_debug(P9_DEBUG_9P, "<<< RUNLINKAT fid %d %s\n", dfid->fid, name); in p9_client_unlinkat()
1546 p9_debug(P9_DEBUG_9P, ">>> TREAD fid %d offset %llu %d\n", in p9_client_read()
1588 p9_debug(P9_DEBUG_9P, "<<< RREAD count %d\n", count); in p9_client_read()
1622 p9_debug(P9_DEBUG_9P, ">>> TWRITE fid %d offset %llu count %zd\n", in p9_client_write()
1656 p9_debug(P9_DEBUG_9P, "<<< RWRITE count %d\n", count); in p9_client_write()
1675 p9_debug(P9_DEBUG_9P, ">>> TSTAT fid %d\n", fid->fid); in p9_client_stat()
1696 p9_debug(P9_DEBUG_9P, in p9_client_stat()
1727 p9_debug(P9_DEBUG_9P, ">>> TGETATTR fid %d, request_mask %lld\n", in p9_client_getattr_dotl()
1749 p9_debug(P9_DEBUG_9P, in p9_client_getattr_dotl()
1817 p9_debug(P9_DEBUG_9P, ">>> TWSTAT fid %d\n", fid->fid); in p9_client_wstat()
1818 p9_debug(P9_DEBUG_9P, in p9_client_wstat()
1837 p9_debug(P9_DEBUG_9P, "<<< RWSTAT fid %d\n", fid->fid); in p9_client_wstat()
1853 p9_debug(P9_DEBUG_9P, ">>> TSETATTR fid %d\n", fid->fid); in p9_client_setattr()
1854 p9_debug(P9_DEBUG_9P, in p9_client_setattr()
1870 p9_debug(P9_DEBUG_9P, "<<< RSETATTR fid %d\n", fid->fid); in p9_client_setattr()
1886 p9_debug(P9_DEBUG_9P, ">>> TSTATFS fid %d\n", fid->fid); in p9_client_statfs()
1903 p9_debug(P9_DEBUG_9P, "<<< RSTATFS fid %d type 0x%lx bsize %ld " in p9_client_statfs()
1926 p9_debug(P9_DEBUG_9P, ">>> TRENAME fid %d newdirfid %d name %s\n", in p9_client_rename()
1936 p9_debug(P9_DEBUG_9P, "<<< RRENAME fid %d\n", fid->fid); in p9_client_rename()
1954 p9_debug(P9_DEBUG_9P, ">>> TRENAMEAT olddirfid %d old name %s" in p9_client_renameat()
1965 p9_debug(P9_DEBUG_9P, "<<< RRENAMEAT newdirfid %d new name %s\n", in p9_client_renameat()
1993 p9_debug(P9_DEBUG_9P, in p9_client_xattrwalk()
2010 p9_debug(P9_DEBUG_9P, "<<< RXATTRWALK fid %d size %llu\n", in p9_client_xattrwalk()
2031 p9_debug(P9_DEBUG_9P, in p9_client_xattrcreate()
2042 p9_debug(P9_DEBUG_9P, "<<< RXATTRCREATE fid %d\n", fid->fid); in p9_client_xattrcreate()
2060 p9_debug(P9_DEBUG_9P, ">>> TREADDIR fid %d offset %llu count %d\n", in p9_client_readdir()
2097 p9_debug(P9_DEBUG_9P, "<<< RREADDIR count %d\n", count); in p9_client_readdir()
2121 p9_debug(P9_DEBUG_9P, ">>> TMKNOD fid %d name %s mode %d major %d " in p9_client_mknod_dotl()
2133 p9_debug(P9_DEBUG_9P, "<<< RMKNOD qid %x.%llx.%x\n", qid->type, in p9_client_mknod_dotl()
2152 p9_debug(P9_DEBUG_9P, ">>> TMKDIR fid %d name %s mode %d gid %d\n", in p9_client_mkdir_dotl()
2164 p9_debug(P9_DEBUG_9P, "<<< RMKDIR qid %x.%llx.%x\n", qid->type, in p9_client_mkdir_dotl()
2182 p9_debug(P9_DEBUG_9P, ">>> TLOCK fid %d type %i flags %d " in p9_client_lock_dotl()
2199 p9_debug(P9_DEBUG_9P, "<<< RLOCK status %i\n", *status); in p9_client_lock_dotl()
2215 p9_debug(P9_DEBUG_9P, ">>> TGETLOCK fid %d, type %i start %lld " in p9_client_getlock_dotl()
2232 p9_debug(P9_DEBUG_9P, "<<< RGETLOCK type %i start %lld length %lld " in p9_client_getlock_dotl()
2249 p9_debug(P9_DEBUG_9P, ">>> TREADLINK fid %d\n", fid->fid); in p9_client_readlink()
2260 p9_debug(P9_DEBUG_9P, "<<< RREADLINK target %s\n", *target); in p9_client_readlink()