ic_header        1293 fs/xfs/xfs_log.c 		log->l_iclog_bak[i] = (xfs_caddr_t)&(iclog->ic_header);
ic_header        1295 fs/xfs/xfs_log.c 		head = &iclog->ic_header;
ic_header        1490 fs/xfs/xfs_log.c 		iclog->ic_header.h_len =
ic_header        1493 fs/xfs/xfs_log.c 		iclog->ic_header.h_len =
ic_header        1500 fs/xfs/xfs_log.c 	XFS_BUF_SET_ADDR(bp, BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)));
ic_header        1548 fs/xfs/xfs_log.c 		XFS_BUF_SET_PTR(bp, (xfs_caddr_t)((__psint_t)&(iclog->ic_header)+
ic_header        1626 fs/xfs/xfs_log.c 	be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt);
ic_header        1853 fs/xfs/xfs_log.c 	    *start_lsn = be64_to_cpu(iclog->ic_header.h_lsn);
ic_header        2023 fs/xfs/xfs_log.c 			   (be32_to_cpu(iclog->ic_header.h_num_logops) ==
ic_header        2034 fs/xfs/xfs_log.c 			iclog->ic_header.h_num_logops = 0;
ic_header        2035 fs/xfs/xfs_log.c 			memset(iclog->ic_header.h_cycle_data, 0,
ic_header        2036 fs/xfs/xfs_log.c 			      sizeof(iclog->ic_header.h_cycle_data));
ic_header        2037 fs/xfs/xfs_log.c 			iclog->ic_header.h_lsn = 0;
ic_header        2092 fs/xfs/xfs_log.c 		lsn = be64_to_cpu(lsn_log->ic_header.h_lsn);
ic_header        2196 fs/xfs/xfs_log.c 				    		be64_to_cpu(iclog->ic_header.h_lsn)) < 0) {
ic_header        2212 fs/xfs/xfs_log.c 				       be64_to_cpu(iclog->ic_header.h_lsn)) <= 0);
ic_header        2214 fs/xfs/xfs_log.c 					be64_to_cpu(iclog->ic_header.h_lsn);
ic_header        2413 fs/xfs/xfs_log.c 	head = &iclog->ic_header;
ic_header        2857 fs/xfs/xfs_log.c 		iclog->ic_header.h_tail_lsn = cpu_to_be64(log->l_tail_lsn);
ic_header        2892 fs/xfs/xfs_log.c 	iclog->ic_header.h_prev_block = cpu_to_be32(log->l_prev_block);
ic_header        2989 fs/xfs/xfs_log.c 				lsn = be64_to_cpu(iclog->ic_header.h_lsn);
ic_header        2997 fs/xfs/xfs_log.c 				if (be64_to_cpu(iclog->ic_header.h_lsn) == lsn &&
ic_header        3081 fs/xfs/xfs_log.c 	if (be64_to_cpu(iclog->ic_header.h_lsn) != lsn) {
ic_header        3407 fs/xfs/xfs_log.c 	if (be32_to_cpu(iclog->ic_header.h_magicno) != XLOG_HEADER_MAGIC_NUM)
ic_header        3410 fs/xfs/xfs_log.c 	ptr = (xfs_caddr_t) &iclog->ic_header;
ic_header        3411 fs/xfs/xfs_log.c 	for (ptr += BBSIZE; ptr < ((xfs_caddr_t)&iclog->ic_header) + count;
ic_header        3418 fs/xfs/xfs_log.c 	len = be32_to_cpu(iclog->ic_header.h_num_logops);
ic_header        3422 fs/xfs/xfs_log.c 	xhdr = (xlog_in_core_2_t *)&iclog->ic_header;
ic_header        3440 fs/xfs/xfs_log.c 					iclog->ic_header.h_cycle_data[idx]);
ic_header        3461 fs/xfs/xfs_log.c 				op_len = be32_to_cpu(iclog->ic_header.h_cycle_data[idx]);
ic_header        3633 fs/xfs/xfs_log.c 		if (iclog->ic_header.h_num_logops)
ic_header        3345 fs/xfs/xfs_log_recover.c 	iclog->ic_header.h_chksum = cpu_to_be32(chksum);
ic_header        3368 fs/xfs/xfs_log_recover.c 	cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn);
ic_header        3373 fs/xfs/xfs_log_recover.c 		iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp;
ic_header        3379 fs/xfs/xfs_log_recover.c 		xhdr = (xlog_in_core_2_t *)&iclog->ic_header;