XLOG_HEADER_CYCLE_SIZE  172 fs/xfs/libxfs/xfs_log_format.h 	__be32	  h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
XLOG_HEADER_CYCLE_SIZE  181 fs/xfs/libxfs/xfs_log_format.h 	__be32	  xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /*	: 256 */
XLOG_HEADER_CYCLE_SIZE 1298 fs/xfs/xfs_log.c 		DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE);
XLOG_HEADER_CYCLE_SIZE 1620 fs/xfs/xfs_log.c 		if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE))
XLOG_HEADER_CYCLE_SIZE 1631 fs/xfs/xfs_log.c 			j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE 1632 fs/xfs/xfs_log.c 			k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE 1669 fs/xfs/xfs_log.c 		xheads = size / XLOG_HEADER_CYCLE_SIZE;
XLOG_HEADER_CYCLE_SIZE 1670 fs/xfs/xfs_log.c 		if (size % XLOG_HEADER_CYCLE_SIZE)
XLOG_HEADER_CYCLE_SIZE 3853 fs/xfs/xfs_log.c 			if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) {
XLOG_HEADER_CYCLE_SIZE 3854 fs/xfs/xfs_log.c 				j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE 3855 fs/xfs/xfs_log.c 				k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE 3877 fs/xfs/xfs_log.c 			if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) {
XLOG_HEADER_CYCLE_SIZE 3878 fs/xfs/xfs_log.c 				j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE 3879 fs/xfs/xfs_log.c 				k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE  520 fs/xfs/xfs_log_recover.c 		xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE;
XLOG_HEADER_CYCLE_SIZE  521 fs/xfs/xfs_log_recover.c 		if (h_size % XLOG_HEADER_CYCLE_SIZE)
XLOG_HEADER_CYCLE_SIZE 1217 fs/xfs/xfs_log_recover.c 		    (h_size > XLOG_HEADER_CYCLE_SIZE)) {
XLOG_HEADER_CYCLE_SIZE 1218 fs/xfs/xfs_log_recover.c 			hblks = h_size / XLOG_HEADER_CYCLE_SIZE;
XLOG_HEADER_CYCLE_SIZE 1219 fs/xfs/xfs_log_recover.c 			if (h_size % XLOG_HEADER_CYCLE_SIZE)
XLOG_HEADER_CYCLE_SIZE 5110 fs/xfs/xfs_log_recover.c 		  i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) {
XLOG_HEADER_CYCLE_SIZE 5118 fs/xfs/xfs_log_recover.c 			j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE 5119 fs/xfs/xfs_log_recover.c 			k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
XLOG_HEADER_CYCLE_SIZE 5304 fs/xfs/xfs_log_recover.c 		    (h_size > XLOG_HEADER_CYCLE_SIZE)) {
XLOG_HEADER_CYCLE_SIZE 5305 fs/xfs/xfs_log_recover.c 			hblks = h_size / XLOG_HEADER_CYCLE_SIZE;
XLOG_HEADER_CYCLE_SIZE 5306 fs/xfs/xfs_log_recover.c 			if (h_size % XLOG_HEADER_CYCLE_SIZE)