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

/barrelfish-master/include/tenaciousd/
H A Dlog.h17 (STORAGE_VSIC_ROUND(log->vsic, sizeof(struct tenaciousd_log_entry)) - sizeof(struct tenaciousd_log_entry))
19 // sizeof(struct tenaciousd_log_entry) = on-disk size of header + footer
20 struct tenaciousd_log_entry { struct
28 struct tenaciousd_log_entry *entry;
46 struct tenaciousd_log_entry *entry);
55 struct tenaciousd_log_entry *
59 struct tenaciousd_log_entry *
61 struct tenaciousd_log_entry *entry,
65 struct tenaciousd_log_entry *entr
[all...]
/barrelfish-master/lib/tenaciousd/
H A Dlog.c27 STORAGE_VSIC_ROUND(log->vsic, sizeof(struct tenaciousd_log_entry))
39 static struct tenaciousd_log_entry *read_entry(struct tenaciousd_log *log,
43 struct tenaciousd_log_entry *entry =
44 storage_malloc(log->vsic, sizeof(struct tenaciousd_log_entry));
61 if(entry->size + sizeof(struct tenaciousd_log_entry)
68 entry->size + sizeof(struct tenaciousd_log_entry));
72 entry->size - LOG_MIN_ENTRY_SIZE(log) + sizeof(struct tenaciousd_log_entry),
118 struct tenaciousd_log_entry *logentry = read_entry(log, log->end);
185 struct tenaciousd_log_entry *entry)
191 STORAGE_VSIC_ROUND(vsic, entry->size + sizeof(struct tenaciousd_log_entry));
[all...]
/barrelfish-master/usr/bench/tenaciousd_bench/
H A Dtenaciousd_bench.c36 struct tenaciousd_log_entry *entry = tenaciousd_log_entry_new(log, &size);

Completed in 85 milliseconds