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

/linux-master/fs/xfs/
H A Dxfs_mount.h300 #define XFS_FEAT_LARGE_IOSIZE (1ULL << 51) /* report large preferred macro
H A Dxfs_super.c176 { XFS_FEAT_LARGE_IOSIZE, ",largeio" },
1319 parsing_mp->m_features |= XFS_FEAT_LARGE_IOSIZE;
1322 parsing_mp->m_features &= ~XFS_FEAT_LARGE_IOSIZE;

Completed in 284 milliseconds