fs/9p/v9fs.c
129
p9_debug(P9_DEBUG_9P, "Cache mode: loose\n");
fs/9p/v9fs.c
132
p9_debug(P9_DEBUG_9P, "Cache mode: fscache\n");
fs/9p/v9fs.c
135
p9_debug(P9_DEBUG_9P, "Cache mode: mmap\n");
fs/9p/v9fs.c
138
p9_debug(P9_DEBUG_9P, "Cache mode: readahead\n");
fs/9p/v9fs.c
141
p9_debug(P9_DEBUG_9P, "Cache mode: none\n");
fs/9p/v9fs.c
383
p9_debug(P9_DEBUG_9P, "Protocol version: %s\n", param->string);
net/9p/client.c
1018
p9_debug(P9_DEBUG_9P, "<<< RATTACH qid %x.%llx.%x\n",
net/9p/client.c
1057
p9_debug(P9_DEBUG_9P, ">>> TWALK fids %d,%d nwname %ud wname[0] %s\n",
net/9p/client.c
1074
p9_debug(P9_DEBUG_9P, "<<< RWALK nwqid %d:\n", nwqids);
net/9p/client.c
1082
p9_debug(P9_DEBUG_9P, "<<< [%d] %x.%llx.%x\n",
net/9p/client.c
1118
p9_debug(P9_DEBUG_9P, ">>> %s fid %d mode %d\n",
net/9p/client.c
1139
p9_debug(P9_DEBUG_9P, "<<< %s qid %x.%llx.%x iounit %x\n",
net/9p/client.c
1162
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1184
p9_debug(P9_DEBUG_9P, "<<< RLCREATE qid %x.%llx.%x iounit %x\n",
net/9p/client.c
1207
p9_debug(P9_DEBUG_9P, ">>> TCREATE fid %d name %s perm %d mode %d\n",
net/9p/client.c
1227
p9_debug(P9_DEBUG_9P, "<<< RCREATE qid %x.%llx.%x iounit %x\n",
net/9p/client.c
1248
p9_debug(P9_DEBUG_9P, ">>> TSYMLINK dfid %d name %s symtgt %s\n",
net/9p/client.c
1265
p9_debug(P9_DEBUG_9P, "<<< RSYMLINK qid %x.%llx.%x\n",
net/9p/client.c
1280
p9_debug(P9_DEBUG_9P, ">>> TLINK dfid %d oldfid %d newname %s\n",
net/9p/client.c
1288
p9_debug(P9_DEBUG_9P, "<<< RLINK\n");
net/9p/client.c
1300
p9_debug(P9_DEBUG_9P, ">>> TFSYNC fid %d datasync:%d\n",
net/9p/client.c
1310
p9_debug(P9_DEBUG_9P, "<<< RFSYNC fid %d\n", fid->fid);
net/9p/client.c
1327
p9_debug(P9_DEBUG_9P, ">>> TCLUNK fid %d (try %d)\n",
net/9p/client.c
1337
p9_debug(P9_DEBUG_9P, "<<< RCLUNK fid %d\n", fid->fid);
net/9p/client.c
1361
p9_debug(P9_DEBUG_9P, ">>> TREMOVE fid %d\n", fid->fid);
net/9p/client.c
1370
p9_debug(P9_DEBUG_9P, "<<< RREMOVE fid %d\n", fid->fid);
net/9p/client.c
1388
p9_debug(P9_DEBUG_9P, ">>> TUNLINKAT fid %d %s %d\n",
net/9p/client.c
1397
p9_debug(P9_DEBUG_9P, "<<< RUNLINKAT fid %d %s\n", dfid->fid, name);
net/9p/client.c
1436
p9_debug(P9_DEBUG_9P, ">>> TREAD fid %d offset %llu %zu\n",
net/9p/client.c
1482
p9_debug(P9_DEBUG_9P, "<<< RREAD count %u\n", received);
net/9p/client.c
1519
p9_debug(P9_DEBUG_9P, ">>> TWRITE fid %d offset %llu count %u (/%zu)\n",
net/9p/client.c
1552
p9_debug(P9_DEBUG_9P, "<<< RWRITE count %u\n", written);
net/9p/client.c
1574
p9_debug(P9_DEBUG_9P, ">>> TWRITE fid %d offset %llu len %d\n",
net/9p/client.c
1604
p9_debug(P9_DEBUG_9P, "<<< RWRITE count %d\n", len);
net/9p/client.c
1619
p9_debug(P9_DEBUG_9P, ">>> TSTAT fid %d\n", fid->fid);
net/9p/client.c
1640
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1670
p9_debug(P9_DEBUG_9P, ">>> TGETATTR fid %d, request_mask %lld\n",
net/9p/client.c
1692
p9_debug(P9_DEBUG_9P, "<<< RGETATTR st_result_mask=%lld\n"
net/9p/client.c
1761
p9_debug(P9_DEBUG_9P, ">>> TWSTAT fid %d\n",
net/9p/client.c
1763
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1783
p9_debug(P9_DEBUG_9P, "<<< RWSTAT fid %d\n", fid->fid);
net/9p/client.c
1798
p9_debug(P9_DEBUG_9P, ">>> TSETATTR fid %d\n", fid->fid);
net/9p/client.c
1799
p9_debug(P9_DEBUG_9P, " valid=%x mode=%x uid=%d gid=%d size=%lld\n",
net/9p/client.c
1804
p9_debug(P9_DEBUG_9P, " atime_sec=%lld atime_nsec=%lld\n",
net/9p/client.c
1806
p9_debug(P9_DEBUG_9P, " mtime_sec=%lld mtime_nsec=%lld\n",
net/9p/client.c
1815
p9_debug(P9_DEBUG_9P, "<<< RSETATTR fid %d\n", fid->fid);
net/9p/client.c
1830
p9_debug(P9_DEBUG_9P, ">>> TSTATFS fid %d\n", fid->fid);
net/9p/client.c
1847
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1867
p9_debug(P9_DEBUG_9P, ">>> TRENAME fid %d newdirfid %d name %s\n",
net/9p/client.c
1877
p9_debug(P9_DEBUG_9P, "<<< RRENAME fid %d\n", fid->fid);
net/9p/client.c
1894
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1905
p9_debug(P9_DEBUG_9P, "<<< RRENAMEAT newdirfid %d new name %s\n",
net/9p/client.c
1930
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1947
p9_debug(P9_DEBUG_9P, "<<< RXATTRWALK fid %d size %llu\n",
net/9p/client.c
1968
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1978
p9_debug(P9_DEBUG_9P, "<<< RXATTRCREATE fid %d\n", fid->fid);
net/9p/client.c
1997
p9_debug(P9_DEBUG_9P, ">>> TREADDIR fid %d offset %llu count %u\n",
net/9p/client.c
2037
p9_debug(P9_DEBUG_9P, "<<< RREADDIR count %u\n", count);
net/9p/client.c
2060
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2073
p9_debug(P9_DEBUG_9P, "<<< RMKNOD qid %x.%llx.%x\n",
net/9p/client.c
2090
p9_debug(P9_DEBUG_9P, ">>> TMKDIR fid %d name %s mode %d gid %d\n",
net/9p/client.c
2102
p9_debug(P9_DEBUG_9P, "<<< RMKDIR qid %x.%llx.%x\n", qid->type,
net/9p/client.c
2118
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2135
p9_debug(P9_DEBUG_9P, "<<< RLOCK status %i\n", *status);
net/9p/client.c
2149
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2168
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2185
p9_debug(P9_DEBUG_9P, ">>> TREADLINK fid %d\n", fid->fid);
net/9p/client.c
2196
p9_debug(P9_DEBUG_9P, "<<< RREADLINK target %s\n", *target);
net/9p/client.c
378
p9_debug(P9_DEBUG_9P, "<<< size=%d type: %d tag: %d\n",
net/9p/client.c
438
p9_debug(P9_DEBUG_9P, "<<< RERROR (%d) %s\n",
net/9p/client.c
448
p9_debug(P9_DEBUG_9P, "<<< RLERROR (%d)\n", -ecode);
net/9p/client.c
484
p9_debug(P9_DEBUG_9P, ">>> TFLUSH tag %d\n", oldtag);
net/9p/client.c
796
p9_debug(P9_DEBUG_9P, ">>> TVERSION msize %d protocol %d\n",
net/9p/client.c
821
p9_debug(P9_DEBUG_9P, "version error %d\n", err);
net/9p/client.c
826
p9_debug(P9_DEBUG_9P, "<<< RVERSION msize %d %s\n", msize, version);
net/9p/client.c
974
p9_debug(P9_DEBUG_9P, "clnt %p\n", clnt);
net/9p/client.c
981
p9_debug(P9_DEBUG_9P, "clnt %p\n", clnt);
net/9p/client.c
995
p9_debug(P9_DEBUG_9P, ">>> TATTACH afid %d uname %s aname %s\n",
net/9p/mod.c
44
if (level == P9_DEBUG_9P)
net/9p/protocol.c
731
p9_debug(P9_DEBUG_9P, "<<< p9stat_read failed: %d\n", ret);
net/9p/protocol.c
756
p9_debug(P9_DEBUG_9P, ">>> size=%d type: %d tag: %d\n",
net/9p/protocol.c
783
p9_debug(P9_DEBUG_9P, "<<< p9dirent_read failed: %d\n", ret);