Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h262 #define XFS_FEAT_DALIGN (1ULL << 4) /* data alignment */ macro
/fs/xfs/libxfs/
Dxfs_sb.c130 features |= XFS_FEAT_DALIGN; in xfs_sb_version_to_features()