Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsharedsubtree.rst33 Shared subtree provides four different flavors of mounts; struct vfsmount to be
60 and the contents of both the mounts remain identical.
89 All slave mounts have a master mount which is a shared.
181 B) A process wants its mounts invisible to any other process, but
182 still be able to see the other system mounts.
196 Hence forth any mounts within the /myprivatetree done by the
197 process will not show up in any other namespace. However mounts
207 The above semantics allows a way to share mounts across
263 (1) Shared mounts
275 /mnt or /tmp reflect in all the other mounts of its peer
[all …]
H 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
65 The way that direct mounts are handled is by making an autofs mount on
97 cases (in 2.4) where the available number of mounts are exhausted or
104 offsets are implemented using the same mechanism as the direct mounts
119 offset mounts in place we need to be able to obtain a file handle
[all …]
H 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,
207 mounts that were created by `d_automount()` returning a filesystem to be
213 The VFS also supports "expiry" of mounts using the MNT_EXPIRE flag to
248 there can be an accumulation of mounts that aren't actually being
251 preventing this apparent inability to expire mounts that aren't
261 There is an option with indirect mounts to consider each of the leaves
267 setting of an expire timeout for individual mounts. But there are
[all …]
/OK3568_Linux_fs/kernel/init/
H 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
/OK3568_Linux_fs/kernel/tools/lib/api/fs/
H 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/unbound/
H A D0001-contrib-add-yocto-compatible-init-script.patch33 - if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then
34 + if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/random' /proc/mounts; then
57 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then
60 - if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then
62 + if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/random' /proc/mounts; then
/OK3568_Linux_fs/kernel/tools/hv/
H 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dresctrlfs.c17 FILE *mounts; in find_resctrl_mount() local
20 mounts = fopen("/proc/mounts", "r"); in find_resctrl_mount()
21 if (!mounts) { in find_resctrl_mount()
25 while (!feof(mounts)) { in find_resctrl_mount()
26 if (!fgets(line, 256, mounts)) in find_resctrl_mount()
40 fclose(mounts); in find_resctrl_mount()
47 fclose(mounts); in find_resctrl_mount()
/OK3568_Linux_fs/kernel/Documentation/networking/
H 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
/OK3568_Linux_fs/kernel/tools/bootconfig/scripts/
H 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
H 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
/OK3568_Linux_fs/kernel/scripts/selinux/
H A Dinstall_policy.sh80 mounts=`cat /proc/$$/mounts | \
83 $SF -F file_contexts $mounts
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dmdev-mount.sh13 if grep -q "^/dev/${MDEV} " /proc/mounts ; then
50 MOUNTPOINT=`grep "^/dev/$MDEV\s" /proc/mounts | cut -d' ' -f 2`
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinit18 [ -e /proc/mounts ] || return 0
25 exec 9<&0 < /proc/mounts
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dread-only-rootfs-hook.sh19 END { for (f in FLAGS) print FLAGS[f] }' < /proc/mounts`; do
35 grep -q "tmpfs /var/volatile" /proc/mounts || mount /var/volatile
/OK3568_Linux_fs/kernel/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests23 mount_info=`grep pstore /proc/mounts`
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/OK3568_Linux_fs/buildroot/package/usbmount/
H A D0006-usbmount-Use-realpath-for-mountpoint-matching.patch19 - if [ -d "$v" ] && ! grep -q "^[^ ][^ ]* *$v " /proc/mounts; then
20 + if [ -d "$v" ] && ! grep -q "^[^ ][^ ]* *$(realpath $v) " /proc/mounts; then
/OK3568_Linux_fs/kernel/fs/cifs/
H 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
98 mounts may be less secure than mounts using NTLM or more recent
103 used automatically. At runtime LANMAN mounts are disabled but
190 servers if their addresses change or for implicit mounts of
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dinit15 [ -r /proc/mounts ] || exit 1
41 LANG=C awk '$2 == "/dev" && ($3 == "devtmpfs") { exit 1 }' /proc/mounts && {
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfsserver59 grep -q nfsd /proc/mounts || mount -t nfsd nfsd /proc/fs/nfsd
60 grep -q nfsd /proc/mounts || {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.50.0.bb41 FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount"
42 FILES:gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount"
43 FILES:gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount"
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/udev/scripts/
H A Dmount.sh94 grep -q "^$DEVNAME " /proc/mounts && return
153 for mnt in `cat /proc/mounts | grep "$DEVNAME" | cut -f 2 -d " " `
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install-efi.sh30 live_dev_name=`cat /proc/mounts | grep ${1%/} | awk '{print $1}'`
144 if [ ! -e /etc/mtab ] && [ -e /proc/mounts ]; then
145 ln -sf /proc/mounts /etc/mtab
/OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}')
48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A Dinit17 [ -r /proc/mounts ] || exit 1
39 LANG=C awk '$2 == "/dev" && ($3 == "devtmpfs") { exit 1 }' /proc/mounts && {

123456