Lines Matching defs:SB_FLAG_FIXED_HMAC
88 #define SB_FLAG_FIXED_HMAC 0x10
393 if (!(ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) ?
482 if (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC))
561 if (ic->journal_mac && ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
573 if (ic->mode != 'R' && ic->journal_mac && ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
804 if (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
1667 if (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
3413 arg_count += (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) != 0;
3440 if ((ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) != 0)
3474 ((ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) != 0) ? 'y' : 'n');
3608 ic->sb->flags |= cpu_to_le32(SB_FLAG_FIXED_HMAC);