Home
last modified time | relevance | path

Searched refs:zpool_condense (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_condense/
H A Dzpool_condense_basic.ksh19 . $STF_SUITE/tests/functional/cli_root/zpool_condense/zpool_condense.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_condense.ksh20 . $STF_SUITE/tests/functional/cli_root/zpool_condense/zpool_condense.kshlib
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dsanity.run267 [tests/functional/cli_root/zpool_condense]
269 tags = ['functional', 'cli_root', 'zpool_condense']
H A Dcommon.run421 [tests/functional/cli_root/zpool_condense]
423 tags = ['functional', 'cli_root', 'zpool_condense']
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h308 _LIBZFS_H int zpool_condense(zpool_handle_t *, const char *, const char *);
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4719 zpool_condense(zpool_handle_t *zhp, const char *cmd, const char *type) in zpool_condense() function
H A Dlibzfs.abi540 …<elf-symbol name='zpool_condense' type='func-type' binding='global-binding' visibility='default-vi…
7419 …decl name='zpool_condense' mangled-name='zpool_condense' visibility='default' binding='global' siz…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c8932 return (zpool_condense(zhp, cb->cmd, cb->type)); in condense_cb()
8946 err = zpool_condense(zhp, cb->cmd, condense_types[i]); in condense_cb()