Home
last modified time | relevance | path

Searched refs:writer (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/journal-remote/ !
Djournal-remote-parse.c16 log_debug("Writer ref count %i", source->writer->n_ref); in source_free()
17 writer_unref(source->writer); in source_free()
29 RemoteSource* source_new(int fd, bool passive_fd, char *name, Writer *writer) { in source_new() argument
45 source->writer = writer; in source_new()
54 assert(source->writer); in process_source()
71 r = writer_write(source->writer, in process_source()
Djournal-remote.c102 int journal_remote_get_writer(RemoteServer *s, const char *host, Writer **writer) { in journal_remote_get_writer() argument
144 *writer = TAKE_PTR(w); in journal_remote_get_writer()
171 Writer *writer; in get_source_for_fd() local
182 r = journal_remote_get_writer(s, name, &writer); in get_source_for_fd()
188 s->sources[fd] = source_new(fd, false, name, writer); in get_source_for_fd()
190 writer_unref(writer); in get_source_for_fd()
Djournal-remote-parse.h12 Writer *writer; member
18 RemoteSource* source_new(int fd, bool passive_fd, char *name, Writer *writer);
Djournal-remote.h52 int journal_remote_get_writer(RemoteServer *s, const char *host, Writer **writer);
Djournal-remote-main.c158 Writer *writer; in request_meta() local
165 r = journal_remote_get_writer(journal_remote_server_global, hostname, &writer); in request_meta()
170 source = source_new(fd, true, hostname, writer); in request_meta()
172 writer_unref(writer); in request_meta()
Djournal-remote-write.c59 DEFINE_TRIVIAL_REF_UNREF_FUNC(Writer, writer, writer_free);
/systemd-251/docs/ !
DJOURNAL_FILE_FORMAT.md31 Instead of implementing your own reader or writer for journal files we ask you
86 If any kind of corruption is noticed by a writer it should immediately rotate
115 indexing. When new data is appended to a file the writer first writes all new
154 sd_id128_t boot_id; /* last writer */
185 If a writer finds that the **machine_id** of a file to write to does not match
192 When a writer opens a file it shall initialize the **boot_id** to the current
196 **arena_size** field of the header. If a writer needs to write to a file where
198 immediately rotate the file and start a new one. If a writer is asked to write
297 STATE_ARCHIVED. If a writer is asked to write to a file that is not in
319 single-writer/multiple-reader scenario. The synchronization model is very weak
[all …]
DCGROUP_DELEGATION.md56 2. The **single-writer** rule: this means that each cgroup only has a single
57 writer, i.e. a single process managing it. It's OK if different cgroups have
250 unit and that conflicts with the single-writer rule.
/systemd-251/LICENSES/ !
DOFL-1.1.txt49 writer or other person who contributed to the Font Software.
/systemd-251/hwdb.d/ !
Dusb.ids1671 0acd Sitecom Internal Multi Memory reader/writer MD-005
1673 10cd Sitecom Internal Multi Memory reader/writer MD-005
1675 20cd Sitecom Internal Multi Memory reader/writer MD-005
6846 02d8 SBAC-US10 SxS PRO memory card reader/writer
13778 27d7 Multi Memory reader/writer MD-005
13779 27da Multi Memory reader/writer MD-005
13780 27dc Multi Memory reader/writer MD-005
15119 1836 Samsung SE-S084 Super WriteMaster Slim External DVD writer
17500 2040 Samsung Writemaster external DVD writer
D20-usb-vendor-model.hwdb4950 ID_MODEL_FROM_DATABASE=Sitecom Internal Multi Memory reader/writer MD-005
4956 ID_MODEL_FROM_DATABASE=Sitecom Internal Multi Memory reader/writer MD-005
4962 ID_MODEL_FROM_DATABASE=Sitecom Internal Multi Memory reader/writer MD-005
20475 ID_MODEL_FROM_DATABASE=SBAC-US10 SxS PRO memory card reader/writer
41268 ID_MODEL_FROM_DATABASE=Multi Memory reader/writer MD-005
41271 ID_MODEL_FROM_DATABASE=Multi Memory reader/writer MD-005
41274 ID_MODEL_FROM_DATABASE=Multi Memory reader/writer MD-005
45291 ID_MODEL_FROM_DATABASE=Samsung SE-S084 Super WriteMaster Slim External DVD writer
52434 ID_MODEL_FROM_DATABASE=Samsung Writemaster external DVD writer
/systemd-251/ !
DTODO1539 * journald: do journal file writing out-of-process, with one writer process per
DNEWS12259 single-writer scheme, where only PID 1