Home
last modified time | relevance | path

Searched refs:unmount (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dcheck_unmount_call.m42 dnl check for the correct system call to unmount a filesystem.
7 AC_CACHE_CHECK(the system call to unmount a filesystem,
10 # check for various unmount a filesystem calls
14 ac_cv_unmount_call=unmount
H A Dcheck_unmount_args.m42 dnl check the unmount system call arguments needed for
5 AC_CACHE_CHECK(unmount system-call arguments,
/netbsd-src/external/bsd/am-utils/dist/conf/umount/
H A Dumount_bsd44.c59 error = unmount(mntdir, 0); in umount_fs()
109 error = unmount(mntdir, MNT2_GEN_OPT_FORCE); in umount2_fs()
/netbsd-src/distrib/alpha/rz25dist/
H A DMakefile65 unmount-fs:
69 diskimage.gz: mount-fs build-fs unmount-fs
101 /bin/rm -f mount-fs build-fs unmount-fs
/netbsd-src/external/cddl/osnet/
H A DTODO6 * zpool cannot be destroyed -> could not destroy 'test': could not unmount datasets
51 DONE fix dangling vnode panic, get zfs unmount to work
87 2) zfs unmount crash in getmntinfo
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Dmount.d314 int unmount(const char*, int); in version()
342 pragma(mangle, "unmount@@FBSD_1.0") int unmount(const char*, int);
/netbsd-src/etc/rc.d/
H A Dmountall39 zfs unmount -a
/netbsd-src/external/cddl/osnet/include/
H A Dmnttab.h49 #define umount2(p, f) unmount(p, f)
/netbsd-src/external/bsd/am-utils/include/
H A Daux_conf.h31 #define UNMOUNT_TRAP(mnt) unmount(mnt->mnt_dir)
/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dzmount.c72 return unmount(spec, mflag); in umount2()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dfs.c91 unmount(const char* KYUA_DEFS_UNUSED_PARAM(path), in unmount() function
362 if (unmount(mount_point, 0) == -1) { in unmount_with_unmount2()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dkirkwood-dnskw.dtsi23 label = "USB unmount button";
133 pmx_button_unmount: pmx-button-unmount {
H A Dgemini-dlink-dir-685.dts42 label = "unmount";
101 * The LEDs both sit inside the unmount button and the
102 * label on the case says "unmount".
/netbsd-src/tests/fs/common/
H A Dfstest_zfs.c131 unmount(path, flags); in zfs_fstest_unmount()
/netbsd-src/usr.sbin/fusermount/
H A Dfusermount.c67 if (unmount(argv[i], 0) < 0) { in refuse_unmount()
/netbsd-src/tests/fs/tmpfs/
H A DREADME13 remove the need to do the mount/unmount steps in each and every test case.
/netbsd-src/sbin/mount_umap/
H A Dumap_manual132 unmount and remount the sub-tree, or reboot.}
143 either unmount and remount or reboot before they will take effect.
158 files, you will need to unmount and remount the sub-tree or reboot before they
172 unmount and remount the sub-tree or reboot before they will take effect.}
/netbsd-src/sbin/mount_portal/examples/
H A Doverview13 path. Otherwise, umount may not be able to unmount it, as it
/netbsd-src/sys/fs/puffs/
H A Dpuffs_vfsops.c339 PUFFS_MSG_VARS(vfs, unmount); in puffs_vfsop_unmount()
371 PUFFS_MSG_ALLOC(vfs, unmount); in puffs_vfsop_unmount()
377 PUFFS_MSG_RELEASE(unmount); in puffs_vfsop_unmount()
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.release-announce24 - Add synchronous unmount code for amq -uu
/netbsd-src/share/examples/puffs/pgfs/
H A Dmount.c131 PUFFSOP_SETFSNOP(pops, unmount); in main()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/
H A Ddruntime.m426 # canonicalize only relative paths, because then amd will not unmount
/netbsd-src/usr.sbin/autofs/
H A Dautomount.c60 error = unmount(sb->f_mntonname, flags); in unmount_by_statfs()
/netbsd-src/tests/fs/puffs/h_dtfs/
H A Ddtfs.c185 PUFFSOP_SET(pops, dtfs, fs, unmount); in main()
/netbsd-src/lib/libperfuse/
H A Dperfuse.c493 PUFFSOP_SET(pops, perfuse, fs, unmount); in perfuse_init()
698 return unmount(ps->ps_target, MNT_FORCE); in perfuse_unmount()

123