Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c1641 #define MNTOPT_BIOSIZE "biosize" /* log2 of preferred buffered io size */ macro
1729 } else if (!strcmp(this_char, MNTOPT_BIOSIZE)) { in xfs_parseargs()
1732 MNTOPT_BIOSIZE); in xfs_parseargs()
1866 seq_printf(m, "," MNTOPT_BIOSIZE "=%d", mp->m_writeio_log); in xfs_showargs()