aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p/9p.h
diff options
context:
space:
mode:
authorVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>2010-09-22 20:19:19 -0400
committerEric Van Hensbergen <ericvh@gmail.com>2010-10-28 10:08:47 -0400
commit920e65dc6911da28a58e17f4b683302636fc6d8e (patch)
tree761280ee48576a45d13df5df685ea6b9da7fd775 /include/net/9p/9p.h
parentb04faaf3717307cd976a15667c8c24161c1d24ef (diff)
[9p] Introduce client side TFSYNC/RFSYNC for dotl.
SYNOPSIS size[4] Tfsync tag[2] fid[4] size[4] Rfsync tag[2] DESCRIPTION The Tfsync transaction transfers ("flushes") all modified in-core data of file identified by fid to the disk device (or other permanent storage device) where that file resides. Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'include/net/9p/9p.h')
-rw-r--r--include/net/9p/9p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h
index a4a1b043a8c..55e96057f47 100644
--- a/include/net/9p/9p.h
+++ b/include/net/9p/9p.h
@@ -163,6 +163,8 @@ enum p9_msg_t {
163 P9_RXATTRCREATE, 163 P9_RXATTRCREATE,
164 P9_TREADDIR = 40, 164 P9_TREADDIR = 40,
165 P9_RREADDIR, 165 P9_RREADDIR,
166 P9_TFSYNC = 50,
167 P9_RFSYNC,
166 P9_TLINK = 70, 168 P9_TLINK = 70,
167 P9_RLINK, 169 P9_RLINK,
168 P9_TMKDIR = 72, 170 P9_TMKDIR = 72,