Home
last modified time | relevance | path

Searched defs:zfvp (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c44 if (*zfvp == NULL) in zfs_vfs_ref() argument
H A Dzfs_vfsops.c175 zfsvfs_t *zfvp; zfs_get_temporary_prop() local
966 zfsvfs_create(const char * osname,boolean_t readonly,zfsvfs_t ** zfvp) zfsvfs_create() argument
1000 zfsvfs_create_impl(zfsvfs_t ** zfvp,zfsvfs_t * zfsvfs,objset_t * os) zfsvfs_create_impl() argument
2257 zfsvfs_t *zfvp; zfs_get_vfs_flag_unmounted() local
[all...]
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c553 zfsvfs_t *zfvp; zfs_get_temporary_prop() local
772 zfsvfs_create(const char * osname,boolean_t readonly,zfsvfs_t ** zfvp) zfsvfs_create() argument
798 zfsvfs_create_impl(zfsvfs_t ** zfvp,zfsvfs_t * zfsvfs,objset_t * os) zfsvfs_create_impl() argument
2069 zfsvfs_t *zfvp; zfs_get_vfs_flag_unmounted() local
[all...]
H A Dzfs_ioctl_os.c78 zfs_vfs_ref(zfsvfs_t **zfvp) in zfs_vfs_ref() argument
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c641 zfsvfs_t *zfvp; in zcp_get_userquota_prop() local
H A Dzfs_ioctl.c1362 getzfsvfs_impl(objset_t * os,zfsvfs_t ** zfvp) getzfsvfs_impl() argument
1378 getzfsvfs(const char * dsname,zfsvfs_t ** zfvp) getzfsvfs() argument
1399 zfsvfs_hold(const char * name,const void * tag,zfsvfs_t ** zfvp,boolean_t writer) zfsvfs_hold() argument
[all...]
/freebsd-src/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c346 zfsvfs_create(const char *osname, boolean_t readonly, zfsvfs_t **zfvp) in zfsvfs_create()