Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h152 extern int zfsvfs_create(const char *name, zfsvfs_t **zfvp);
/titanic_53/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1419 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) in getzfsvfs() argument
1433 *zfvp = dmu_objset_get_user(os); in getzfsvfs()
1434 if (*zfvp) { in getzfsvfs()
1435 VFS_HOLD((*zfvp)->z_vfs); in getzfsvfs()
1451 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) in zfsvfs_hold() argument
1455 if (getzfsvfs(name, zfvp) != 0) in zfsvfs_hold()
1456 error = zfsvfs_create(name, zfvp); in zfsvfs_hold()
1458 rrm_enter(&(*zfvp)->z_teardown_lock, (writer) ? RW_WRITER : in zfsvfs_hold()
1460 if ((*zfvp)->z_unmounted) { in zfsvfs_hold()
1466 rrm_exit(&(*zfvp)->z_teardown_lock, tag); in zfsvfs_hold()
H A Dzfs_vfsops.c886 zfsvfs_create(const char *osname, zfsvfs_t **zfvp) in zfsvfs_create() argument
1017 *zfvp = zfsvfs; in zfsvfs_create()
1022 *zfvp = NULL; in zfsvfs_create()