Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h152 extern int zfsvfs_create(const char *name, zfsvfs_t **zfvp);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1415 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) in getzfsvfs() argument
1429 *zfvp = dmu_objset_get_user(os); in getzfsvfs()
1430 if (*zfvp) { in getzfsvfs()
1431 VFS_HOLD((*zfvp)->z_vfs); in getzfsvfs()
1447 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) in zfsvfs_hold() argument
1451 if (getzfsvfs(name, zfvp) != 0) in zfsvfs_hold()
1452 error = zfsvfs_create(name, zfvp); in zfsvfs_hold()
1454 rrm_enter(&(*zfvp)->z_teardown_lock, (writer) ? RW_WRITER : in zfsvfs_hold()
1456 if ((*zfvp)->z_unmounted) { in zfsvfs_hold()
1462 rrm_exit(&(*zfvp)->z_teardown_lock, tag); in zfsvfs_hold()
H A Dzfs_vfsops.c882 zfsvfs_create(const char *osname, zfsvfs_t **zfvp) in zfsvfs_create() argument
1013 *zfvp = zfsvfs; in zfsvfs_create()
1018 *zfvp = NULL; in zfsvfs_create()