Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_vfsops.h156 extern int zfsvfs_create(const char *name, zfsvfs_t **zfvp);
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vfsops.c849 zfsvfs_create(const char *osname, zfsvfs_t **zfvp) in zfsvfs_create() function
1144 error = zfsvfs_create(osname, &zfsvfs); in zfs_domount()
HDzfs_ioctl.c1464 error = zfsvfs_create(name, zfvp); in zfsvfs_hold()