Lines Matching defs:feature
59 * Supported feature bit list is just all bits in the versionnum field because
68 * There are two words to hold XFS "feature" bits: the original
70 * sb_features2, the feature bit XFS_SB_VERSION_MOREBITSBIT must be set.
150 uint32_t sb_features2; /* additional feature bits */
165 /* feature masks */
241 __be32 sb_features2; /* additional feature bits */
252 /* feature masks */
271 * a feature bit is set when the flag is used.
422 * Extended v5 superblock feature masks. These are to be used for new v5
430 * kernels that don't support the feature bit.
444 uint32_t feature)
446 return (sbp->sb_features_compat & feature) != 0;
462 uint32_t feature)
464 return (sbp->sb_features_ro_compat & feature) != 0;
481 uint32_t feature)
483 return (sbp->sb_features_incompat & feature) != 0;
491 uint32_t feature)
493 return (sbp->sb_features_log_incompat & feature) != 0;
497 * V5 superblock specific feature checks
870 * When the bigtime feature is enabled, ondisk inode timestamps become an
1834 * with the crc feature bit, and all accesses to them must be conditional on