Searched refs:zfsctl_snapshot_unmount (Results 1 – 5 of 5) sorted by relevance
51 int zfsctl_snapshot_unmount(const char *snapname, int flags);
78 extern int zfsctl_snapshot_unmount(const char *snapname, int flags);
339 (void) zfsctl_snapshot_unmount(se->se_name, MNT_EXPIRE); in snapentry_expire()927 error = zfsctl_snapshot_unmount(snapname, MNT_FORCE); in zfsctl_snapdir_remove()1004 zfsctl_snapshot_unmount(const char *snapname, int flags) in zfsctl_snapshot_unmount() function
1336 zfsctl_snapshot_unmount(const char *snapname, int flags __unused) in zfsctl_snapshot_unmount() function
3585 (void) zfsctl_snapshot_unmount(snapname, MNT_FORCE); in zfs_unmount_snap()