Home
last modified time | relevance | path

Searched refs:h_crc (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_log_format.h169 __le32 h_crc; /* crc of log record : 4 */ member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_log_format.h170 __le32 h_crc; /* crc of log record : 4 */ member
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c1634 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
1882 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
1893 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
H A Dxfs_log_recover.c2835 __le32 old_crc = rhead->h_crc; in xlog_recover_process()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c1816 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
2078 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
2089 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
H A Dxfs_log_recover.c2854 __le32 old_crc = rhead->h_crc; in xlog_recover_process()

Completed in 22 milliseconds