/openbmc/linux/fs/ |
H A D | pnode.c | 17 static inline struct mount *next_peer(struct mount *p) in next_peer() 22 static inline struct mount *first_slave(struct mount *p) in first_slave() 27 static inline struct mount *last_slave(struct mount *p) in last_slave() 32 static inline struct mount *next_slave(struct mount *p) in next_slave() 37 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root() 62 struct mount *m; in get_dominating_id() 94 struct mount *m; in do_make_slave() 149 static struct mount *propagation_next(struct mount *m, in propagation_next() 170 static struct mount *skip_propagation_subtree(struct mount *m, in skip_propagation_subtree() 183 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() [all …]
|
H A D | pnode.h | 33 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared() 39 void change_mnt_propagation(struct mount *, int); 40 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, 43 int propagate_mount_busy(struct mount *, int); 44 void propagate_mount_unlock(struct mount *); 45 void mnt_release_group_id(struct mount *); 47 int mnt_get_count(struct mount *mnt); 49 struct mount *); 51 struct mount *mnt); 52 struct mount *copy_tree(struct mount *, struct dentry *, int); [all …]
|
H A D | mount.h | 10 struct mount * root; 39 struct mount { struct 41 struct mount *mnt_parent; argument 63 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 84 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument 86 return container_of(mnt, struct mount, mnt); in real_mount() 89 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() 100 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *); 106 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint() 130 struct mount cursor; [all …]
|
H A D | namespace.c | 691 struct mount *p; in __lookup_mnt() 963 static void __attach_mnt(struct mount *mnt, struct mount *parent) in __attach_mnt() 992 static void attach_mnt(struct mount *mnt, struct mount *parent, in attach_mnt() 1029 struct mount *m; in commit_tree() 1048 static struct mount *next_mnt(struct mount *p, struct mount *root) in next_mnt() 1064 static struct mount *skip_mnt_tree(struct mount *p) in skip_mnt_tree() 1237 struct mount *m; in cleanup_mnt() 1406 struct mount *p; in mnt_clone_internal() 1513 struct mount *p; in may_umount_tree() 1563 struct mount *m; in namespace_unlock() [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | sharedsubtree.rst | 86 2b) A slave mount is like a shared mount except that mount and umount events 290 mount --make-slave mount 310 mount --make-shared mount 385 1. 'A' is a shared mount and 'B' is a shared mount. A new mount 'C' 394 2. 'A' is a private mount and 'B' is a shared mount. A new mount 'C' 402 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. A new 424 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount. A 513 propagation from mount 'B'. The mount 'A' becomes a shared mount and a 518 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. The 535 unbindable) mount. The mount 'A' is mounted on mount 'B' at dentry 'b'. [all …]
|
H A D | autofs-mount-control.rst | 28 from the mount tree. 105 above and so the mount points can be covered by a mount. 141 in the mount table. An operation to lookup the mount status of a mount 202 The ioctlfd field is a mount point file descriptor of an autofs mount 274 the autofs mount. The device number can be obtained from the mount options 300 to a existing mount we need to use this to tell the autofs mount about 316 Make the autofs mount point catatonic. The autofs mount will no longer 391 set to an autofs mount type. The call returns 1 if this is a mount point 400 a mountpoint or contains a mount, such as a multi-mount without a root 401 mount. In this case we return 1 if the descriptor corresponds to a mount [all …]
|
H A D | tmpfs.rst | 17 mount. tmpfs also supports THP. 62 This mount is _not_ needed for SYSV shared memory. The internal 63 mount is used for that. (In the 2.3 kernel versions it was 67 3) Some people (including me) find it very convenient to mount it 75 tmpfs has three mount options for sizing: 104 tmpfs has a mount option to disable its use of swap: 114 The mount options for this are: 129 tmpfs also supports quota with the following mount options 136 on the mount. 138 on the mount. [all …]
|
H A D | gfs2-uevents.rst | 7 During the lifetime of a GFS2 mount, a number of uevents are generated. 17 The ADD event occurs at mount time. It will always be the first 18 uevent generated by the newly created filesystem. If the mount 23 and RDONLY=[0|1] that specify the spectator status (a read-only mount 42 nodes in the cluster to mount the filesystem. 49 for every journal recovered, whether it is during the initial mount 58 uevent for a successful mount or remount. 71 The REMOVE uevent is generated at the end of an unsuccessful mount 84 The LOCKTABLE is a string, as supplied on the mount command 86 as well as providing the information for a lock_dlm mount to be [all …]
|
/openbmc/qemu/qga/ |
H A D | commands-bsd.c | 35 FsMount *mount; in build_fs_mount_list() local 55 mount = g_new0(FsMount, 1); in build_fs_mount_list() 59 mount->devmajor = major(mount->dev); in build_fs_mount_list() 60 mount->devminor = minor(mount->dev); in build_fs_mount_list() 61 mount->fsid = mntp->f_fsid; in build_fs_mount_list() 62 mount->dev = statbuf.st_dev; in build_fs_mount_list() 64 QTAILQ_INSERT_TAIL(mounts, mount, next); in build_fs_mount_list() 81 struct FsMount *mount; in qmp_guest_fsfreeze_do_freeze_list() local 94 QTAILQ_FOREACH_REVERSE(mount, &mounts, next) { in qmp_guest_fsfreeze_do_freeze_list() 111 if (!g_str_equal(mount->devtype, "ufs")) { in qmp_guest_fsfreeze_do_freeze_list() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-live.sh | 32 mount -t proc proc /proc 33 mount -t sysfs sysfs /sys 34 mount -t devtmpfs none /dev 100 mount -n --move /proc ${ROOT_MOUNT}/proc 101 mount -n --move /sys ${ROOT_MOUNT}/sys 102 mount -n --move /dev ${ROOT_MOUNT}/dev 148 mount | grep media 197 mount --move /rootfs.ro $ROOT_MOUNT/rootfs.ro 198 mount --move /rootfs.rw $ROOT_MOUNT/rootfs.rw 210 mount --move /rootfs.ro $ROOT_MOUNT/rootfs.ro [all …]
|
/openbmc/linux/security/tomoyo/ |
H A D | mount.c | 33 r->param.mount.dev->name, in tomoyo_audit_mount_log() 34 r->param.mount.dir->name, in tomoyo_audit_mount_log() 35 r->param.mount.type->name, in tomoyo_audit_mount_log() 36 r->param.mount.flags); in tomoyo_audit_mount_log() 57 tomoyo_compare_name_union(r->param.mount.dir, in tomoyo_check_mount_acl() 59 (!r->param.mount.need_dev || in tomoyo_check_mount_acl() 159 r->param.mount.need_dev = need_dev; in tomoyo_mount_acl() 160 r->param.mount.dev = &rdev; in tomoyo_mount_acl() 161 r->param.mount.dir = &rdir; in tomoyo_mount_acl() 162 r->param.mount.type = &rtype; in tomoyo_mount_acl() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | overlayroot | 89 if mount -n -t ${bootparam_overlayrootfstype:-ext4} -o ${bootparam_overlayrootfsflags:-defaults} ${… 98 mount -o bind ${OLDROOT} ${ROMOUNT} 99 mount -o remount,ro ${ROMOUNT} 102 …mount -t overlay overlay -o lowerdir=${ROMOUNT},upperdir=${UPPER_DIR},workdir=${WORK_DIR} ${NEWROO… 113 mount -n --move ${ROMOUNT} ${NEWROOT}/rofs 114 mount -n --move /proc ${NEWROOT}/proc 115 mount -n --move /sys ${NEWROOT}/sys 116 mount -n --move /dev ${NEWROOT}/dev
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | sysfs.sh | 18 mount -t proc proc /proc 22 mount -t sysfs sysfs /sys 26 mount -t debugfs debugfs /sys/kernel/debug 30 mount -t configfs configfs /sys/kernel/config 34 mount -t efivarfs efivarfs /sys/firmware/efi/efivars 38 mount -n -t devtmpfs devtmpfs /dev
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init/ |
H A D | mmc-init.sh | 34 mount dev dev -tdevtmpfs 35 mount sys sys -tsysfs 36 mount proc proc -tproc 37 mount tmpfs run -t tmpfs -o mode=755,nodev 69 if ! mount /dev/disk/by-partlabel/"$(kgetopt root=PARTLABEL)" $rodir -t ext4 -o ro; then 102 if ! mount "${rwfsdev}" $rodir/var -t ext4 -o rw; then 108 mount overlay $rodir/etc -t overlay -o lowerdir=$rodir/etc,upperdir=$rodir/var/persist/etc,workdir=… 113 mount --move "$f" "$rodir/$f"
|
/openbmc/openbmc/poky/meta/files/ |
H A D | overlayfs-etc-preinit.sh.in | 7 mount -o remount,rw / 16 mount -t proc proc /proc 17 mount -t sysfs sysfs /sys 26 if mount -n -t {OVERLAYFS_ETC_FSTYPE} \ 37 mount -o bind,ro /etc $LOWER_DIR 40 mount -n -t overlay \
|
/openbmc/openbmc/poky/meta/recipes-core/udev/ |
H A D | udev-extraconf_1.1.bb | 9 file://mount.sh \ 10 file://mount.ignorelist \ 27 install -d ${D}${sysconfdir}/udev/mount.ignorelist.d 28 install -m 0644 ${WORKDIR}/mount.ignorelist ${D}${sysconfdir}/udev/ 32 install -m 0755 ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh 33 sed -i 's|@systemd_unitdir@|${systemd_unitdir}|g' ${D}${sysconfdir}/udev/scripts/mount.sh 34 sed -i 's|@base_sbindir@|${base_sbindir}|g' ${D}${sysconfdir}/udev/scripts/mount.sh 35 sed -i 's|@MOUNT_BASE@|${MOUNT_BASE}|g' ${D}${sysconfdir}/udev/scripts/mount.sh 53 CONFFILES:${PN} = "${sysconfdir}/udev/mount.ignorelist"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
H A D | inittab | 2 ::sysinit:/bin/mount -t proc proc /proc 3 ::sysinit:/bin/mount -t sysfs sysfs /sys 4 ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev 5 ::sysinit:/bin/mount -o remount,rw / 7 ::sysinit:/bin/mount -t devpts devpts /dev/pts 8 ::sysinit:/bin/mount -a
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/ |
H A D | 10-early-mounts | 3 mount dev dev -tdevtmpfs 4 mount sys sys -tsysfs 5 mount proc proc -tproc 6 mount tmpfs run -t tmpfs -o mode=755,nodev
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | fail_on_no_media.patch | 10 even when no media exists. The util-linux mount command bails when no 19 util-linux/mount.c | 8 ++++++++ 22 diff --git a/util-linux/mount.c b/util-linux/mount.c 24 --- a/util-linux/mount.c 25 +++ b/util-linux/mount.c 38 // Should we retry read-only mount?
|
/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/ |
H A D | init | 4 mount none -t proc /proc 5 mount none -t sysfs /sys 8 mount none -t devtmpfs /dev 12 mount none -t devpts /dev/pts
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/ |
H A D | phosphor-static-norootfs-init.bb | 2 DESCRIPTION = "Phosphor OpenBMC filesystem mount implementation for static-norootfs" 13 50-mount-persistent \ 42 # Create persistent mount points and add to mount script. 45 touch ${D}/$mountpoint/.keep.mount-persistent 48 ${D}${PKG_INSTALL_DIR}/50-mount-persistent 59 FILES:${PN}:append = " ${@ " ".join([ '/' + x + '/.keep.mount-persistent' for x in d.getVar('NOROOT…
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inittab | 4 ::sysinit:/bin/mount -t proc proc /proc 5 ::sysinit:/bin/mount -t sysfs sysfs /sys 6 ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev 7 ::sysinit:/bin/mount -o remount,rw / 9 ::sysinit:/bin/mount -t devpts devpts /dev/pts 10 ::sysinit:/bin/mount -a
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch | 4 Subject: [PATCH] Drop detached_mounts_propagation and remove sys/mount.h from 7 with glibc 2.36+ sys/mount.h conflicts with linux/mount.h and here 8 linux/mount.h is included via xfs/xfs.h header and we need sys/mount.h 9 for the mount() API prototype. Until thats resolved lets not build this
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | usage.rst | 62 domain to the proper network user. The mount.cifs mount helper can be 103 in order to reduce risks, the ``nosuid`` mount flag is passed in on mount to 166 disabled on a per-mount basis by specifying ``nouser_xattr`` on mount. 172 ``noacl`` on mount. 213 mount helper display the mount steps more verbosely. 289 mount. 308 who executed the mount (root, except when mount.cifs 412 when the cifs mount helper cifs.mount (version 1.1 or later) 435 the mount helper, mount.cifs. When mount.cifs is installed it 476 under nfsd requires this mount option on the cifs mount. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ |
H A D | ntfs-3g-ntfsprogs_2022.10.3.bb | 28 FILES:ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" 30 RRECOMMENDS:ntfs-3g = "util-linux-mount" 36 # Standard mount will execute the program /sbin/mount.TYPE when called. 37 # Add a symbolic link to let mount find ntfs. 38 ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs
|