Searched refs:hardforce (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 623 boolean_t hardforce);
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1166 boolean_t hardforce = B_FALSE; local 1179 hardforce = B_TRUE; 1213 if (hardforce) {
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 4326 * 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 D | zfs_ioctl.c | 1581 boolean_t hardforce = (boolean_t)zc->zc_guid; local 1584 error = spa_export(zc->zc_name, NULL, force, hardforce);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1380 zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce, argument 1391 zc.zc_guid = hardforce;
|
Completed in 158 milliseconds