Home
last modified time | relevance | path

Searched refs:hostfs (Results 1 – 6 of 6) sorted by relevance

/linux/fs/hostfs/
H A DMakefile6 hostfs-objs := hostfs_kern.o
8 hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o
10 obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
11 obj-$(CONFIG_HOSTFS) += hostfs.o
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst999 This is possible with the hostfs virtual filesystem. With it, you
1007 confine hostfs to a specific "harmless" directory (for example ``/var/tmp``)
1010 Using hostfs
1013 To begin with, make sure that hostfs is available inside the virtual
1018 ``hostfs`` should be listed. If it's not, either rebuild the kernel
1019 with hostfs configured into it or make sure that hostfs is built as a
1025 # mount none /mnt/host -t hostfs
1031 # mount none /mnt/home -t hostfs -o /home
1035 hostfs as the root filesystem
1039 hostfs rather than using the standard filesystem in a file.
[all …]
/linux/arch/um/
H A DKconfig144 mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
151 <http://user-mode-linux.sourceforge.net/hostfs.html>.
/linux/fs/
H A DMakefile116 obj-y += hostfs/
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c5184 FIXTURE_VARIANT_ADD(layout3_fs, hostfs) { in FIXTURE_VARIANT_ADD() argument
/linux/
H A DMAINTAINERS24482 F: fs/hostfs/