Home
last modified time | relevance | path

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

/openbmc/linux/fs/omfs/
H A Domfs_fs.h37 __be16 h_crc; /* crc-ccitt of body_size bytes */ member
H A Dinode.c93 oi->i_head.h_crc = cpu_to_be16(crc); in omfs_update_checksums()
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst60 __be16 h_crc; /* crc-ccitt of body_size bytes */
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h170 __le32 h_crc; /* crc of log record : 4 */ member
/openbmc/linux/fs/xfs/
H A Dxfs_log.c1817 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
2079 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
2090 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
H A Dxfs_log_recover.c2860 __le32 old_crc = rhead->h_crc; in xlog_recover_process()