aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/filesystem.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-07-08 15:08:48 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-07-08 22:52:24 +0200
commiteb5690a56d4a550498e4c0540eb4fa703c9b87e9 (patch)
tree29dda291fab8cbf0bc9d00f30d6a03412de8a779 /sys/linux/filesystem.txt
parent1c667063a8d344ba09336ad43c69a2de5487f056 (diff)
sys/linux: extend 9p descriptions
Add actual protocol messages.
Diffstat (limited to 'sys/linux/filesystem.txt')
-rw-r--r--sys/linux/filesystem.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt
index ad5bc60f3..ad637488a 100644
--- a/sys/linux/filesystem.txt
+++ b/sys/linux/filesystem.txt
@@ -77,6 +77,8 @@ type fs_opt[NAME, TYPE] {
} [packed]
type fs_opt_str[NAME] fs_opt[NAME, stringnoz]
+type fs_opt_hex[NAME, VAL] fs_opt[NAME, fmt[hex, VAL]]
+type fs_opt_dec1[NAME, VAL] fs_opt[NAME, fmt[dec, VAL]]
type fs_opt_oct[NAME] fs_opt[NAME, array[int8['0':'7']]]
type fs_opt_dec[NAME] fs_opt[NAME, array[flags[fs_opt_digits, int8]]]
type fs_opt_dec_suffix[NAME] fs_opt[NAME, array[flags[fs_opt_digits_suffix, int8]]]