Home
last modified time | relevance | path

Searched refs:h_crc (Results 1 – 4 of 4) sorted by relevance

/linux/fs/omfs/
H A Domfs_fs.h37 __be16 h_crc; /* crc-ccitt of body_size bytes */ member
/linux/Documentation/filesystems/
H A Domfs.rst60 __be16 h_crc; /* crc-ccitt of body_size bytes */
/linux/fs/xfs/
H A Dxfs_log.c1514 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
1751 iclog->ic_header->h_crc = xlog_cksum(log, iclog->ic_header, in xlog_sync()
1762 iclog->ic_header->h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
H A Dxfs_log_recover.c2885 __le32 expected_crc = rhead->h_crc, crc, other_crc; in xlog_recover_process()