Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h547 extern int getzfsvfs(const char *, struct zfsvfs **);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1344 int err = getzfsvfs(snapname, &zfsvfs); in zfsctl_snapshot_unmount()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c1389 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) in getzfsvfs() function
1414 if (getzfsvfs(name, zfvp) != 0) in zfsvfs_hold()
4240 if (getzfsvfs(fsname, &zfsvfs) == 0) { in zfs_ioc_rollback()
4953 if (getzfsvfs(tofs, &zfsvfs) == 0) { in zfs_ioc_recv_impl()
5864 if (getzfsvfs(zc->zc_name, &zfsvfs) == 0) { in zfs_ioc_userspace_upgrade()