Home
last modified time | relevance | path

Searched refs:ic_header (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log.c478 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn); in __xlog_state_release_iclog()
1388 log->l_iclog_bak[i] = &iclog->ic_header; in xlog_alloc_log()
1390 head = &iclog->ic_header; in xlog_alloc_log()
1574 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()
1580 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()
1853 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()
1858 bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync()
1862 xlog_split_iclog(log, &iclog->ic_header, bno, count); in xlog_sync()
1867 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
1878 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
[all …]
Dxfs_log_priv.h213 #define ic_header ic_data->hic_header macro