Home
last modified time | relevance | path

Searched refs:mounts (Results 1 – 25 of 78) sorted by relevance

1234

/linux/Documentation/filesystems/
A Dsharedsubtree.rst60 and the contents of both the mounts remain identical.
89 All slave mounts have a master mount which is a shared.
182 still be able to see the other system mounts.
263 (1) Shared mounts
279 (2) Slave mounts
529 create new mounts that get mounted on the mounts that receive
571 sub-mounts within them are unmounted.
696 mounts. Here is an example.
775 Unclonable mounts come in handy here.
907 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'.
[all …]
A Dautofs-mount-control.rst11 restarting autofs when there are busy mounts).
19 certain types of autofs triggered mounts can end up covering an autofs
23 Currently autofs uses "umount -l" (lazy umount) to clear active mounts
31 mounts. Immediately one thinks of just adding the ability to remount
33 because autofs direct mounts and the implementation of "on demand mount
61 mounts are triggered for each sub-directory key by the inode lookup
97 cases (in 2.4) where the available number of mounts are exhausted or
119 offset mounts in place we need to be able to obtain a file handle
139 involves scanning /proc/mounts and since it needs to be done quite
162 the daemon until we can't umount any more mounts, then return the
[all …]
A Dautofs.rst32 and mounts filesystems. This will often be the "automount" program,
125 about this dentry and normal checks for mounts and automounts
132 - A return value of `-EISDIR` tells the VFS to ignore any mounts
204 The VFS has a mechanism for automatically expiring unused mounts,
248 there can be an accumulation of mounts that aren't actually being
251 preventing this apparent inability to expire mounts that aren't
267 setting of an expire timeout for individual mounts. But there are
290 indirect mounts. If it selects an object to expire, it will notify
563 mounts from consideration when reading the mounts list.
565 autofs, name spaces, and shared mounts
[all …]
A Ddevpts.rst9 and their indicies in all other mounts.
11 All mounts of the devpts filesystem now create a ``/dev/pts/ptmx`` node
A Didmappings.rst535 Idmappings on idmapped mounts
600 But the usecases mentioned above and more can be handled by idmapped mounts.
602 different mounts. This is achieved by marking the mounts with a user namespace
607 Idmapped mounts make it possible to change ownership in a temporary and
618 However, it is perfectly possible to combine idmapped mounts with filesystems
713 of idmapped mounts.
857 We've seen above how idmapped mounts can be used to translate between
869 Aside from containerized workloads, idmapped mounts have the advantage that
883 Idmapped mounts allow to solve this problem. A user can create an idmapped
970 vfsmount``. Idmapped mounts are thus mounts that have a non-initial user
[all …]
A Dfuse.rst21 user. NOTE: this is not the same as mounts allowed with the "user"
45 non-privileged mounts. This opens up new possibilities for the use of
104 option is only valid for 'fuseblk' type mounts.
204 How do non-privileged mounts work?
210 The implication of providing non-privileged mounts is that the mount
235 for non-privileged mounts.
291 mounts, it can relax the last limitation with a 'user_allow_other'
A Dautomount-support.rst10 fs/nfs/). This facility includes allowing in-kernel mounts to be
32 [root@andromeda root]# cat /proc/mounts
/linux/init/
A DMakefile8 obj-y := main.o version.o mounts.o
18 mounts-y := do_mounts.o
19 mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o
20 mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o
/linux/tools/lib/api/fs/
A Dfs.c90 const char * const *mounts; member
113 .mounts = sysfs__fs_known_mountpoints,
119 .mounts = procfs__known_mountpoints,
125 .mounts = debugfs__known_mountpoints,
131 .mounts = tracefs__known_mountpoints,
137 .mounts = hugetlbfs__known_mountpoints,
143 .mounts = bpf_fs__known_mountpoints,
188 ptr = fs->mounts; in fs__check_mounts()
278 return getenv(upper_name) ?: *fs->mounts; in mount_overload()
/linux/tools/hv/
A Dhv_vss_daemon.c116 FILE *mounts; in vss_operate() local
135 mounts = setmntent("/proc/mounts", "r"); in vss_operate()
136 if (mounts == NULL) in vss_operate()
139 while ((ent = getmntent(mounts))) { in vss_operate()
167 endmntent(mounts); in vss_operate()
186 endmntent(mounts); in vss_operate()
/linux/tools/bootconfig/scripts/
A Dftrace2bconf.sh26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
28 if ! grep -wq debugfs /proc/mounts; then
32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
A Dbconf2ftrace.sh52 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
54 if ! grep -wq debugfs /proc/mounts; then
58 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
/linux/Documentation/networking/
A Dsysfs-tagging.rst31 kobj_nstype first mounts sysfs, a new superblock is created. It
32 will be differentiated from other sysfs mounts by having its
34 through bind mounting and mounts propagation, a task can easily view
35 the contents of other namespaces' sysfs mounts. Therefore, when a
/linux/tools/testing/selftests/resctrl/
A Dresctrlfs.c15 FILE *mounts; in find_resctrl_mount() local
18 mounts = fopen("/proc/mounts", "r"); in find_resctrl_mount()
19 if (!mounts) { in find_resctrl_mount()
23 while (!feof(mounts)) { in find_resctrl_mount()
24 if (!fgets(line, 256, mounts)) in find_resctrl_mount()
38 fclose(mounts); in find_resctrl_mount()
45 fclose(mounts); in find_resctrl_mount()
/linux/scripts/selinux/
A Dinstall_policy.sh80 mounts=`cat /proc/$$/mounts | \
83 $SF -F file_contexts $mounts
/linux/tools/testing/selftests/pstore/
A Dpstore_post_reboot_tests23 mount_info=`grep pstore /proc/mounts`
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/linux/tools/testing/selftests/kexec/
A Dkexec_common_lib.sh9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}')
48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
/linux/tools/testing/selftests/powerpc/mm/
A Dstress_code_patching.sh6 DEBUFS_DIR=`cat /proc/mounts | grep debugfs | awk '{print $2}'`
/linux/fs/cifs/
A DKconfig50 CIFS mounts can provide slightly better POSIX compatibility
51 than SMB3 mounts. SMB2/SMB3 mount options are also
81 on mounts with cifs.ko
161 servers if their addresses change or for implicit mounts of
/linux/tools/testing/selftests/ftrace/
A Dftracetest149 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
151 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
/linux/tools/testing/selftests/bpf/
A Dima_setup.sh21 local securityfs_dir=$(grep "securityfs" /proc/mounts | awk '{print $2}')
A Dtest_bpftool_metadata.sh8 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
/linux/tools/testing/selftests/gpio/
A Dgpio-mockup-sysfs.sh6 SYSFS=`grep -w sysfs /proc/mounts | cut -f2 -d' '`
/linux/fs/
A Dnamespace.c923 n->mounts += n->pending_mounts; in commit_tree()
1531 ns->mounts--; in umount_tree()
2070 mounts++; in count_mounts()
2072 old = ns->mounts; in count_mounts()
2078 (mounts > (max - sum))) in count_mounts()
2436 ns->mounts++; in open_detached_copy()
3091 if (list_empty(mounts)) in mark_mounts_for_expiry()
3451 new_ns->mounts++; in copy_mnt_ns()
3494 ns->mounts++; in mount_subtree()
3675 ns->mounts = 1; in SYSCALL_DEFINE3()
[all …]
/linux/Documentation/admin-guide/nfs/
A Dnfs-rdma.rst57 version with support for NFS/RDMA mounts, but for various reasons we
86 or v4 mounts. To initiate a v4 mount, the binary must be called
96 In this location, mount.nfs will be invoked automatically for NFS mounts
289 To verify that the mount is using RDMA, run "cat /proc/mounts" and check

Completed in 52 milliseconds

1234