Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h507 extern int getzfsvfs(const char *, struct zfsvfs **);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1513 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) in getzfsvfs() function
1538 if (getzfsvfs(name, zfvp) != 0) in zfsvfs_hold()
3645 int err = getzfsvfs(snapname, &zfsvfs); in zfs_unmount_snap()
4173 if (getzfsvfs(fsname, &zfsvfs) == 0) { in zfs_ioc_rollback()
4877 if (getzfsvfs(tofs, &zfsvfs) == 0) { in zfs_ioc_recv_impl()
5600 if (getzfsvfs(zc->zc_name, &zfsvfs) == 0) { in zfs_ioc_userspace_upgrade()