Lines Matching +full:display +full:- +full:backend
21 http://xcpu.org/papers/xcpu-talk.pdf
25 http://xcpu.org/papers/cellfs-talk.pdf
28 * VirtFS: A Virtualization Aware File System pass-through
36 mount -t 9p 10.10.1.2 /mnt/9
40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
44 mount -t 9p -o trans=virtio <mount_tag> /mnt/9
56 unix - specifying a named pipe mount point
57 tcp - specifying a normal TCP/IP connection
58 fd - used passed file descriptors for connection
60 virtio - connect to the next virtio channel available
62 rdma - connect to a specified RDMA channel
75 intended for exclusive, read-only mounts
76 fscache = use FS-Cache for a persistent, read-only
77 cache backend.
78 mmap = minimal cache that is only used for read-write
82 0x01 = display verbose error messages
84 0x04 = display 9p trace
85 0x08 = display VFS trace
86 0x10 = display Marshalling debug
87 0x20 = display RPC debug
88 0x40 = display transport debug
89 0x80 = display allocation debug
90 0x100 = display protocol message debug
91 0x200 = display Fid debug
92 0x400 = display packet debug
93 0x800 = display fscache tracing debug
106 9p2000 - Legacy mode (same as noextend)
107 9p2000.u - Use 9P2000.u protocol
108 9p2000.L - Use 9P2000.L protocol
114 afid security channel - used by Plan 9 authentication protocols
116 nodevmap do not map special files - represent them as normal files.
140 http://ericvh.github.com/9p-rfc/
143 http://9p.cat-v.org/implementations
157 http://plan9.bell-labs.com/plan9