Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_mount.h279 #define XFS_FEAT_BIGTIME (1ULL << 24) /* large timestamps */ macro
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_sb.c171 features |= XFS_FEAT_BIGTIME; in xfs_sb_version_to_features()