| /linux-4.4.14/init/ |
| D | Makefile | 5 obj-y := main.o version.o mounts.o 17 mounts-y := do_mounts.o 18 mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o 19 mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o 20 mounts-$(CONFIG_BLK_DEV_MD) += do_mounts_md.o
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | sharedsubtree.txt | 30 Shared subtree provides four different flavors of mounts; struct vfsmount to be 53 and the contents of both the mounts remain identical. 79 All slave mounts have a master mount which is a shared. 169 B) A process wants its mounts invisible to any other process, but 170 still be able to see the other system mounts. 184 Hence forth any mounts within the /myprivatetree done by the 185 process will not show up in any other namespace. However mounts 195 The above semantics allows a way to share mounts across 250 (1) Shared mounts 261 /mnt or /tmp reflect in all the other mounts of its peer [all …]
|
| D | sysfs-tagging.txt | 28 kobj_nstype first mounts sysfs, a new superblock is created. It 29 will be differentiated from other sysfs mounts by having its 31 through bind mounting and mounts propagation, a task can easily view 32 the contents of other namespaces' sysfs mounts. Therefore, when a
|
| D | autofs4-mount-control.txt | 9 restarting autofs when there are busy mounts). 17 certain types of autofs triggered mounts can end up covering an autofs 21 Currently autofs uses "umount -l" (lazy umount) to clear active mounts 29 mounts. Immediately one thinks of just adding the ability to remount 31 because autofs direct mounts and the implementation of "on demand mount 59 mounts are triggered for each sub-directory key by the inode lookup 63 The way that direct mounts are handled is by making an autofs mount on 95 cases (in 2.4) where the available number of mounts are exhausted or 102 offsets are implemented using the same mechanism as the direct mounts 117 offset mounts in place we need to be able to obtain a file handle [all …]
|
| D | devpts.txt | 79 multi-instance mounts similarly. 91 instance mounts. 100 When all devpts mounts are multi-instance, /dev/ptmx can permanently be 130 To workaround this and have strict isolation, all mounts of devpts,
|
| D | fuse.txt | 18 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 116 option is only valid for 'fuseblk' type mounts. 218 How do non-privileged mounts work? 224 The implication of providing non-privileged mounts is that the mount 251 for non-privileged mounts. 307 mounts, it can relax the last limitation with a "user_allow_other"
|
| D | automount-support.txt | 3 fs/nfs/). This facility includes allowing in-kernel mounts to be 26 [root@andromeda root]# cat /proc/mounts
|
| D | bfs.txt | 32 /proc/mounts. You will need to do it manually using "-d" switch of
|
| D | nilfs2.txt | 76 read-only mounts or snapshots. This option will fail 77 for r/w mounts on an unclean volume.
|
| D | gfs2-uevents.txt | 90 assigned for spectator mounts) then this will give the
|
| D | ubifs.txt | 52 so it mounts many times faster than JFFS2.
|
| D | 9p.txt | 75 intended for exclusive, read-only mounts
|
| D | tmpfs.txt | 51 loop mounts of tmpfs files do work, so mkinitrd shipped by most
|
| D | afs.txt | 210 If a key is acquired, then all AFS operations, including mounts and automounts,
|
| D | btrfs.txt | 92 Allow mounts to continue with missing devices. A read-write mount may
|
| D | affs.txt | 107 Amiga filesystem will be owned by the user who actually mounts the
|
| D | ntfs.txt | 193 setting is not persistent across mounts and can be 210 Note this option is irrelevant for read-only mounts.
|
| D | vfs.txt | 185 all mounts 296 /proc/<pid>/mounts. (see "Mount Options" section) 1059 ignore d_automount or any mounts. 1154 based on the information found in /proc/mounts.
|
| D | vfat.txt | 170 option also mounts the filesystem readonly.
|
| D | ramfs-rootfs-initramfs.txt | 68 tmpfs mounts. See Documentation/filesystems/tmpfs.txt for more information.
|
| D | proc.txt | 41 3.5 /proc/<pid>/mountinfo - Information about mounts 597 mounts Mounted filesystems 1650 3.5 /proc/<pid>/mountinfo - Information about mounts
|
| /linux-4.4.14/tools/lib/api/fs/ |
| D | fs.c | 71 const char * const *mounts; member 91 .mounts = sysfs__fs_known_mountpoints, 96 .mounts = procfs__known_mountpoints, 101 .mounts = debugfs__known_mountpoints, 106 .mounts = tracefs__known_mountpoints, 149 ptr = fs->mounts; in fs__check_mounts() 228 return getenv(upper_name) ?: *fs->mounts; in mount_overload()
|
| /linux-4.4.14/tools/hv/ |
| D | hv_vss_daemon.c | 71 FILE *mounts; in vss_operate() local 88 mounts = setmntent("/proc/mounts", "r"); in vss_operate() 89 if (mounts == NULL) in vss_operate() 92 while ((ent = getmntent(mounts))) { in vss_operate() 108 endmntent(mounts); in vss_operate() 121 endmntent(mounts); in vss_operate()
|
| /linux-4.4.14/scripts/selinux/ |
| D | install_policy.sh | 59 mounts=`cat /proc/$$/mounts | egrep "ext2|ext3|xfs|jfs|ext4|ext4dev|gfs2" | awk '{ print $2 '}` 60 $SF file_contexts $mounts 63 dodev=`cat /proc/$$/mounts | grep "/dev "`
|
| /linux-4.4.14/tools/testing/selftests/pstore/ |
| D | pstore_post_reboot_tests | 20 mount_info=`grep pstore /proc/mounts` 27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
|
| /linux-4.4.14/fs/cifs/ |
| D | Kconfig | 72 mounts may be less secure than mounts using NTLM or more recent 77 used automatically. At runtime LANMAN mounts are disabled but 161 IP addresses) which is needed for implicit mounts of DFS junction 190 CIFS mounts can provide slightly better POSIX compatibility 191 than SMB3 mounts do though). Note that SMB2/SMB3 mount
|
| /linux-4.4.14/tools/nfsd/ |
| D | inject_fault.sh | 8 DEBUGFS=`cat /proc/mounts | grep debugfs`
|
| /linux-4.4.14/include/linux/ |
| D | mount.h | 94 extern void mark_mounts_for_expiry(struct list_head *mounts);
|
| /linux-4.4.14/tools/testing/selftests/efivarfs/ |
| D | efivarfs.sh | 15 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
|
| /linux-4.4.14/Documentation/filesystems/nfs/ |
| D | nfs-rdma.txt | 67 version with support for NFS/RDMA mounts, but for various reasons we 94 or v4 mounts. To initiate a v4 mount, the binary must be called 102 In this location, mount.nfs will be invoked automatically for NFS mounts 271 To verify that the mount is using RDMA, run "cat /proc/mounts" and check
|
| /linux-4.4.14/tools/testing/selftests/ftrace/ |
| D | ftracetest | 90 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
|
| /linux-4.4.14/Documentation/filesystems/cifs/ |
| D | README | 93 Note that when the mount.cifs utility is run suid (allowing user mounts), 99 by simply specifying "nosuid" among the mount options. For user mounts 114 mounts, unless umount is invoked with -i (which will avoid invoking a umount 122 Also note that the customary way of allowing user mounts and unmounts is 266 passed in on mount. For mounts to servers 280 is configured setuid for user mounts) unless the "uid=" 365 program to be executed. This is only meaningful for mounts 375 be executed (default for mounts when executed as root, 376 nosuid is default for user mounts). 397 non CIFS Unix Extension mounts for cases in which the default [all …]
|
| D | CHANGES | 14 cifs_put_smb_ses. Fix mmap to work on directio mounts (needed 21 sendfile will now work over cifs mounts again. Add noforcegid 49 session setup to distinguish multiple mounts to same server from different 127 storing of mode (e.g. Windows servers, when client mounts without cifsacl 140 cifsacl flag). Fix prefixpath path separator so we can handle mounts 230 Support deep tree mounts. Better support OS/2, Win9x (DOS) time stamps. 350 for long filenames on mounts which were done with "mapchars" mount option 490 and gid of newly created files). Normally for network filesystem mounts 573 Fix reconnection (and certain failed mounts) to properly wake up the 638 Gracefully clean up failed mounts when attempting to mount to servers such as [all …]
|
| /linux-4.4.14/fs/nfs/ |
| D | Kconfig | 24 To configure a system which mounts its root file system via NFS 95 This option enables swapon to work on files located on NFS mounts.
|
| /linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
| D | initrd.txt | 35 ln -sf /proc/mounts /etc/mtab
|
| /linux-4.4.14/Documentation/filesystems/pohmelfs/ |
| D | info.txt | 8 Administrator can add or remove servers from the given index, so all mounts,
|
| /linux-4.4.14/fs/ext4/ |
| D | Kconfig | 72 file system mounts. This allows users to reduce their
|
| /linux-4.4.14/tools/perf/Documentation/ |
| D | perf-kvm.txt | 80 Guest os root file system mount directory. Users mounts guest os
|
| /linux-4.4.14/Documentation/ |
| D | binfmt_misc.txt | 80 /etc/fstab so it auto mounts on boot.
|
| D | sysfs-rules.txt | 31 Parsing /proc/mounts is a waste of time. Other mount points are a
|
| D | nommu-mmap.txt | 170 on ramfs or tmpfs mounts.
|
| D | initrd.txt | 38 6) init mounts the "real" root file system
|
| D | devices.txt | 86 0 Unnamed devices (e.g. non-device mounts) 2249 144 block Expansion Area #1 for more non-device (e.g. NFS) mounts 2274 145 block Expansion Area #2 for more non-device (e.g. NFS) mounts 2283 146 block Expansion Area #3 for more non-device (e.g. NFS) mounts
|
| /linux-4.4.14/Documentation/usb/ |
| D | persist.txt | 97 Filesystem mounts and memory mappings are unaffected, and the world is
|
| D | mass-storage.txt | 104 MS Windows mounts removable storage in “Removal optimised mode” by
|
| /linux-4.4.14/fs/affs/ |
| D | Changes | 317 mounts.
|
| /linux-4.4.14/Documentation/filesystems/configfs/ |
| D | configfs.txt | 399 example, ocfs2 mounts depend on a heartbeat region item. If that 415 How does this work? Imagine the ocfs2 mount process. When it mounts,
|
| /linux-4.4.14/fs/ |
| D | namespace.c | 2474 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument 2479 if (list_empty(mounts)) in mark_mounts_for_expiry() 2491 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | cgroups.txt | 352 /proc/mounts so may be any useful identifying string that you like. 472 in /proc/mounts and /proc/<pid>/cgroups.
|
| /linux-4.4.14/Documentation/vm/ |
| D | hugetlbpage.txt | 273 This command mounts a (pseudo) filesystem of type hugetlbfs on the directory
|
| /linux-4.4.14/Documentation/trace/ |
| D | ftrace.txt | 1794 if ((fp = fopen("/proc/mounts","r")) == NULL) { 1795 perror("/proc/mounts"); 1861 debugfs=`sed -ne 's/^debugfs \(.*\) debugfs.*/\1/p' /proc/mounts`
|
| /linux-4.4.14/Documentation/cdrom/ |
| D | cdrom-standard.tex | 696 volume-daemon automatically mounts a newly inserted \cdrom\ under {\tt
|