Home
last modified time | relevance | path

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

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