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.rst966 This is possible with the hostfs virtual filesystem. With it, you
974 confine hostfs to a specific "harmless" directory (for example ``/var/tmp``)
977 Using hostfs
980 To begin with, make sure that hostfs is available inside the virtual
985 ``hostfs`` should be listed. If it's not, either rebuild the kernel
986 with hostfs configured into it or make sure that hostfs is built as a
992 # mount none /mnt/host -t hostfs
998 # mount none /mnt/home -t hostfs -o /home
1002 hostfs as the root filesystem
1006 hostfs rather than using the standard filesystem in a file.
[all …]
/linux/fs/
H A DMakefile116 obj-y += hostfs/
/linux/arch/um/
H A DKconfig180 mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
187 <http://user-mode-linux.sourceforge.net/hostfs.html>.
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c6837 FIXTURE_VARIANT_ADD(layout3_fs, hostfs) { in FIXTURE_VARIANT_ADD() argument
/linux/
H A DMAINTAINERS27202 F: fs/hostfs/