num_headers      3567 fs/xfs/xfs_log.c 	uint			num_headers;
num_headers      3625 fs/xfs/xfs_log.c 	num_headers = howmany(unit_bytes, iclog_space);
num_headers      3628 fs/xfs/xfs_log.c 	unit_bytes += sizeof(xlog_op_header_t) * num_headers;
num_headers      3631 fs/xfs/xfs_log.c 	while (!num_headers ||
num_headers      3632 fs/xfs/xfs_log.c 	       howmany(unit_bytes, iclog_space) > num_headers) {
num_headers      3634 fs/xfs/xfs_log.c 		num_headers++;
num_headers      3636 fs/xfs/xfs_log.c 	unit_bytes += log->l_iclog_hsize * num_headers;