Searched refs:zil_destroy (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h400 extern void zil_destroy(zilog_t *zilog, boolean_t keep_first);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c593 * when keep_first is set, because both zil_create() and zil_destroy()
597 zil_destroy(zilog_t *zilog, boolean_t keep_first) function
1975 zil_destroy(zilog, B_FALSE);
2130 zil_destroy(zilog, B_TRUE);
2151 zil_destroy(zilog, B_FALSE);
H A Dzfs_vfsops.c1071 zil_destroy(zfsvfs->z_log, B_FALSE);
H A Dzvol.c561 zil_destroy(dmu_objset_zil(os), B_FALSE);

Completed in 1881 milliseconds