Searched refs:m_logbsize (Results 1 – 4 of 4) sorted by relevance
203 if (mp->m_logbsize > 0) in xfs_fs_show_options()204 seq_printf(m, ",logbsize=%dk", mp->m_logbsize >> 10); in xfs_fs_show_options()1017 if (mp->m_logbsize <= 0 && in xfs_finish_flags()1019 mp->m_logbsize = mp->m_sb.sb_logsunit; in xfs_finish_flags()1020 } else if (mp->m_logbsize > 0 && in xfs_finish_flags()1021 mp->m_logbsize < mp->m_sb.sb_logsunit) { in xfs_finish_flags()1028 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) { in xfs_finish_flags()1306 if (suffix_kstrtoint(param->string, 10, &parsing_mp->m_logbsize)) in xfs_fs_parse_param()1501 if (mp->m_logbsize != -1 && in xfs_fs_validate_params()1502 mp->m_logbsize != 0 && in xfs_fs_validate_params()[all …]
184 int m_logbsize; /* size of each log buffer */ member
1274 if (mp->m_logbsize <= 0) in xlog_get_iclog_buffer_size()1275 mp->m_logbsize = XLOG_BIG_RECORD_BSIZE; in xlog_get_iclog_buffer_size()1278 log->l_iclog_size = mp->m_logbsize; in xlog_get_iclog_buffer_size()1284 DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE); in xlog_get_iclog_buffer_size()
3049 if (h_len > h_size && h_len <= log->l_mp->m_logbsize && in xlog_do_recovery_pass()3053 h_size, log->l_mp->m_logbsize); in xlog_do_recovery_pass()3054 h_size = log->l_mp->m_logbsize; in xlog_do_recovery_pass()