Searched refs:zfs_unmount (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_changelist.c | 131 if (zfs_unmount(cn->cn_handle, NULL, in changelist_prefix()
|
| H A D | libzfs.h | 713 extern int zfs_unmount(zfs_handle_t *, const char *, int);
|
| H A D | libzfs_mount.c | 380 zfs_unmount(zfs_handle_t *zhp, const char *mountpoint, int flags) in zfs_unmount() function
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zinject/ |
| H A D | zinject.c | 1079 if (zfs_unmount(zhp, NULL, 0) != 0) in main()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_main.c | 1098 zfs_unmount(zhp, NULL, cb->cb_force ? MS_FORCE : 0) != 0 || in destroy_callback() 6406 ret = zfs_unmount(zhp, NULL, flags); in unshare_unmount_path() 6582 if (zfs_unmount(node->un_zhp, in unshare_unmount()
|