Home
last modified time | relevance | path

Searched refs:xfs_sb_version_to_features (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_sb.h24 extern uint64_t xfs_sb_version_to_features(struct xfs_sb *sbp);
Dxfs_sb.c111 xfs_sb_version_to_features( in xfs_sb_version_to_features() function
/linux-6.6.21/fs/xfs/
Dxfs_mount.c230 mp->m_features |= xfs_sb_version_to_features(sbp); in xfs_readsb()
Dxfs_log_recover.c3332 mp->m_features |= xfs_sb_version_to_features(sbp); in xlog_do_recover()