Lines Matching full:response
66 * @P9_RLERROR: response for any failed request for 9P2000.L
68 * @P9_RSTATFS: file system status response
70 * @P9_RSYMLINK: make symlink response
72 * @P9_RMKNOD: create a special file object response
74 * @P9_RLOPEN: response with qid and iounit (9P2000.L)
76 * @P9_RLCREATE: response with file access information for 9P2000.L
78 * @P9_RRENAME: rename response
80 * @P9_RREADLINK: response with symbolic link target (9P2000.L)
82 * @P9_RGETATTR: get file attributes response (9P2000.L)
84 * @P9_RSETATTR: set file attributes response (9P2000.L)
86 * @P9_RXATTRWALK: response with extended attribute size (9P2000.L)
88 * @P9_RXATTRCREATE: set extended attribute response (9P2000.L)
90 * @P9_RREADDIR: read directory entries response (9P2000.L)
92 * @P9_RFSYNC: flush cached file data to storage response (9P2000.L)
94 * @P9_RLOCK: POSIX record lock response (9P2000.L)
96 * @P9_RGETLOCK: POSIX record lock test response (9P2000.L)
98 * @P9_RLINK: hard link response (9P2000.L)
100 * @P9_RRENAMEAT: rename response (9P2000.L)
102 * @P9_RUNLINKAT: unlink response (9P2000.L)
104 * @P9_RMKDIR: create a directory response (9P2000.L)
106 * @P9_RVERSION: version handshake response
108 * @P9_RAUTH: response with authentication information
110 * @P9_RATTACH: response with top level handle to file hierarchy
112 * @P9_RERROR: response for any failed request
114 * @P9_RFLUSH: response when previous request has been cancelled
116 * @P9_RWALK: response with new handle for position within hierarchy
118 * @P9_ROPEN: response with file access information
120 * @P9_RCREATE: response with file access information
122 * @P9_RREAD: response with data requested
124 * @P9_RWRITE: response with out much data was transferred to file
126 * @P9_RCLUNK: response when server has forgotten about the handle
128 * @P9_RREMOVE: response when server has removed the entity
130 * @P9_RSTAT: response with file entity attributes
132 * @P9_RWSTAT: response when file entity attributes are updated