9P Filesystems.
More...
9P Filesystems.
This module provides an implementation of the 9P filesystem protocol where the kernel acts as a client to a 9P server, allowing the 9P server to be mounted as a filesystem within the kernel's VFS.
The 9p filesystem supports the following options:
in: The file descriptor to read 9P messages from.
out: The file descriptor to write 9P messages to.
version: The 9P protocol version to use, currently only 9P2000 is supported, the default is 9P2000.
- See also
- 9P Protocol for the 9P protocol definitions.
-
http://rfc.nop.hu/plan9/rfc9p.pdf for the 9P protocol specification.
◆ ninep_super_cleanup()
Definition at line 34 of file 9p.c.
◆ ninep_mount()
Definition at line 52 of file 9p.c.
◆ superOps
Initial value:= {
}
static void ninep_super_cleanup(superblock_t *sb)
Definition at line 48 of file 9p.c.
◆ ninep
Initial value:= {
.name = "9p",
}
static dentry_t * ninep_mount(filesystem_t *fs, const char *options, void *data)
Definition at line 152 of file 9p.c.