Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_super.c209 mp->m_logbufs = -1; in xfs_parseargs()
224 if (match_int(args, &mp->m_logbufs)) in xfs_parseargs()
408 if (mp->m_logbufs != -1 && in xfs_parseargs()
409 mp->m_logbufs != 0 && in xfs_parseargs()
410 (mp->m_logbufs < XLOG_MIN_ICLOGS || in xfs_parseargs()
411 mp->m_logbufs > XLOG_MAX_ICLOGS)) { in xfs_parseargs()
413 mp->m_logbufs, XLOG_MIN_ICLOGS, XLOG_MAX_ICLOGS); in xfs_parseargs()
491 if (mp->m_logbufs > 0) in xfs_showargs()
492 seq_printf(m, ",logbufs=%d", mp->m_logbufs); in xfs_showargs()
Dxfs_mount.h88 int m_logbufs; /* number of log buffers */ member
Dxfs_log.c1312 if (mp->m_logbufs <= 0) in xlog_get_iclog_buffer_size()
1315 log->l_iclog_bufs = mp->m_logbufs; in xlog_get_iclog_buffer_size()
1356 if (mp->m_logbufs == 0) in xlog_get_iclog_buffer_size()
1357 mp->m_logbufs = log->l_iclog_bufs; in xlog_get_iclog_buffer_size()