Searched refs:journal_header (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.h65 typedef struct journal_header { struct
75 } __attribute__((__packed__)) journal_header; typedef in typeref:struct:journal_header
82 // we only checksum the original size of the journal_header to remain
83 // backwards compatible. the size of the original journal_header is
87 #define JOURNAL_HEADER_CKSUM_SIZE (offsetof(struct journal_header, sequence_num))
H A Dfsck_journal.c333 loadJournalHeader(int jfd, off_t offset, size_t blockSize, journal_header *jhp)
344 *jhp = *(journal_header*)buffer;
384 journal_header jhdr = { 0 };
H A DSVerify1.c292 * The journal_header structure is not defined in <hfs/hfs_format.h>;
296 typedef struct journal_header { struct
306 } journal_header; typedef in typeref:struct:journal_header
310 #define JOURNAL_HEADER_CKSUM_SIZE (offsetof(struct journal_header, sequence_num))
345 struct journal_header *jhdr;
391 jhdr = (struct journal_header*)block;
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h110 typedef struct journal_header { struct
120 } journal_header; typedef in typeref:struct:journal_header
126 // we only checksum the original size of the journal_header to remain
131 #define JOURNAL_HEADER_CKSUM_SIZE (offsetof(struct journal_header, sequence_num))
169 journal_header *jhdr; // points to the first byte of header_buf
H A Dvfs_journal.c1724 jnl->jhdr = (journal_header *)jnl->header_buf;
1725 memset(jnl->jhdr, 0, sizeof(journal_header));
1902 jnl->jhdr = (journal_header *)jnl->header_buf;
1903 memset(jnl->jhdr, 0, sizeof(journal_header));
2141 jnl.jhdr = (journal_header *)jnl.header_buf;
2142 memset(jnl.jhdr, 0, sizeof(journal_header));
2665 jnl->jhdr = (journal_header *)jnl->header_buf;

Completed in 101 milliseconds