writeio_log       438 fs/xfs/xfs_mount.c 	int		readio_log, writeio_log;
writeio_log       443 fs/xfs/xfs_mount.c 			writeio_log = XFS_WSYNC_WRITEIO_LOG;
writeio_log       446 fs/xfs/xfs_mount.c 			writeio_log = XFS_WRITEIO_LOG_LARGE;
writeio_log       450 fs/xfs/xfs_mount.c 		writeio_log = mp->m_writeio_log;
writeio_log       459 fs/xfs/xfs_mount.c 	if (sbp->sb_blocklog > writeio_log) {
writeio_log       462 fs/xfs/xfs_mount.c 		mp->m_writeio_log = writeio_log;