Searched refs:m_logbsize (Results 1 – 3 of 3) sorted by relevance
213 mp->m_logbsize = -1; in xfs_parseargs()238 if (suffix_kstrtoint(value, 10, &mp->m_logbsize)) in xfs_parseargs()426 if (mp->m_logbsize != -1 && in xfs_parseargs()427 mp->m_logbsize != 0 && in xfs_parseargs()428 (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE || in xfs_parseargs()429 mp->m_logbsize > XLOG_MAX_RECORD_BSIZE || in xfs_parseargs()430 !is_power_of_2(mp->m_logbsize))) { in xfs_parseargs()433 mp->m_logbsize); in xfs_parseargs()503 if (mp->m_logbsize > 0) in xfs_showargs()504 seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10); in xfs_showargs()[all …]
69 int m_logbsize; /* size of each log buffer */ member
1229 if (mp->m_logbsize > 0) { in xlog_get_iclog_buffer_size()1230 size = log->l_iclog_size = mp->m_logbsize; in xlog_get_iclog_buffer_size()1242 xhdrs = mp->m_logbsize / XLOG_HEADER_CYCLE_SIZE; in xlog_get_iclog_buffer_size()1243 if (mp->m_logbsize % XLOG_HEADER_CYCLE_SIZE) in xlog_get_iclog_buffer_size()1248 ASSERT(mp->m_logbsize <= XLOG_BIG_RECORD_BSIZE); in xlog_get_iclog_buffer_size()1267 if (mp->m_logbsize == 0) in xlog_get_iclog_buffer_size()1268 mp->m_logbsize = log->l_iclog_size; in xlog_get_iclog_buffer_size()