Home
last modified time | relevance | path

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

/linux-4.1.27/init/
DMakefile5 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.1.27/Documentation/filesystems/
Dsharedsubtree.txt30 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 …]
Dsysfs-tagging.txt28 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
Dautofs4-mount-control.txt9 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 …]
Ddevpts.txt79 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,
Dfuse.txt18 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"
Dautomount-support.txt3 in-kernel mounts to be performed and mountpoint degradation to be
52 [root@andromeda root]# cat /proc/mounts
Dbfs.txt32 /proc/mounts. You will need to do it manually using "-d" switch of
Dnilfs2.txt76 read-only mounts or snapshots. This option will fail
77 for r/w mounts on an unclean volume.
Dgfs2-uevents.txt90 assigned for spectator mounts) then this will give the
D9p.txt75 intended for exclusive, read-only mounts
Dubifs.txt52 so it mounts many times faster than JFFS2.
Dtmpfs.txt51 loop mounts of tmpfs files do work, so mkinitrd shipped by most
Dafs.txt210 If a key is acquired, then all AFS operations, including mounts and automounts,
Daffs.txt107 Amiga filesystem will be owned by the user who actually mounts the
Dbtrfs.txt92 Allow mounts to continue with missing devices. A read-write mount may
Dntfs.txt193 setting is not persistent across mounts and can be
210 Note this option is irrelevant for read-only mounts.
Dvfs.txt185 all mounts
296 /proc/<pid>/mounts. (see "Mount Options" section)
1052 ignore d_automount or any mounts.
1147 based on the information found in /proc/mounts.
Dvfat.txt170 option also mounts the filesystem readonly.
Dramfs-rootfs-initramfs.txt68 tmpfs mounts. See Documentation/filesystems/tmpfs.txt for more information.
Dproc.txt41 3.5 /proc/<pid>/mountinfo - Information about mounts
579 mounts Mounted filesystems
1633 3.5 /proc/<pid>/mountinfo - Information about mounts
/linux-4.1.27/scripts/selinux/
Dinstall_policy.sh59 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.1.27/tools/lib/api/fs/
Dfs.c30 const char * const *mounts; member
44 .mounts = sysfs__fs_known_mountpoints,
49 .mounts = procfs__known_mountpoints,
92 ptr = fs->mounts; in fs__check_mounts()
/linux-4.1.27/tools/hv/
Dhv_vss_daemon.c82 FILE *mounts; in vss_operate() local
99 mounts = setmntent("/proc/mounts", "r"); in vss_operate()
100 if (mounts == NULL) in vss_operate()
103 while ((ent = getmntent(mounts))) { in vss_operate()
119 endmntent(mounts); in vss_operate()
132 endmntent(mounts); in vss_operate()
/linux-4.1.27/fs/cifs/
DKconfig72 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.1.27/tools/nfsd/
Dinject_fault.sh8 DEBUGFS=`cat /proc/mounts | grep debugfs`
/linux-4.1.27/include/linux/
Dmount.h94 extern void mark_mounts_for_expiry(struct list_head *mounts);
/linux-4.1.27/tools/testing/selftests/efivarfs/
Defivarfs.sh15 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs-rdma.txt67 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
273 To verify that the mount is using RDMA, run "cat /proc/mounts" and check
/linux-4.1.27/tools/testing/selftests/ftrace/
Dftracetest90 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME93 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 …]
DCHANGES14 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.1.27/fs/nfs/
DKconfig24 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.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt35 ln -sf /proc/mounts /etc/mtab
/linux-4.1.27/fs/ext4/
DKconfig38 ext3 file system mounts. This allows users to reduce their
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt8 Administrator can add or remove servers from the given index, so all mounts,
/linux-4.1.27/tools/perf/Documentation/
Dperf-kvm.txt80 Guest os root file system mount directory. Users mounts guest os
/linux-4.1.27/Documentation/
Dbinfmt_misc.txt80 /etc/fstab so it auto mounts on boot.
Dsysfs-rules.txt31 Parsing /proc/mounts is a waste of time. Other mount points are a
Dnommu-mmap.txt170 on ramfs or tmpfs mounts.
Dinitrd.txt38 6) init mounts the "real" root file system
Ddevices.txt86 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.1.27/fs/affs/
DChanges317 mounts.
/linux-4.1.27/Documentation/usb/
Dpersist.txt97 Filesystem mounts and memory mappings are unaffected, and the world is
Dmass-storage.txt104 MS Windows mounts removable storage in “Removal optimised mode” by
/linux-4.1.27/fs/
Dnamespace.c2465 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument
2470 if (list_empty(mounts)) in mark_mounts_for_expiry()
2482 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt415 example, ocfs2 mounts depend on a heartbeat region item. If that
431 How does this work? Imagine the ocfs2 mount process. When it mounts,
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt352 /proc/mounts so may be any useful identifying string that you like.
472 in /proc/mounts and /proc/<pid>/cgroups.
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt273 This command mounts a (pseudo) filesystem of type hugetlbfs on the directory
/linux-4.1.27/Documentation/trace/
Dftrace.txt1781 if ((fp = fopen("/proc/mounts","r")) == NULL) {
1782 perror("/proc/mounts");
1848 debugfs=`sed -ne 's/^debugfs \(.*\) debugfs.*/\1/p' /proc/mounts`
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex696 volume-daemon automatically mounts a newly inserted \cdrom\ under {\tt