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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c73 #define MNTOPT_LOGBSIZE "logbsize" /* size of XFS log buffers */ macro
217 } else if (!strcmp(this_char, MNTOPT_LOGBSIZE)) {
533 seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10);

Completed in 116 milliseconds