Searched refs:zfvp (Results 1 – 3 of 3) sorted by relevance
157 extern int zfsvfs_create(const char *name, zfsvfs_t **zfvp);
1464 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) in getzfsvfs() argument1479 *zfvp = dmu_objset_get_user(os); in getzfsvfs()1480 if (*zfvp) { in getzfsvfs()1481 vfsp = (*zfvp)->z_vfs; in getzfsvfs()1492 *zfvp = NULL; in getzfsvfs()1506 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) in zfsvfs_hold() argument1510 if (getzfsvfs(name, zfvp) != 0) in zfsvfs_hold()1511 error = zfsvfs_create(name, zfvp); in zfsvfs_hold()1513 rrm_enter(&(*zfvp)->z_teardown_lock, (writer) ? RW_WRITER : in zfsvfs_hold()1515 if ((*zfvp)->z_unmounted) { in zfsvfs_hold()[all …]
1282 zfsvfs_create(const char *osname, zfsvfs_t **zfvp) in zfsvfs_create() argument1331 *zfvp = NULL; in zfsvfs_create()1336 *zfvp = zfsvfs; in zfsvfs_create()