Searched refs:zfvp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_vfsops.h | 152 extern int zfsvfs_create(const char *name, zfsvfs_t **zfvp);
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 1418 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) in getzfsvfs() argument 1432 *zfvp = dmu_objset_get_user(os); in getzfsvfs() 1433 if (*zfvp) { in getzfsvfs() 1434 VFS_HOLD((*zfvp)->z_vfs); in getzfsvfs() 1450 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) in zfsvfs_hold() argument 1454 if (getzfsvfs(name, zfvp) != 0) in zfsvfs_hold() 1455 error = zfsvfs_create(name, zfvp); in zfsvfs_hold() 1457 rrm_enter(&(*zfvp)->z_teardown_lock, (writer) ? RW_WRITER : in zfsvfs_hold() 1459 if ((*zfvp)->z_unmounted) { in zfsvfs_hold() 1465 rrm_exit(&(*zfvp)->z_teardown_lock, tag); in zfsvfs_hold()
|
H A D | zfs_vfsops.c | 886 zfsvfs_create(const char *osname, zfsvfs_t **zfvp) in zfsvfs_create() argument 1017 *zfvp = zfsvfs; in zfsvfs_create() 1022 *zfvp = NULL; in zfsvfs_create()
|