Home
last modified time | relevance | path

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

/Linux-v6.6/fs/hostfs/
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-v6.6/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst964 This is possible with the hostfs virtual filesystem. With it, you
972 confine hostfs to a specific "harmless" directory (for example ``/var/tmp``)
975 Using hostfs
978 To begin with, make sure that hostfs is available inside the virtual
983 ``hostfs`` should be listed. If it's not, either rebuild the kernel
984 with hostfs configured into it or make sure that hostfs is built as a
990 # mount none /mnt/host -t hostfs
996 # mount none /mnt/home -t hostfs -o /home
1000 hostfs as the root filesystem
1004 hostfs rather than using the standard filesystem in a file.
[all …]
/Linux-v6.6/arch/um/
DKconfig139 mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
146 <http://user-mode-linux.sourceforge.net/hostfs.html>.
/Linux-v6.6/fs/
DMakefile118 obj-y += hostfs/
/Linux-v6.6/tools/testing/selftests/landlock/
Dfs_test.c4559 FIXTURE_VARIANT_ADD(layout3_fs, hostfs) { in FIXTURE_VARIANT_ADD() argument
/Linux-v6.6/
DMAINTAINERS22472 F: fs/hostfs/