Searched refs:m_logbsize (Results 1 – 4 of 4) sorted by relevance
227 mp->m_logbsize = -1; in xfs_parseargs()245 if (suffix_kstrtoint(args, 10, &mp->m_logbsize)) in xfs_parseargs()437 if (mp->m_logbsize != -1 && in xfs_parseargs()438 mp->m_logbsize != 0 && in xfs_parseargs()439 (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE || in xfs_parseargs()440 mp->m_logbsize > XLOG_MAX_RECORD_BSIZE || in xfs_parseargs()441 !is_power_of_2(mp->m_logbsize))) { in xfs_parseargs()444 mp->m_logbsize); in xfs_parseargs()515 if (mp->m_logbsize > 0) in xfs_showargs()516 seq_printf(m, ",logbsize=%dk", mp->m_logbsize >> 10); in xfs_showargs()[all …]
1282 if (mp->m_logbsize > 0) { in xlog_get_iclog_buffer_size()1283 size = log->l_iclog_size = mp->m_logbsize; in xlog_get_iclog_buffer_size()1295 xhdrs = mp->m_logbsize / XLOG_HEADER_CYCLE_SIZE; in xlog_get_iclog_buffer_size()1296 if (mp->m_logbsize % XLOG_HEADER_CYCLE_SIZE) in xlog_get_iclog_buffer_size()1301 ASSERT(mp->m_logbsize <= XLOG_BIG_RECORD_BSIZE); in xlog_get_iclog_buffer_size()1320 if (mp->m_logbsize == 0) in xlog_get_iclog_buffer_size()1321 mp->m_logbsize = log->l_iclog_size; in xlog_get_iclog_buffer_size()
101 int m_logbsize; /* size of each log buffer */ member
5304 if (h_len <= log->l_mp->m_logbsize && in xlog_do_recovery_pass()5308 h_size, log->l_mp->m_logbsize); in xlog_do_recovery_pass()5309 h_size = log->l_mp->m_logbsize; in xlog_do_recovery_pass()