Home
last modified time | relevance | path

Searched refs:zpool_handle (Results 1 – 14 of 14) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dlibmocks.h42 struct zpool_handle;
43 typedef struct zpool_handle zpool_handle_t;
H A Dzfsd_unittest.cc79 struct zpool_handle struct
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.h48 struct zpool_handle;
49 typedef struct zpool_handle zpool_handle_t;
H A Dvdev_iterator.h46 struct zpool_handle;
47 typedef struct zpool_handle zpool_handle_t;
H A Dzpool_list.h51 struct zpool_handle;
52 typedef struct zpool_handle zpool_handle_t;
H A Dzfsd.h62 struct zpool_handle;
63 typedef struct zpool_handle zpool_handle_t;
H A Dzfsd_event.h55 struct zpool_handle;
56 typedef struct zpool_handle zpool_handle_t;
H A Dvdev.h49 struct zpool_handle;
50 typedef struct zpool_handle zpool_handle_t;
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h98 struct zpool_handle { struct
H A Dlibzfs_dataset.c296 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
472 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) in make_dataset_handle_common()
534 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc()
664 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle()
996 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
998 if (zpool_handle == NULL) in zfs_spa_version()
1001 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version()
1611 zpool_handle_t *zph = zpool_handle(zhp); in zfs_add_synthetic_resv()
1692 resvsize = zvol_volsize_to_reservation(zpool_handle(zhp), volsize, in zfs_fix_auto_resv()
3709 zpool_handle_t *zpool_handle; in zfs_create() local
[all …]
H A Dlibzfs.abi2699 …<class-decl name='zpool_handle' size-in-bits='2816' is-struct='yes' visibility='default' id='67002…
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1079 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local
1194 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
1197 if (zpool_handle == NULL) in zfs_do_create()
1204 props, 0, NULL, zpool_handle, B_TRUE, msg)) == NULL) { in zfs_do_create()
1205 zpool_close(zpool_handle); in zfs_do_create()
1212 uint64_t volblocksize = default_volblocksize(zpool_handle, in zfs_do_create()
1245 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create()
1252 volsize = zvol_volsize_to_reservation(zpool_handle, volsize, in zfs_do_create()
1264 if (zpool_handle != NULL) { in zfs_do_create()
1265 zpool_close(zpool_handle); in zfs_do_create()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h207 typedef struct zpool_handle zpool_handle_t;
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi29 …<class-decl name='zpool_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id=…
197 …<class-decl name='zpool_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id=…