Lines Matching defs:flag
38 #define FirstUse 10 /* rdev flag */
61 * 1 = no flag value
62 * 2 = flag with value
200 * (RT_FLAG prefix meaning "runtime flag")
322 const unsigned long flag;
344 /* Return argument name string for given @flag */
345 static const char *dm_raid_arg_name_by_flag(const uint32_t flag)
347 if (hweight32(flag) == 1) {
351 if (flag & anf->flag)
355 DMERR("%s called with more than one flag!", __func__);
1689 * depending on the 'nosync' flag.
2451 rs->ti->error = "Unable to assemble array: Unknown flag(s) in compatible feature flags";