xfs_sb_version_hasftype  871 fs/xfs/libxfs/xfs_da_format.c 	if (xfs_sb_version_hasftype(&mp->m_sb))
xfs_sb_version_hasftype   75 fs/xfs/libxfs/xfs_dir2_sf.c 	has_ftype = xfs_sb_version_hasftype(&mp->m_sb) ? 1 : 0;
xfs_sb_version_hasftype 1125 fs/xfs/libxfs/xfs_sb.c 	if (xfs_sb_version_hasftype(sbp))
xfs_sb_version_hasftype   55 fs/xfs/scrub/dir.c 	if (!xfs_sb_version_hasftype(&mp->m_sb)) {
xfs_sb_version_hasftype  130 fs/xfs/scrub/dir.c 		if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR)
xfs_sb_version_hasftype  141 fs/xfs/scrub/dir.c 		if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR)
xfs_sb_version_hasftype   34 fs/xfs/xfs_dir2_readdir.c 	if (!xfs_sb_version_hasftype(&mp->m_sb))