Searched refs:zpool_in_use (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 209 zpool_in_use;
|
H A D | libzfs.h | 740 extern int zpool_in_use(libzfs_handle_t *, int, pool_state_t *, char **,
|
H A D | libzfs_import.c | 1529 zpool_in_use(libzfs_handle_t *hdl, int fd, pool_state_t *state, char **namestr, in zpool_in_use() function
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 303 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) == 0 && inuse) { in check_file() 998 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) != 0 || in is_spare()
|