Searched refs:st_log_timezone_known (Results 1 – 3 of 3) sorted by relevance
178 if (st->st_log_timezone_known) in vlog_prefix()208 if (st->st_log_flags & STARTD_LOG_SYSLOG && st->st_log_timezone_known) in vlog_prefix()357 if (st->st_log_timezone_known) in vlog_instance()618 if (!st->st_log_timezone_known && stat(FS_TIMEZONE_DIR, &sb) == 0) { in log_init()620 st->st_log_timezone_known = 1; in log_init()
69 if (!st->st_log_timezone_known) { in special_fsroot_post_online()71 st->st_log_timezone_known = 1; in special_fsroot_post_online()
524 int st_log_timezone_known; /* timezone is available */ member