Deleted Added
full compact
spa.h (332525) spa.h (332530)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 813 unchanged lines hidden (view full) ---

822extern uint8_t spa_get_failmode(spa_t *spa);
823extern boolean_t spa_suspended(spa_t *spa);
824extern uint64_t spa_bootfs(spa_t *spa);
825extern uint64_t spa_delegation(spa_t *spa);
826extern objset_t *spa_meta_objset(spa_t *spa);
827extern uint64_t spa_deadman_synctime(spa_t *spa);
828
829/* Miscellaneous support routines */
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 813 unchanged lines hidden (view full) ---

822extern uint8_t spa_get_failmode(spa_t *spa);
823extern boolean_t spa_suspended(spa_t *spa);
824extern uint64_t spa_bootfs(spa_t *spa);
825extern uint64_t spa_delegation(spa_t *spa);
826extern objset_t *spa_meta_objset(spa_t *spa);
827extern uint64_t spa_deadman_synctime(spa_t *spa);
828
829/* Miscellaneous support routines */
830extern void spa_load_failed(spa_t *spa, const char *fmt, ...);
831extern void spa_load_note(spa_t *spa, const char *fmt, ...);
830extern void spa_activate_mos_feature(spa_t *spa, const char *feature,
831 dmu_tx_t *tx);
832extern void spa_deactivate_mos_feature(spa_t *spa, const char *feature);
833extern int spa_rename(const char *oldname, const char *newname);
834extern spa_t *spa_by_guid(uint64_t pool_guid, uint64_t device_guid);
835extern boolean_t spa_guid_exists(uint64_t pool_guid, uint64_t device_guid);
836extern char *spa_strdup(const char *);
837extern void spa_strfree(char *);

--- 108 unchanged lines hidden ---
832extern void spa_activate_mos_feature(spa_t *spa, const char *feature,
833 dmu_tx_t *tx);
834extern void spa_deactivate_mos_feature(spa_t *spa, const char *feature);
835extern int spa_rename(const char *oldname, const char *newname);
836extern spa_t *spa_by_guid(uint64_t pool_guid, uint64_t device_guid);
837extern boolean_t spa_guid_exists(uint64_t pool_guid, uint64_t device_guid);
838extern char *spa_strdup(const char *);
839extern void spa_strfree(char *);

--- 108 unchanged lines hidden ---