/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/ |
H A D | mount-copybind | 18 mountpoint=$2 30 if [ -d "$mountpoint" ]; then 56 mountcontext=",rootcontext=$(matchpathcon -n "$mountpoint")" 59 …nt -t overlay overlay -olowerdir="$mountpoint",upperdir="$spec",workdir="$overlay_workdir""$mountc… 63 cp -aPR "$mountpoint"/. "$spec/" 66 mount -o "bind$options" "$spec" "$mountpoint" 70 restorecon -R "$mountpoint" 74 elif [ -f "$mountpoint" ]; then 76 cp -aP "$mountpoint" "$spec" 79 mount -o "bind$options" "$spec" "$mountpoint" [all …]
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | cgroup.c | 13 char mountpoint[PATH_MAX]; member 25 char mountpoint[PATH_MAX]; in cgroupfs_find_mountpoint() local 28 if (strlen(cached->mountpoint) < maxlen) { in cgroupfs_find_mountpoint() 29 strcpy(buf, cached->mountpoint); in cgroupfs_find_mountpoint() 45 mountpoint[0] = '\0'; in cgroupfs_find_mountpoint() 73 strcpy(mountpoint, path); in cgroupfs_find_mountpoint() 88 strcpy(mountpoint, path); in cgroupfs_find_mountpoint() 99 strcpy(cached->mountpoint, mountpoint); in cgroupfs_find_mountpoint() 102 if (mountpoint[0] && strlen(mountpoint) < maxlen) { in cgroupfs_find_mountpoint() 103 strcpy(buf, mountpoint); in cgroupfs_find_mountpoint()
|
H A D | fs.c | 132 const char *mountpoint = lower_name##__mountpoint(); \ 135 if (mountpoint) \ 136 return mountpoint; \ 271 const char *mountpoint; in fs__mount() local 276 mountpoint = fs__mountpoint(fs); in fs__mount() 277 if (mountpoint) in fs__mount() 280 mountpoint = mount_overload(fs); in fs__mount() 282 if (mount(NULL, mountpoint, fs->name, 0, NULL) == 0 && in fs__mount() 283 fs__valid_mount(mountpoint, fs->magic) == 0) { in fs__mount() 284 fs->path = strdup(mountpoint); in fs__mount() [all …]
|
H A D | tracing_path.c | 18 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set() argument 21 mountpoint, tracing); in __tracing_path_set()
|
H A D | tracing_path.h | 11 void tracing_path_set(const char *mountpoint);
|
/openbmc/linux/Documentation/filesystems/ |
H A D | automount-support.rst | 11 performed and mountpoint degradation to be requested. The latter can 30 And then if you look in the mountpoint catalogue, you'll see something like:: 43 mountpoint to be expired in the automounting procedure outlined separately. 50 (2) When a new mountpoint is created in the ->d_automount method, add 68 mountpoint was accessed. 70 If a mountpoint is moved, it gets removed from the expiration list. If a bind 83 mountpoint (though some will be rejected - the current process's idea of the 87 If the mountpoint in question is in referenced by something other than 88 umount() or its parent mountpoint, an EBUSY error will be returned and the 89 mountpoint will not be marked for expiration or unmounted. [all …]
|
/openbmc/qemu/block/export/ |
H A D | fuse.c | 56 char *mountpoint; member 75 static int setup_fuse_export(FuseExport *exp, const char *mountpoint, 166 if (g_hash_table_contains(exports, args->mountpoint)) { in fuse_export_create() 168 args->mountpoint); in fuse_export_create() 173 if (!is_regular_file(args->mountpoint, errp)) { in fuse_export_create() 178 exp->mountpoint = g_strdup(args->mountpoint); in fuse_export_create() 196 ret = setup_fuse_export(exp, args->mountpoint, true, NULL); in fuse_export_create() 199 ret = setup_fuse_export(exp, args->mountpoint, false, errp); in fuse_export_create() 203 ret = setup_fuse_export(exp, args->mountpoint, exp->allow_other, errp); in fuse_export_create() 231 static int setup_fuse_export(FuseExport *exp, const char *mountpoint, in setup_fuse_export() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0007-invoking-mount-with-infinite-timeout.patch | 20 @@ -271,7 +271,7 @@ def mount(device, mountpoint, fstype, options=None): 21 makedirs(mountpoint) 23 argv = ["mount", "-t", fstype, "-o", options, device, mountpoint] 28 def umount(mountpoint):
|
/openbmc/linux/fs/ |
H A D | pnode.h | 40 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, 48 void mnt_set_mountpoint(struct mount *, struct mountpoint *, 50 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, 58 const struct mountpoint *mp);
|
H A D | namespace.c | 782 static struct mountpoint *lookup_mountpoint(struct dentry *dentry) in lookup_mountpoint() 785 struct mountpoint *mp; in lookup_mountpoint() 796 static struct mountpoint *get_mountpoint(struct dentry *dentry) in get_mountpoint() 798 struct mountpoint *mp, *new = NULL; in get_mountpoint() 805 mountpoint: in get_mountpoint() 814 new = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in get_mountpoint() 824 goto mountpoint; in get_mountpoint() 850 static void __put_mountpoint(struct mountpoint *mp, struct list_head *list) in __put_mountpoint() 865 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 900 static struct mountpoint *unhash_mnt(struct mount *mnt) in unhash_mnt() [all …]
|
H A D | mount.h | 32 struct mountpoint { struct 65 struct mountpoint *mnt_mp; /* where is it mounted */
|
H A D | pnode.c | 224 static int propagate_one(struct mount *m, struct mountpoint *dest_mp) in propagate_one() 287 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt() 378 const struct mountpoint *mp) in propagation_would_overmount() 539 struct mountpoint *mp; in restore_mounts()
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/ |
H A D | sysvinit_3.13.bb | 33 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum… 40 ALTERNATIVE_LINK_NAME[mountpoint] = "${base_bindir}/mountpoint" 41 ALTERNATIVE_PRIORITY[mountpoint] = "20" 55 ALTERNATIVE:${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1" 60 ALTERNATIVE_LINK_NAME[mountpoint.1] = "${mandir}/man1/mountpoint.1"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 308.out | 29 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 39 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 49 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 64 'mountpoint': 'TEST_DIR/t.IMGFMT' 75 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 95 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true 127 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true 154 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true, 'growable': true 196 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | partition.py | 41 self.mountpoint = args.mountpoint 76 self.mountpoint, self.size) 114 extra_blocks, self.mountpoint, rootfs_size) 143 "partition." % self.mountpoint) 152 "partition '%s'" % (self.fstype, self.mountpoint)) 172 (self.source, self.mountpoint)) 200 (self.mountpoint, self.source)) 205 (self.mountpoint, self.size, self.fixed_size)) 526 if part.mountpoint: 527 args = [part.fstype, "mounted at %s" % part.mountpoint]
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 74 if not self.ks.bootloader.source and part.mountpoint == "/boot": 119 if not part.realnum or not part.mountpoint \ 120 … or part.mountpoint == "/" or not (part.mountpoint.startswith('/') or part.mountpoint == "swap"): 142 line = "\t".join([device_name, part.mountpoint, part.fstype, 241 if part.mountpoint == '/': 244 suffix = '["%s"]:' % (part.mountpoint or part.label) 263 if part.mountpoint == "/": 498 "sectors (%d bytes).", part.mountpoint, part.disk, 605 if part.mountpoint == "/boot" and part.fstype in ["vfat", "msdos"] \ 609 part.mountpoint)
|
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/ |
H A D | volatile-binds.bb | 45 while read spec mountpoint; do 51 [ "$mountpoint" != ${localstatedir}/lib ] || var_lib_servicefile=$servicefile 52 sed -e "s#@what@#$spec#g; s#@where@#$mountpoint#g" \ 53 -e "s#@whatparent@#${spec%/*}#g; s#@whereparent@#${mountpoint%/*}#g" \
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/ |
H A D | run-ptest.in | 9 mountpoint -q /sys/kernel/config 16 ./$testbin -v --gpio-class @mountpoint@ --chown-user gpio-test > ./$testbin.out 2>&1
|
H A D | gpiod-sysfs-proxy.service.in | 10 ExecStart=/usr/bin/gpiod-sysfs-proxy @mountpoint@ -f -o nonempty -o allow_other -o default_permissi… 11 ExecStop=/bin/umount @mountpoint@
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/ |
H A D | phosphor-static-norootfs-init.bb | 44 for mountpoint in ${NOROOTFS_PERSISTENT_DIRS} ; do 45 mkdir -p ${D}/$mountpoint 46 touch ${D}/$mountpoint/.keep.mount-persistent
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | rootfs | 16 while ! mountpoint -q $ROOTFS_DIR; do 56 if mountpoint -q $ROOTFS_DIR; then
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | fuse-allow-other.out | 14 'mountpoint': 'TEST_DIR/fuse-export', 43 'mountpoint': 'TEST_DIR/fuse-export', 70 'mountpoint': 'TEST_DIR/fuse-export',
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/ |
H A D | gpiod-sysfs-proxy_0.1.2.bb | 44 … sed -i "s/@mountpoint@/$MOUNTPOINT/g" ${D}${systemd_system_unitdir}/gpiod-sysfs-proxy.service 48 sed -i "s/@mountpoint@/$MOUNTPOINT/g" ${D}${sysconfdir}/init.d/gpiod-sysfs-proxy 75 sed -i "s/@mountpoint@/$MOUNTPOINT/g" ${D}${PTEST_PATH}/run-ptest
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod/ |
H A D | run-ptest | 8 mountpoint /sys/kernel/config > /dev/null || mount -t configfs configfs /sys/kernel/config
|
/openbmc/openbmc/meta-phosphor/recipes-core/busybox/ |
H A D | busybox_%.bbappend | 7 file://mountpoint.cfg \
|