Home
last modified time | relevance | path

Searched defs:commit_header (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h124 struct commit_header { struct
125 __u32 h_magic;
126 __u32 h_blocktype;
127 __u32 h_sequence;
128 unsigned char h_chksum_type;
129 unsigned char h_chksum_size;
130 unsigned char h_padding[2];
131 __u32 h_chksum[JBD2_CHECKSUM_BYTES];
132 __u64 h_commit_sec;
133 __u32 h_commit_nsec;
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc222 bool commit_header = false; in Flush() local