Searched refs:zfsctl_snapshot_unmount (Results 1 – 5 of 5) sorted by relevance
52 int zfsctl_snapshot_unmount(const char *snapname, int flags);
79 extern int zfsctl_snapshot_unmount(const char *snapname, int flags);
346 (void) zfsctl_snapshot_unmount(se->se_name, MNT_EXPIRE); in snapentry_expire()986 error = zfsctl_snapshot_unmount(snapname, MNT_FORCE); in zfsctl_snapdir_remove()1123 zfsctl_snapshot_unmount(const char *snapname, int flags) in zfsctl_snapshot_unmount() function
1360 zfsctl_snapshot_unmount(const char *snapname, int flags __unused) in zfsctl_snapshot_unmount() function
3852 (void) zfsctl_snapshot_unmount(snapname, MNT_FORCE); in zfs_unmount_snap()