m_logbsize 1288 fs/xfs/xfs_log.c if (mp->m_logbsize <= 0) m_logbsize 1289 fs/xfs/xfs_log.c mp->m_logbsize = XLOG_BIG_RECORD_BSIZE; m_logbsize 1292 fs/xfs/xfs_log.c log->l_iclog_size = mp->m_logbsize; m_logbsize 1298 fs/xfs/xfs_log.c DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE); m_logbsize 5293 fs/xfs/xfs_log_recover.c if (h_len <= log->l_mp->m_logbsize && m_logbsize 5297 fs/xfs/xfs_log_recover.c h_size, log->l_mp->m_logbsize); m_logbsize 5298 fs/xfs/xfs_log_recover.c h_size = log->l_mp->m_logbsize; m_logbsize 110 fs/xfs/xfs_mount.h int m_logbsize; /* size of each log buffer */ m_logbsize 198 fs/xfs/xfs_super.c mp->m_logbsize = -1; m_logbsize 216 fs/xfs/xfs_super.c if (suffix_kstrtoint(args, 10, &mp->m_logbsize)) m_logbsize 401 fs/xfs/xfs_super.c if (mp->m_logbsize != -1 && m_logbsize 402 fs/xfs/xfs_super.c mp->m_logbsize != 0 && m_logbsize 403 fs/xfs/xfs_super.c (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE || m_logbsize 404 fs/xfs/xfs_super.c mp->m_logbsize > XLOG_MAX_RECORD_BSIZE || m_logbsize 405 fs/xfs/xfs_super.c !is_power_of_2(mp->m_logbsize))) { m_logbsize 408 fs/xfs/xfs_super.c mp->m_logbsize); m_logbsize 478 fs/xfs/xfs_super.c if (mp->m_logbsize > 0) m_logbsize 479 fs/xfs/xfs_super.c seq_printf(m, ",logbsize=%dk", mp->m_logbsize >> 10); m_logbsize 1434 fs/xfs/xfs_super.c if (mp->m_logbsize <= 0 && m_logbsize 1436 fs/xfs/xfs_super.c mp->m_logbsize = mp->m_sb.sb_logsunit; m_logbsize 1437 fs/xfs/xfs_super.c } else if (mp->m_logbsize > 0 && m_logbsize 1438 fs/xfs/xfs_super.c mp->m_logbsize < mp->m_sb.sb_logsunit) { m_logbsize 1445 fs/xfs/xfs_super.c if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) {