Searched refs:ic_header (Results 1 – 4 of 4) sorted by relevance
487 !iclog->ic_header->h_tail_lsn) { in xlog_state_release_iclog()488 iclog->ic_header->h_tail_lsn = in xlog_state_release_iclog()1246 log->l_iclog_hsize = struct_size(log->l_iclog->ic_header, h_ext, in xlog_get_iclog_buffer_size()1415 iclog->ic_header = kvzalloc(log->l_iclog_size, in xlog_alloc_log()1417 if (!iclog->ic_header) in xlog_alloc_log()1419 iclog->ic_header->h_magicno = in xlog_alloc_log()1421 iclog->ic_header->h_version = cpu_to_be32( in xlog_alloc_log()1423 iclog->ic_header->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()1424 iclog->ic_header->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_alloc_log()1425 memcpy(&iclog->ic_header->h_fs_uuid, &mp->m_sb.sb_uuid, in xlog_alloc_log()[all …]
217 struct xlog_rec_header *ic_header; member
1041 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header->h_lsn); in xlog_cil_set_ctx_write_state()1551 ctx->commit_iclog->ic_prev->ic_header->h_lsn); in xlog_cil_push_work()
4967 __entry->lsn = be64_to_cpu(iclog->ic_header->h_lsn);