Home
last modified time | relevance | path

Searched refs:zpool_in_use (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c279 zpool_in_use(libzfs_handle_t *hdl, int fd, pool_state_t *state, char **namestr, in zpool_in_use() function
H A Dlibzfs.abi527 …<elf-symbol name='zpool_in_use' type='func-type' binding='global-binding' visibility='default-visi…
5305 …on-decl name='zpool_in_use' mangled-name='zpool_in_use' visibility='default' binding='global' size…
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc185 if (zpool_in_use(g_zfsHandle, devFd, &poolState, in ReadLabel()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c126 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) == 0 && inuse) { in check_file_generic()
227 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) != 0 || in is_spare()
H A Dzpool_main.c1875 ret = zpool_in_use(g_zfs, fd, &state, &name, &inuse); in zpool_do_labelclear()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h1007 _LIBZFS_H int zpool_in_use(libzfs_handle_t *, int, pool_state_t *, char **,