| /linux/Documentation/filesystems/ |
| A D | sharedsubtree.rst | 60 and the contents of both the mounts remain identical. 89 All slave mounts have a master mount which is a shared. 183 still be able to see the other system mounts. 264 (1) Shared mounts 280 (2) Slave mounts 530 create new mounts that get mounted on the mounts that receive 572 sub-mounts within them are unmounted. 699 mounts. Here is an example. 778 Unclonable mounts come in handy here. 911 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'. [all …]
|
| A D | autofs-mount-control.rst | 11 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 D | autofs.rst | 32 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 D | devpts.rst | 9 and their indices in all other mounts. 11 All mounts of the devpts filesystem now create a ``/dev/pts/ptmx`` node
|
| A D | fuse.rst | 21 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 in several ways: 307 set, super user's processes have unrestricted access to mounts
|
| A D | automount-support.rst | 10 fs/nfs/). This facility includes allowing in-kernel mounts to be 32 [root@andromeda root]# cat /proc/mounts
|
| /linux/init/ |
| A D | Makefile | 8 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/hv/ |
| A D | hv_vss_daemon.c | 116 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 D | ftrace2bconf.sh | 26 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 D | bconf2ftrace.sh | 52 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/scripts/selinux/ |
| A D | install_policy.sh | 79 mounts=`cat /proc/$$/mounts | \ 82 $SF -F file_contexts $mounts
|
| /linux/Documentation/networking/ |
| A D | sysfs-tagging.rst | 31 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 D | resctrlfs.c | 18 FILE *mounts; in find_resctrl_mount() local 21 mounts = fopen("/proc/mounts", "r"); in find_resctrl_mount() 22 if (!mounts) { in find_resctrl_mount() 26 while (!feof(mounts)) { in find_resctrl_mount() 27 if (!fgets(line, 256, mounts)) in find_resctrl_mount() 41 fclose(mounts); in find_resctrl_mount() 48 fclose(mounts); in find_resctrl_mount()
|
| /linux/tools/testing/selftests/pstore/ |
| A D | pstore_post_reboot_tests | 23 mount_info=`grep pstore /proc/mounts` 30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
|
| /linux/tools/testing/selftests/kexec/ |
| A D | kexec_common_lib.sh | 9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}') 48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
|
| /linux/tools/lib/api/fs/ |
| A D | fs.c | 93 const char * const * const mounts; member 110 .mounts = lower_name##__known_mountpoints, \ 193 ptr = fs->mounts; in fs__check_mounts() 267 return getenv(upper_name) ?: *fs->mounts; in mount_overload()
|
| /linux/fs/ |
| A D | mount.h | 11 struct rb_root mounts; /* Protected by namespace_sem */ member 152 rb_erase(&mnt->mnt_node, &mnt->mnt_ns->mounts); in move_from_ns()
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| A D | stress_code_patching.sh | 6 DEBUFS_DIR=`cat /proc/mounts | grep debugfs | awk '{print $2}'`
|
| /linux/tools/testing/selftests/damon/ |
| A D | _chk_dependency.sh | 7 DBGFS=$(grep debugfs /proc/mounts --max-count 1 | awk '{print $2}')
|
| /linux/tools/testing/selftests/gpio/ |
| A D | gpio-mockup-sysfs.sh | 6 SYSFS=`grep -w sysfs /proc/mounts | cut -f2 -d' '`
|
| /linux/tools/testing/selftests/bpf/ |
| A D | ima_setup.sh | 21 local securityfs_dir=$(grep "securityfs" /proc/mounts | awk '{print $2}')
|
| A D | test_bpftool_metadata.sh | 11 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
|
| /linux/tools/testing/selftests/ftrace/ |
| A D | ftracetest | 161 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1` 163 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
|
| /linux/fs/overlayfs/ |
| A D | params.c | 719 struct vfsmount **mounts; in ovl_free_fs() local 733 mounts = (struct vfsmount **) ofs->config.lowerdirs; in ovl_free_fs() 737 mounts[i] = ofs->layers[i].mnt; in ovl_free_fs() 739 kern_unmount_array(mounts, ofs->numlayer); in ovl_free_fs()
|
| /linux/include/linux/ |
| A D | mount.h | 107 extern void mark_mounts_for_expiry(struct list_head *mounts);
|