Searched refs:ic_header (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log.c588 !iclog->ic_header.h_tail_lsn) {
590 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn);
1621 head = &iclog->ic_header;
1773 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn);
1779 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp;
2068 iclog->ic_header.h_len = cpu_to_be32(size);
2073 bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn));
2077 xlog_split_iclog(log, &iclog->ic_header, bno, count);
2080 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header,
[all...]
H A Dxfs_log_priv.h202 #define ic_header ic_data->hic_header macro
H A Dxfs_log_cil.c784 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn);
1304 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn);
H A Dxfs_trace.h4469 __entry->lsn = be64_to_cpu(iclog->ic_header.h_lsn);

Completed in 158 milliseconds