Searched refs:m_logbsize (Results 1 – 3 of 3) sorted by relevance
255 mp->m_logbsize = ap->logbufsize; in xfs_start_flags()343 mp->m_logbsize = mp->m_sb.sb_logsunit; in xfs_finish_flags()1871 if (mp->m_logbsize > 0) in xfs_showargs()1872 seq_printf(m, "," MNTOPT_LOGBSIZE "=%d", mp->m_logbsize); in xfs_showargs()
1067 if (mp->m_logbsize != -1) { in xlog_get_iclog_buffer_size()1068 size = log->l_iclog_size = mp->m_logbsize; in xlog_get_iclog_buffer_size()1080 xhdrs = mp->m_logbsize / XLOG_HEADER_CYCLE_SIZE; in xlog_get_iclog_buffer_size()1081 if (mp->m_logbsize % XLOG_HEADER_CYCLE_SIZE) in xlog_get_iclog_buffer_size()1086 ASSERT(mp->m_logbsize <= XLOG_BIG_RECORD_BSIZE); in xlog_get_iclog_buffer_size()
311 int m_logbsize; /* size of each log buffer */ member