Lines Matching refs:offsetof
22 Journal.Storage, config_parse_storage, 0, offsetof(Server, storage)
23 Journal.Compress, config_parse_compress, 0, offsetof(Server, compress)
24 Journal.Seal, config_parse_bool, 0, offsetof(Server, seal)
25 Journal.ReadKMsg, config_parse_bool, 0, offsetof(Server, read_kmsg)
26 Journal.Audit, config_parse_tristate, 0, offsetof(Server, set_audit)
27 Journal.SyncIntervalSec, config_parse_sec, 0, offsetof(Server, sync_interval_usec)
29 Journal.RateLimitInterval, config_parse_sec, 0, offsetof(Server, ratelimit_interval)
30 Journal.RateLimitIntervalSec,config_parse_sec, 0, offsetof(Server, ratelimit_interval)
31 Journal.RateLimitBurst, config_parse_unsigned, 0, offsetof(Server, ratelimit_burst)
32 Journal.SystemMaxUse, config_parse_iec_uint64, 0, offsetof(Server, system_storage.metrics.max…
33 Journal.SystemMaxFileSize, config_parse_iec_uint64, 0, offsetof(Server, system_storage.metrics.max…
34 Journal.SystemKeepFree, config_parse_iec_uint64, 0, offsetof(Server, system_storage.metrics.kee…
35 Journal.SystemMaxFiles, config_parse_uint64, 0, offsetof(Server, system_storage.metrics.n_m…
36 Journal.RuntimeMaxUse, config_parse_iec_uint64, 0, offsetof(Server, runtime_storage.metrics.ma…
37 Journal.RuntimeMaxFileSize, config_parse_iec_uint64, 0, offsetof(Server, runtime_storage.metrics.ma…
38 Journal.RuntimeKeepFree, config_parse_iec_uint64, 0, offsetof(Server, runtime_storage.metrics.ke…
39 Journal.RuntimeMaxFiles, config_parse_uint64, 0, offsetof(Server, runtime_storage.metrics.n_…
40 Journal.MaxRetentionSec, config_parse_sec, 0, offsetof(Server, max_retention_usec)
41 Journal.MaxFileSec, config_parse_sec, 0, offsetof(Server, max_file_usec)
42 Journal.ForwardToSyslog, config_parse_bool, 0, offsetof(Server, forward_to_syslog)
43 Journal.ForwardToKMsg, config_parse_bool, 0, offsetof(Server, forward_to_kmsg)
44 Journal.ForwardToConsole, config_parse_bool, 0, offsetof(Server, forward_to_console)
45 Journal.ForwardToWall, config_parse_bool, 0, offsetof(Server, forward_to_wall)
46 Journal.TTYPath, config_parse_path, 0, offsetof(Server, tty_path)
47 Journal.MaxLevelStore, config_parse_log_level, 0, offsetof(Server, max_level_store)
48 Journal.MaxLevelSyslog, config_parse_log_level, 0, offsetof(Server, max_level_syslog)
49 Journal.MaxLevelKMsg, config_parse_log_level, 0, offsetof(Server, max_level_kmsg)
50 Journal.MaxLevelConsole, config_parse_log_level, 0, offsetof(Server, max_level_console)
51 Journal.MaxLevelWall, config_parse_log_level, 0, offsetof(Server, max_level_wall)
52 Journal.SplitMode, config_parse_split_mode, 0, offsetof(Server, split_mode)
53 Journal.LineMax, config_parse_line_max, 0, offsetof(Server, line_max)