Searched defs:JournalFile (Results 1 – 1 of 1) sorted by relevance
61 typedef struct JournalFile { struct62 int fd;63 MMapFileDescriptor *cache_fd;65 mode_t mode;67 int open_flags;68 bool close_fd:1;69 bool archive:1;71 direction_t last_direction;72 LocationType location_type;73 uint64_t last_n_entries;[all …]