count_init       1809 fs/xfs/xfs_log.c 	uint32_t		count_init, count;
count_init       1816 fs/xfs/xfs_log.c 	count_init = log->l_iclog_hsize + iclog->ic_offset;
count_init       1821 fs/xfs/xfs_log.c 		count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init));
count_init       1823 fs/xfs/xfs_log.c 		count = BBTOB(BTOBB(count_init));
count_init       1826 fs/xfs/xfs_log.c 	ASSERT(count >= count_init);
count_init       1827 fs/xfs/xfs_log.c 	*roundoff = count - count_init;