Searched refs:mounts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/
H A Dumountall_001.ksh24 # because they're busy. Some won't remount because they were legacy mounts in
47 typeset mounts=$(mount | awk '{if ($5 == "zfs") print $3}')
49 typeset mounts=$(mount -p | awk '{if ($3 == "zfs") print $2}')
51 typeset mounts=$(mount -p | awk '{if ($4 == "zfs") print $3}')
54 for fs in $mounts; do
59 mounts=$(umount --fake -av -t zfs 2>&1 | \
61 # Fallback to /proc/mounts for umount(8) (util-linux-ng 2.17.2)
62 if [[ -z $mounts ]]; then
63 mounts=$(awk '/zfs/ { print $2 }' /proc/mounts)
[all...]
/freebsd-13-stable/lib/libprocstat/
H A Dmsdosfs.c84 static struct dosmount *mounts; local
99 for (mnt = mounts; mnt; mnt = mnt->next)
115 mnt->next = mounts;
116 mounts = mnt;
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.init52 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then
57 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then
78 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then
81 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then
H A Dunbound.init_fedora63 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}''${mountfile}'' /proc/mounts; then
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in50 org.openzfs.systemd:requires-mounts-for| \
70 ,org.openzfs.systemd:requires,org.openzfs.systemd:requires-mounts-for\
/freebsd-13-stable/sys/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in39 done < /proc/self/mounts
76 # process - before local mounts. This is just here in case/if
178 # Ensure / exists in /proc/self/mounts.
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c130 int mounts, trace_fd; local
135 mounts = open("/proc/mounts", O_RDONLY);
136 if (mounts < 0) {
137 printf("no /proc/mounts\n");
141 buflen = read(mounts, buf, sizeof(buf) - 1);
142 close(mounts);
144 printf("failed to read /proc/mounts\n");
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_remount.ksh92 options=$(awk -v ds="$dataset" '$1 == ds { print $4 }' /proc/mounts)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc476 // Fuchsia doesn't yet support remote filesystem mounts.
479 // Emscripten doesn't currently support remote filesystem mounts.

Completed in 207 milliseconds