• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/

Lines Matching refs:p9_client_rpc

96 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...);
505 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag);
522 * p9_client_rpc - issue a request and wait for a response
531 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...)
686 req = p9_client_rpc(c, P9_TVERSION, "ds",
690 req = p9_client_rpc(c, P9_TVERSION, "ds",
694 req = p9_client_rpc(c, P9_TVERSION, "ds",
859 req = p9_client_rpc(clnt, P9_TATTACH, "ddss?d", fid->fid,
908 req = p9_client_rpc(clnt, P9_TAUTH, "dss?d",
967 req = p9_client_rpc(clnt, P9_TWALK, "ddT", oldfid->fid, fid->fid,
1033 req = p9_client_rpc(clnt, P9_TLOPEN, "dd", fid->fid, mode);
1035 req = p9_client_rpc(clnt, P9_TOPEN, "db", fid->fid, mode);
1077 req = p9_client_rpc(clnt, P9_TLCREATE, "dsddd", ofid->fid, name, flags,
1122 req = p9_client_rpc(clnt, P9_TCREATE, "dsdb?s", fid->fid, name, perm,
1161 req = p9_client_rpc(clnt, P9_TSYMLINK, "dssd", dfid->fid, name, symtgt,
1192 req = p9_client_rpc(clnt, P9_TLINK, "dds", dfid->fid, oldfid->fid,
1213 req = p9_client_rpc(clnt, P9_TCLUNK, "d", fid->fid);
1239 req = p9_client_rpc(clnt, P9_TREMOVE, "d", fid->fid);
1276 req = p9_client_rpc(clnt, P9_TREAD, "dqd", fid->fid, offset, rsize);
1333 req = p9_client_rpc(clnt, P9_TWRITE, "dqD", fid->fid, offset,
1336 req = p9_client_rpc(clnt, P9_TWRITE, "dqU", fid->fid, offset,
1377 req = p9_client_rpc(clnt, P9_TSTAT, "d", fid->fid);
1428 req = p9_client_rpc(clnt, P9_TGETATTR, "dq", fid->fid, request_mask);
1519 req = p9_client_rpc(clnt, P9_TWSTAT, "dwS", fid->fid, wst->size+2, wst);
1550 req = p9_client_rpc(clnt, P9_TSETATTR, "dI", fid->fid, p9attr);
1574 req = p9_client_rpc(clnt, P9_TSTATFS, "d", fid->fid);
1614 req = p9_client_rpc(clnt, P9_TRENAME, "dds", fid->fid,
1652 req = p9_client_rpc(clnt, P9_TXATTRWALK, "dds",
1691 req = p9_client_rpc(clnt, P9_TXATTRCREATE, "dsqd",
1725 req = p9_client_rpc(clnt, P9_TREADDIR, "dqd", fid->fid, offset, rsize);
1763 req = p9_client_rpc(clnt, P9_TMKNOD, "dsdddd", fid->fid, name, mode,
1794 req = p9_client_rpc(clnt, P9_TMKDIR, "dsdd", fid->fid, name, mode,