Home
last modified time | relevance | path

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

123456

/openbmc/linux/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.
182 B) A process wants its mounts invisible to any other process, but
183 still be able to see the other system mounts.
197 Hence forth any mounts within the /myprivatetree done by the
198 process will not show up in any other namespace. However mounts
208 The above semantics allows a way to share mounts across
264 (1) Shared mounts
276 /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 …]
/openbmc/linux/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
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-shutdown.sh9 if [ ! -e /proc/mounts ]
28 awk '$2 ~ /^.oldroot|^.mnt|.r[ow]$/ { print $2 }' < /proc/mounts | sort -r | while IFS= read -r f
82 echo Remaining mounts:
83 cat /proc/mounts
H A Dobmc-update.sh10 if ! test -r /proc/mounts || ! test -f /proc/mounts
30 if grep -s "mtdblock$m " /proc/mounts || grep -s "mtd$m " /proc/mounts
35 if test -n "$n" && grep -s "mtd:$n " /proc/mounts
/openbmc/qemu/qga/
H A Dcommands-common.h38 bool build_fs_mount_list(FsMountList *mounts, Error **errp);
39 void free_fs_mount_list(FsMountList *mounts);
45 FsMountList mounts,
H A Dcommands-bsd.c32 bool build_fs_mount_list(FsMountList *mounts, Error **errp) in build_fs_mount_list() argument
63 QTAILQ_INSERT_TAIL(mounts, mount, next); in build_fs_mount_list()
75 FsMountList mounts, in qmp_guest_fsfreeze_do_freeze_list() argument
93 QTAILQ_FOREACH_REVERSE(mount, &mounts, next) { in qmp_guest_fsfreeze_do_freeze_list()
H A Dcommands-linux.c61 static bool build_fs_mount_list_from_mtab(FsMountList *mounts, Error **errp) in build_fs_mount_list_from_mtab() argument
98 QTAILQ_INSERT_TAIL(mounts, mount, next); in build_fs_mount_list_from_mtab()
130 bool build_fs_mount_list(FsMountList *mounts, Error **errp) in build_fs_mount_list() argument
143 return build_fs_mount_list_from_mtab(mounts, errp); in build_fs_mount_list()
180 QTAILQ_INSERT_TAIL(mounts, mount, next); in build_fs_mount_list()
196 FsMountList mounts, in qmp_guest_fsfreeze_do_freeze_list() argument
203 QTAILQ_FOREACH_REVERSE(mount, &mounts, next) { in qmp_guest_fsfreeze_do_freeze_list()
254 FsMountList mounts; in qmp_guest_fsfreeze_do_thaw() local
259 QTAILQ_INIT(&mounts); in qmp_guest_fsfreeze_do_thaw()
260 if (!build_fs_mount_list(&mounts, &local_err)) { in qmp_guest_fsfreeze_do_thaw()
[all …]
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/scripts/selinux/
H A Dinstall_policy.sh79 mounts=`cat /proc/$$/mounts | \
82 $SF -F file_contexts $mounts
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/
H A Dpreinit-mounts.bb11 install -m 0755 ${UNPACKDIR}/init ${D}/${base_sbindir}/preinit-mounts
24 ALTERNATIVE_TARGET[init] = "${base_sbindir}/preinit-mounts"
/openbmc/openbmc/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`
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinit18 [ -e /proc/mounts ] || return 0
25 exec 9<&0 < /proc/mounts
/openbmc/openbmc/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
/openbmc/linux/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`
/openbmc/openbmc/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 || {
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.56.1.bb44 FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount"
45 FILES:gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount"
46 FILES:gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount"
/openbmc/linux/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
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c92 const char * const * const mounts; member
109 .mounts = lower_name##__known_mountpoints, \
192 ptr = fs->mounts; in fs__check_mounts()
266 return getenv(upper_name) ?: *fs->mounts; in mount_overload()
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A Dinit15 [ -r /proc/mounts ] || exit 1
77 LANG=C awk '$2 == "/dev" && ($3 == "devtmpfs") { exit 1 }' /proc/mounts && {

123456