Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_super.c69 #define MNTOPT_LOGBSIZE "logbsize" /* size of XFS log buffers */ macro
234 } else if (!strcmp(this_char, MNTOPT_LOGBSIZE)) { in xfs_parseargs()
503 seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10); in xfs_showargs()