Searched refs:m_logbsize (Results 1 – 3 of 3) sorted by relevance
215 mp->m_logbsize = -1; in xfs_parseargs()240 if (suffix_kstrtoint(value, 10, &mp->m_logbsize)) in xfs_parseargs()424 if (mp->m_logbsize != -1 && in xfs_parseargs()425 mp->m_logbsize != 0 && in xfs_parseargs()426 (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE || in xfs_parseargs()427 mp->m_logbsize > XLOG_MAX_RECORD_BSIZE || in xfs_parseargs()428 !is_power_of_2(mp->m_logbsize))) { in xfs_parseargs()431 mp->m_logbsize); in xfs_parseargs()502 if (mp->m_logbsize > 0) in xfs_showargs()503 seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10); in xfs_showargs()[all …]
69 int m_logbsize; /* size of each log buffer */ member
1246 if (mp->m_logbsize > 0) { in xlog_get_iclog_buffer_size()1247 size = log->l_iclog_size = mp->m_logbsize; in xlog_get_iclog_buffer_size()1259 xhdrs = mp->m_logbsize / XLOG_HEADER_CYCLE_SIZE; in xlog_get_iclog_buffer_size()1260 if (mp->m_logbsize % XLOG_HEADER_CYCLE_SIZE) in xlog_get_iclog_buffer_size()1265 ASSERT(mp->m_logbsize <= XLOG_BIG_RECORD_BSIZE); in xlog_get_iclog_buffer_size()1284 if (mp->m_logbsize == 0) in xlog_get_iclog_buffer_size()1285 mp->m_logbsize = log->l_iclog_size; in xlog_get_iclog_buffer_size()