Home
last modified time | relevance | path

Searched refs:m_logbufs (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_super.c226 mp->m_logbufs = -1; in xfs_parseargs()
241 if (match_int(args, &mp->m_logbufs)) in xfs_parseargs()
429 if (mp->m_logbufs != -1 && in xfs_parseargs()
430 mp->m_logbufs != 0 && in xfs_parseargs()
431 (mp->m_logbufs < XLOG_MIN_ICLOGS || in xfs_parseargs()
432 mp->m_logbufs > XLOG_MAX_ICLOGS)) { in xfs_parseargs()
434 mp->m_logbufs, XLOG_MIN_ICLOGS, XLOG_MAX_ICLOGS); in xfs_parseargs()
513 if (mp->m_logbufs > 0) in xfs_showargs()
514 seq_printf(m, ",logbufs=%d", mp->m_logbufs); in xfs_showargs()
Dxfs_mount.h100 int m_logbufs; /* number of log buffers */ member
Dxfs_log.c1274 if (mp->m_logbufs <= 0) in xlog_get_iclog_buffer_size()
1277 log->l_iclog_bufs = mp->m_logbufs; in xlog_get_iclog_buffer_size()
1318 if (mp->m_logbufs == 0) in xlog_get_iclog_buffer_size()
1319 mp->m_logbufs = log->l_iclog_bufs; in xlog_get_iclog_buffer_size()