Symbol: P9_DEBUG_9P
fs/9p/v9fs.c
125
p9_debug(P9_DEBUG_9P, "Cache mode: loose\n");
fs/9p/v9fs.c
128
p9_debug(P9_DEBUG_9P, "Cache mode: fscache\n");
fs/9p/v9fs.c
131
p9_debug(P9_DEBUG_9P, "Cache mode: mmap\n");
fs/9p/v9fs.c
134
p9_debug(P9_DEBUG_9P, "Cache mode: readahead\n");
fs/9p/v9fs.c
137
p9_debug(P9_DEBUG_9P, "Cache mode: none\n");
fs/9p/v9fs.c
366
p9_debug(P9_DEBUG_9P, "Protocol version: %s\n", param->string);
net/9p/client.c
1016
p9_debug(P9_DEBUG_9P, "<<< RATTACH qid %x.%llx.%x\n",
net/9p/client.c
1055
p9_debug(P9_DEBUG_9P, ">>> TWALK fids %d,%d nwname %ud wname[0] %s\n",
net/9p/client.c
1072
p9_debug(P9_DEBUG_9P, "<<< RWALK nwqid %d:\n", nwqids);
net/9p/client.c
1080
p9_debug(P9_DEBUG_9P, "<<< [%d] %x.%llx.%x\n",
net/9p/client.c
1115
p9_debug(P9_DEBUG_9P, ">>> %s fid %d mode %d\n",
net/9p/client.c
1136
p9_debug(P9_DEBUG_9P, "<<< %s qid %x.%llx.%x iounit %x\n",
net/9p/client.c
1159
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1181
p9_debug(P9_DEBUG_9P, "<<< RLCREATE qid %x.%llx.%x iounit %x\n",
net/9p/client.c
1204
p9_debug(P9_DEBUG_9P, ">>> TCREATE fid %d name %s perm %d mode %d\n",
net/9p/client.c
1224
p9_debug(P9_DEBUG_9P, "<<< RCREATE qid %x.%llx.%x iounit %x\n",
net/9p/client.c
1245
p9_debug(P9_DEBUG_9P, ">>> TSYMLINK dfid %d name %s symtgt %s\n",
net/9p/client.c
1262
p9_debug(P9_DEBUG_9P, "<<< RSYMLINK qid %x.%llx.%x\n",
net/9p/client.c
1277
p9_debug(P9_DEBUG_9P, ">>> TLINK dfid %d oldfid %d newname %s\n",
net/9p/client.c
1285
p9_debug(P9_DEBUG_9P, "<<< RLINK\n");
net/9p/client.c
1297
p9_debug(P9_DEBUG_9P, ">>> TFSYNC fid %d datasync:%d\n",
net/9p/client.c
1307
p9_debug(P9_DEBUG_9P, "<<< RFSYNC fid %d\n", fid->fid);
net/9p/client.c
1324
p9_debug(P9_DEBUG_9P, ">>> TCLUNK fid %d (try %d)\n",
net/9p/client.c
1334
p9_debug(P9_DEBUG_9P, "<<< RCLUNK fid %d\n", fid->fid);
net/9p/client.c
1358
p9_debug(P9_DEBUG_9P, ">>> TREMOVE fid %d\n", fid->fid);
net/9p/client.c
1367
p9_debug(P9_DEBUG_9P, "<<< RREMOVE fid %d\n", fid->fid);
net/9p/client.c
1385
p9_debug(P9_DEBUG_9P, ">>> TUNLINKAT fid %d %s %d\n",
net/9p/client.c
1394
p9_debug(P9_DEBUG_9P, "<<< RUNLINKAT fid %d %s\n", dfid->fid, name);
net/9p/client.c
1433
p9_debug(P9_DEBUG_9P, ">>> TREAD fid %d offset %llu %zu\n",
net/9p/client.c
1479
p9_debug(P9_DEBUG_9P, "<<< RREAD count %u\n", received);
net/9p/client.c
1516
p9_debug(P9_DEBUG_9P, ">>> TWRITE fid %d offset %llu count %u (/%zu)\n",
net/9p/client.c
1549
p9_debug(P9_DEBUG_9P, "<<< RWRITE count %u\n", written);
net/9p/client.c
1571
p9_debug(P9_DEBUG_9P, ">>> TWRITE fid %d offset %llu len %d\n",
net/9p/client.c
1601
p9_debug(P9_DEBUG_9P, "<<< RWRITE count %d\n", len);
net/9p/client.c
1616
p9_debug(P9_DEBUG_9P, ">>> TSTAT fid %d\n", fid->fid);
net/9p/client.c
1637
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1667
p9_debug(P9_DEBUG_9P, ">>> TGETATTR fid %d, request_mask %lld\n",
net/9p/client.c
1689
p9_debug(P9_DEBUG_9P, "<<< RGETATTR st_result_mask=%lld\n"
net/9p/client.c
1758
p9_debug(P9_DEBUG_9P, ">>> TWSTAT fid %d\n",
net/9p/client.c
1760
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1780
p9_debug(P9_DEBUG_9P, "<<< RWSTAT fid %d\n", fid->fid);
net/9p/client.c
1795
p9_debug(P9_DEBUG_9P, ">>> TSETATTR fid %d\n", fid->fid);
net/9p/client.c
1796
p9_debug(P9_DEBUG_9P, " valid=%x mode=%x uid=%d gid=%d size=%lld\n",
net/9p/client.c
1801
p9_debug(P9_DEBUG_9P, " atime_sec=%lld atime_nsec=%lld\n",
net/9p/client.c
1803
p9_debug(P9_DEBUG_9P, " mtime_sec=%lld mtime_nsec=%lld\n",
net/9p/client.c
1812
p9_debug(P9_DEBUG_9P, "<<< RSETATTR fid %d\n", fid->fid);
net/9p/client.c
1827
p9_debug(P9_DEBUG_9P, ">>> TSTATFS fid %d\n", fid->fid);
net/9p/client.c
1844
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1864
p9_debug(P9_DEBUG_9P, ">>> TRENAME fid %d newdirfid %d name %s\n",
net/9p/client.c
1874
p9_debug(P9_DEBUG_9P, "<<< RRENAME fid %d\n", fid->fid);
net/9p/client.c
1891
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1902
p9_debug(P9_DEBUG_9P, "<<< RRENAMEAT newdirfid %d new name %s\n",
net/9p/client.c
1927
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1944
p9_debug(P9_DEBUG_9P, "<<< RXATTRWALK fid %d size %llu\n",
net/9p/client.c
1965
p9_debug(P9_DEBUG_9P,
net/9p/client.c
1975
p9_debug(P9_DEBUG_9P, "<<< RXATTRCREATE fid %d\n", fid->fid);
net/9p/client.c
1994
p9_debug(P9_DEBUG_9P, ">>> TREADDIR fid %d offset %llu count %u\n",
net/9p/client.c
2034
p9_debug(P9_DEBUG_9P, "<<< RREADDIR count %u\n", count);
net/9p/client.c
2057
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2070
p9_debug(P9_DEBUG_9P, "<<< RMKNOD qid %x.%llx.%x\n",
net/9p/client.c
2087
p9_debug(P9_DEBUG_9P, ">>> TMKDIR fid %d name %s mode %d gid %d\n",
net/9p/client.c
2099
p9_debug(P9_DEBUG_9P, "<<< RMKDIR qid %x.%llx.%x\n", qid->type,
net/9p/client.c
2115
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2132
p9_debug(P9_DEBUG_9P, "<<< RLOCK status %i\n", *status);
net/9p/client.c
2146
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2165
p9_debug(P9_DEBUG_9P,
net/9p/client.c
2182
p9_debug(P9_DEBUG_9P, ">>> TREADLINK fid %d\n", fid->fid);
net/9p/client.c
2193
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
794
p9_debug(P9_DEBUG_9P, ">>> TVERSION msize %d protocol %d\n",
net/9p/client.c
819
p9_debug(P9_DEBUG_9P, "version error %d\n", err);
net/9p/client.c
824
p9_debug(P9_DEBUG_9P, "<<< RVERSION msize %d %s\n", msize, version);
net/9p/client.c
972
p9_debug(P9_DEBUG_9P, "clnt %p\n", clnt);
net/9p/client.c
979
p9_debug(P9_DEBUG_9P, "clnt %p\n", clnt);
net/9p/client.c
993
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);