Searched refs:zfvp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_vfsops.h | 164 extern int zfsvfs_create(const char *name, boolean_t readony, zfsvfs_t **zfvp); 165 extern int zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp_get.c | 620 zfsvfs_t *zfvp; in zcp_get_userquota_prop() local 637 error = zfsvfs_create_impl(&zfvp, zfsvfs, os); in zcp_get_userquota_prop() 639 error = zfs_userspace_one(zfvp, type, domain, in zcp_get_userquota_prop() 641 zfsvfs_free(zfvp); in zcp_get_userquota_prop()
|
H A D | zfs_vfsops.c | 1197 zfsvfs_create(const char *osname, boolean_t readonly, zfsvfs_t **zfvp) in zfsvfs_create() argument 1212 error = zfsvfs_create_impl(zfvp, zfsvfs, os); in zfsvfs_create() 1221 zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_create_impl() argument 1240 *zfvp = NULL; in zfsvfs_create_impl() 1249 *zfvp = zfsvfs; in zfsvfs_create_impl() 2808 zfsvfs_t *zfvp; in zfs_get_vfs_flag_unmounted() local 2814 zfvp = dmu_objset_get_user(os); in zfs_get_vfs_flag_unmounted() 2815 if (zfvp != NULL && zfvp->z_vfs != NULL && in zfs_get_vfs_flag_unmounted() 2816 (zfvp->z_vfs->vfs_flag & VFS_UNMOUNTED)) in zfs_get_vfs_flag_unmounted() 2836 zfsvfs_t *zfvp; in zfs_get_temporary_prop() local [all …]
|
H A D | zfs_ioctl.c | 1494 getzfsvfs_impl(objset_t *os, zfsvfs_t **zfvp) in getzfsvfs_impl() argument 1502 *zfvp = dmu_objset_get_user(os); in getzfsvfs_impl() 1503 if (*zfvp) { in getzfsvfs_impl() 1504 VFS_HOLD((*zfvp)->z_vfs); in getzfsvfs_impl() 1513 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) in getzfsvfs() argument 1522 error = getzfsvfs_impl(os, zfvp); in getzfsvfs() 1534 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) in zfsvfs_hold() argument 1538 if (getzfsvfs(name, zfvp) != 0) in zfsvfs_hold() 1539 error = zfsvfs_create(name, B_FALSE, zfvp); in zfsvfs_hold() 1541 rrm_enter(&(*zfvp)->z_teardown_lock, (writer) ? RW_WRITER : in zfsvfs_hold() [all …]
|