HomeSort by: relevance | last modified time | path
    Searched refs:zil_destroy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil.h 399 extern void zil_destroy(zilog_t *zilog, boolean_t keep_first);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 611 * when keep_first is set, because both zil_create() and zil_destroy()
615 zil_destroy(zilog_t *zilog, boolean_t keep_first) function
1993 zil_destroy(zilog, B_FALSE);
2148 zil_destroy(zilog, B_TRUE);
2169 zil_destroy(zilog, B_FALSE);
zfs_vfsops.c 1341 zil_destroy(zfsvfs->z_log, B_FALSE);
zvol.c 886 zil_destroy(dmu_objset_zil(os), B_FALSE);

Completed in 27 milliseconds