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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil.h397 extern void zil_destroy(zilog_t *zilog, boolean_t keep_first);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c575 * when keep_first is set, because both zil_create() and zil_destroy()
579 zil_destroy(zilog_t *zilog, boolean_t keep_first) function
1923 zil_destroy(zilog, B_FALSE);
2078 zil_destroy(zilog, B_TRUE);
2100 zil_destroy(zilog, B_FALSE);
H A Dzfs_vfsops.c1072 zil_destroy(zfsvfs->z_log, B_FALSE);
H A Dzvol.c588 zil_destroy(dmu_objset_zil(os), B_FALSE);

Completed in 113 milliseconds