Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_super.c68 #define MNTOPT_LOGBUFS "logbufs" /* number of XFS log buffers */ macro
226 if (!strcmp(this_char, MNTOPT_LOGBUFS)) { in xfs_parseargs()
501 seq_printf(m, "," MNTOPT_LOGBUFS "=%d", mp->m_logbufs); in xfs_showargs()