Home
last modified time | relevance | path

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

/freebsd-head/cddl/usr.sbin/zfsd/tests/
HDlibmocks.h42 struct zpool_handle;
43 typedef struct zpool_handle zpool_handle_t;
HDzfsd_unittest.cc79 struct zpool_handle struct
/freebsd-head/cddl/usr.sbin/zfsd/
HDzfsd_exception.h48 struct zpool_handle;
49 typedef struct zpool_handle zpool_handle_t;
HDvdev_iterator.h46 struct zpool_handle;
47 typedef struct zpool_handle zpool_handle_t;
HDzpool_list.h51 struct zpool_handle;
52 typedef struct zpool_handle zpool_handle_t;
HDzfsd.h62 struct zpool_handle;
63 typedef struct zpool_handle zpool_handle_t;
HDzfsd_event.h55 struct zpool_handle;
56 typedef struct zpool_handle zpool_handle_t;
HDvdev.h49 struct zpool_handle;
50 typedef struct zpool_handle zpool_handle_t;
/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_impl.h100 struct zpool_handle { struct
HDlibzfs_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()
1638 zpool_handle_t *zph = zpool_handle(zhp); in zfs_add_synthetic_resv()
1719 resvsize = zvol_volsize_to_reservation(zpool_handle(zhp), volsize, in zfs_fix_auto_resv()
3736 zpool_handle_t *zpool_handle; in zfs_create() local
[all …]
HDlibzfs.abi2312 …<class-decl name='zpool_handle' size-in-bits='2816' is-struct='yes' visibility='default' id='67002…
/freebsd-head/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c1052 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local
1167 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
1170 if (zpool_handle == NULL) in zfs_do_create()
1177 props, 0, NULL, zpool_handle, B_TRUE, msg)) == NULL) { in zfs_do_create()
1178 zpool_close(zpool_handle); in zfs_do_create()
1185 uint64_t volblocksize = default_volblocksize(zpool_handle, in zfs_do_create()
1218 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create()
1225 volsize = zvol_volsize_to_reservation(zpool_handle, volsize, in zfs_do_create()
1237 if (zpool_handle != NULL) { in zfs_do_create()
1238 zpool_close(zpool_handle); in zfs_do_create()
/freebsd-head/sys/contrib/openzfs/include/
HDlibzfs.h206 typedef struct zpool_handle zpool_handle_t;
/freebsd-head/sys/contrib/openzfs/lib/libzfsbootenv/
HDlibzfsbootenv.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=…