Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h137 struct commit_header { struct
138 __u32 h_magic;
139 __u32 h_blocktype;
140 __u32 h_sequence;
141 unsigned char h_chksum_type;
142 unsigned char h_chksum_size;
143 unsigned char h_padding[2];
144 __u32 h_chksum[JBD2_CHECKSUM_BYTES];
145 __u64 h_commit_sec;
146 __u32 h_commit_nsec;
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc222 bool commit_header = false; in Flush() local