Searched refs:EntryItem (Results 1 - 3 of 3) sorted by relevance

/systemd/src/journal/
H A Djournal-def.h46 typedef struct EntryItem EntryItem; typedef in typeref:struct:EntryItem
100 struct EntryItem { struct
112 EntryItem items[];
H A Djournal-file.c1178 return (le64toh(o->object.size) - offsetof(Object, entry.items)) / sizeof(EntryItem);
1372 const EntryItem items[], unsigned n_items,
1385 osize = offsetof(Object, entry.items) + (n_items * sizeof(EntryItem));
1392 memcpy(o->entry.items, items, n_items * sizeof(EntryItem));
1509 const EntryItem *a = _a, *b = _b;
1520 EntryItem *items;
1541 items = alloca(sizeof(EntryItem) * MAX(1u, n_iovec));
1558 qsort_safe(items, n_iovec, sizeof(EntryItem), entry_item_cmp);
3016 EntryItem *items;
3032 items = alloca(sizeof(EntryItem) * MA
[all...]
H A Djournal-verify.c214 if ((le64toh(o->object.size) - offsetof(EntryObject, items)) % sizeof(EntryItem) != 0) {
222 if ((le64toh(o->object.size) - offsetof(EntryObject, items)) / sizeof(EntryItem) <= 0) {
225 (le64toh(o->object.size) - offsetof(EntryObject, items)) / sizeof(EntryItem));

Completed in 1714 milliseconds