Searched refs:sb_features2 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_sb.h72 * word, sb_versionnum, and sb_features2. Whenever a bit is set in
73 * sb_features2, the feature bit XFS_SB_VERSION_MOREBITSBIT must be set.
75 * These defines represent bits in sb_features2.
151 __uint32_t sb_features2; /* additional feature bits */ member in struct:xfs_sb
222 __be32 sb_features2; /* additional feature bits */ member in struct:xfs_dsb
311 (sbp->sb_features2 & ~XFS_SB_VERSION2_OKREALBITS)))
335 return (sbp->sb_bad_features2 != sbp->sb_features2);
464 * sb_features2 bit version macros.
470 * ((sbp)->sb_features2 & XFS_SB_VERSION2_FUNBIT)
476 (sbp->sb_features2
[all...]
H A Dxfs_mount.c117 { offsetof(xfs_sb_t, sb_features2), 0 },
576 to->sb_features2 = be32_to_cpu(from->sb_features2);
1124 * read & wrote into the wrong sb offset for sb_features2
1126 * when sb_features2 was added, which made older superblock
1141 sbp->sb_features2 |= sbp->sb_bad_features2;
1142 sbp->sb_bad_features2 = sbp->sb_features2;
1160 if (!sbp->sb_features2)
2017 * be altered by the mount options, as well as any potential sb_features2

Completed in 63 milliseconds