Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/
H A Dmount-copybind18 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 Dcgroup.c13 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 Dfs.c132 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 Dtracing_path.c18 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 Dtracing_path.h11 void tracing_path_set(const char *mountpoint);
/openbmc/linux/Documentation/filesystems/
H A Dautomount-support.rst11 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 Dfuse.c56 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 D0007-invoking-mount-with-infinite-timeout.patch20 @@ -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 Dpnode.h40 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 Dnamespace.c782 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 Dmount.h32 struct mountpoint { struct
65 struct mountpoint *mnt_mp; /* where is it mounted */
H A Dpnode.c224 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 Dsysvinit_3.13.bb33 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 D308.out29 '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 Dpartition.py41 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 Ddirect.py74 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 Dvolatile-binds.bb45 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 Drun-ptest.in9 mountpoint -q /sys/kernel/config
16 ./$testbin -v --gpio-class @mountpoint@ --chown-user gpio-test > ./$testbin.out 2>&1
H A Dgpiod-sysfs-proxy.service.in10 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 Dphosphor-static-norootfs-init.bb44 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 Drootfs16 while ! mountpoint -q $ROOTFS_DIR; do
56 if mountpoint -q $ROOTFS_DIR; then
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out14 '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 Dgpiod-sysfs-proxy_0.1.2.bb44 … 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 Drun-ptest8 mountpoint /sys/kernel/config > /dev/null || mount -t configfs configfs /sys/kernel/config
/openbmc/openbmc/meta-phosphor/recipes-core/busybox/
H A Dbusybox_%.bbappend7 file://mountpoint.cfg \

1234