From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/fio/mmap.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/fio/mmap.inc (limited to 'sys/fio/mmap.inc') diff --git a/sys/fio/mmap.inc b/sys/fio/mmap.inc new file mode 100644 index 00000000..aebc0f27 --- /dev/null +++ b/sys/fio/mmap.inc @@ -0,0 +1,8 @@ +# map 6 file modes into one of five simpler modes +int mmap[TEMP_FILE] +data mmap[READ_ONLY] /READ_ONLY/ +data mmap[READ_WRITE] /READ_WRITE/ +data mmap[WRITE_ONLY] /WRITE_ONLY/ +data mmap[APPEND] /APPEND/ +data mmap[NEW_FILE] /NEW_FILE/ +data mmap[TEMP_FILE] /NEW_FILE/ -- cgit