Searched defs:hardforce (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1380 zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce, argument
1391 zc.zc_guid = hardforce;
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1166 boolean_t hardforce = B_FALSE; local
1179 hardforce = B_TRUE;
1213 if (hardforce) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c4326 * configuration from the cache afterwards. If the 'hardforce' flag is set, then
4331 boolean_t force, boolean_t hardforce)
4400 if (new_state != POOL_STATE_UNINITIALIZED && !hardforce) {
4421 if (!hardforce)
4445 boolean_t hardforce)
4448 force, hardforce));
4330 spa_export_common(char *pool, int new_state, nvlist_t **oldconfig, boolean_t force, boolean_t hardforce) argument
4444 spa_export(char *pool, nvlist_t **oldconfig, boolean_t force, boolean_t hardforce) argument
H A Dzfs_ioctl.c1581 boolean_t hardforce = (boolean_t)zc->zc_guid; local
1584 error = spa_export(zc->zc_name, NULL, force, hardforce);

Completed in 123 milliseconds