Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h163 extern int zfsvfs_create(const char *name, boolean_t readony, zfsvfs_t **zfvp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1176 zfsvfs_create(const char *osname, boolean_t readonly, zfsvfs_t **zfvp) in zfsvfs_create() function
1379 error = zfsvfs_create(osname, readonly, &zfsvfs); in zfs_domount()
H A Dzfs_ioctl.c1539 error = zfsvfs_create(name, B_FALSE, zfvp); in zfsvfs_hold()