m_logbufs        1286 fs/xfs/xfs_log.c 	if (mp->m_logbufs <= 0)
m_logbufs        1287 fs/xfs/xfs_log.c 		mp->m_logbufs = XLOG_MAX_ICLOGS;
m_logbufs        1291 fs/xfs/xfs_log.c 	log->l_iclog_bufs = mp->m_logbufs;
m_logbufs         109 fs/xfs/xfs_mount.h 	int			m_logbufs;	/* number of log buffers */
m_logbufs         197 fs/xfs/xfs_super.c 	mp->m_logbufs = -1;
m_logbufs         212 fs/xfs/xfs_super.c 			if (match_int(args, &mp->m_logbufs))
m_logbufs         393 fs/xfs/xfs_super.c 	if (mp->m_logbufs != -1 &&
m_logbufs         394 fs/xfs/xfs_super.c 	    mp->m_logbufs != 0 &&
m_logbufs         395 fs/xfs/xfs_super.c 	    (mp->m_logbufs < XLOG_MIN_ICLOGS ||
m_logbufs         396 fs/xfs/xfs_super.c 	     mp->m_logbufs > XLOG_MAX_ICLOGS)) {
m_logbufs         398 fs/xfs/xfs_super.c 			mp->m_logbufs, XLOG_MIN_ICLOGS, XLOG_MAX_ICLOGS);
m_logbufs         476 fs/xfs/xfs_super.c 	if (mp->m_logbufs > 0)
m_logbufs         477 fs/xfs/xfs_super.c 		seq_printf(m, ",logbufs=%d", mp->m_logbufs);