l_iclog_size     1292 fs/xfs/xfs_log.c 	log->l_iclog_size = mp->m_logbsize;
l_iclog_size     1431 fs/xfs/xfs_log.c 	ASSERT(log->l_iclog_size >= 4096);
l_iclog_size     1434 fs/xfs/xfs_log.c 		size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) *
l_iclog_size     1445 fs/xfs/xfs_log.c 		iclog->ic_data = kmem_alloc_io(log->l_iclog_size, align_mask,
l_iclog_size     1457 fs/xfs/xfs_log.c 		head->h_size = cpu_to_be32(log->l_iclog_size);
l_iclog_size     1462 fs/xfs/xfs_log.c 		iclog->ic_size = log->l_iclog_size - log->l_iclog_hsize;
l_iclog_size     3624 fs/xfs/xfs_log.c 	iclog_space = log->l_iclog_size - log->l_iclog_hsize;
l_iclog_size     3715 fs/xfs/xfs_log.c 		    ptr <= log->l_iclog_bak[i] + log->l_iclog_size)
l_iclog_size      432 fs/xfs/xfs_log_cil.c 	iclog_space = log->l_iclog_size - log->l_iclog_hsize;
l_iclog_size      364 fs/xfs/xfs_log_priv.h 	int			l_iclog_size;	/* size of log in bytes */