Lines Matching defs:is_log
2126 uint64_t is_log = 0;
2129 &is_log);
2133 is_log ? " [log]" : "");
2886 uint64_t is_log;
3037 * The 'is_log' value is only set for the toplevel
3044 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 &&
3045 is_log) {
3206 * If is_spare, is_l2cache, or is_log is non-NULL, then store within it
3212 boolean_t *is_spare, boolean_t *is_l2cache, boolean_t *is_log)
3225 if (is_log != NULL)
3226 *is_log = log;
3914 uint64_t is_log = B_FALSE, is_hole = B_FALSE;
3926 &is_log);
3929 if (is_log || is_hole) {