Home
last modified time | relevance | path

Searched refs:zfsctl_umount_snapshots (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_ctldir.h54 int zfsctl_umount_snapshots(vfs_t *, int, cred_t *);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1269 zfsctl_umount_snapshots(vfs_t *vfsp, int fflags, cred_t *cr) in zfsctl_umount_snapshots() function
H A Dzfs_vfsops.c1659 if ((ret = zfsctl_umount_snapshots(vfsp, fflag, cr)) != 0) in zfs_umount()