ic_header 1450 fs/xfs/xfs_log.c log->l_iclog_bak[i] = &iclog->ic_header; ic_header 1452 fs/xfs/xfs_log.c head = &iclog->ic_header; ic_header 1616 fs/xfs/xfs_log.c cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); ic_header 1622 fs/xfs/xfs_log.c iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; ic_header 1885 fs/xfs/xfs_log.c iclog->ic_header.h_len = cpu_to_be32(size); ic_header 1890 fs/xfs/xfs_log.c bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)); ic_header 1894 fs/xfs/xfs_log.c xlog_split_iclog(log, &iclog->ic_header, bno, count); ic_header 1899 fs/xfs/xfs_log.c iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, ic_header 1910 fs/xfs/xfs_log.c iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); ic_header 1914 fs/xfs/xfs_log.c be64_to_cpu(iclog->ic_header.h_lsn)); ic_header 1984 fs/xfs/xfs_log.c be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); ic_header 2405 fs/xfs/xfs_log.c *start_lsn = be64_to_cpu(iclog->ic_header.h_lsn); ic_header 2572 fs/xfs/xfs_log.c (be32_to_cpu(iclog->ic_header.h_num_logops) == ic_header 2583 fs/xfs/xfs_log.c iclog->ic_header.h_num_logops = 0; ic_header 2584 fs/xfs/xfs_log.c memset(iclog->ic_header.h_cycle_data, 0, ic_header 2585 fs/xfs/xfs_log.c sizeof(iclog->ic_header.h_cycle_data)); ic_header 2586 fs/xfs/xfs_log.c iclog->ic_header.h_lsn = 0; ic_header 2647 fs/xfs/xfs_log.c lsn = be64_to_cpu(iclog->ic_header.h_lsn); ic_header 2751 fs/xfs/xfs_log.c header_lsn = be64_to_cpu(iclog->ic_header.h_lsn); ic_header 3006 fs/xfs/xfs_log.c head = &iclog->ic_header; ic_header 3200 fs/xfs/xfs_log.c iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn); ic_header 3236 fs/xfs/xfs_log.c iclog->ic_header.h_prev_block = cpu_to_be32(log->l_prev_block); ic_header 3340 fs/xfs/xfs_log.c lsn = be64_to_cpu(iclog->ic_header.h_lsn); ic_header 3348 fs/xfs/xfs_log.c if (be64_to_cpu(iclog->ic_header.h_lsn) != lsn || ic_header 3404 fs/xfs/xfs_log.c while (be64_to_cpu(iclog->ic_header.h_lsn) != lsn) { ic_header 3827 fs/xfs/xfs_log.c if (iclog->ic_header.h_magicno != cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) ic_header 3830 fs/xfs/xfs_log.c base_ptr = ptr = &iclog->ic_header; ic_header 3831 fs/xfs/xfs_log.c p = &iclog->ic_header; ic_header 3839 fs/xfs/xfs_log.c len = be32_to_cpu(iclog->ic_header.h_num_logops); ic_header 3860 fs/xfs/xfs_log.c iclog->ic_header.h_cycle_data[idx]); ic_header 3882 fs/xfs/xfs_log.c op_len = be32_to_cpu(iclog->ic_header.h_cycle_data[idx]); ic_header 4041 fs/xfs/xfs_log.c if (iclog->ic_header.h_num_logops) ic_header 220 fs/xfs/xfs_log_priv.h #define ic_header ic_data->hic_header