Home
last modified time | relevance | path

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

/linux-4.19.296/fs/omfs/
Domfs_fs.h37 __be16 h_crc; /* crc-ccitt of body_size bytes */ member
Dinode.c93 oi->i_head.h_crc = cpu_to_be16(crc); in omfs_update_checksums()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h169 __le32 h_crc; /* crc of log record : 4 */ member
/linux-4.19.296/fs/xfs/
Dxfs_log.c1746 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
1916 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
1926 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
Dxfs_log_recover.c5208 __le32 old_crc = rhead->h_crc; in xlog_recover_process()