Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_format.h373 #define XFS_SB_FEAT_INCOMPAT_BIGTIME (1 << 3) /* large timestamps */ macro
380 XFS_SB_FEAT_INCOMPAT_BIGTIME| \
Dxfs_sb.c170 if (sbp->sb_features_incompat & XFS_SB_FEAT_INCOMPAT_BIGTIME) in xfs_sb_version_to_features()