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

/linux-master/drivers/md/
H A Ddm-integrity.c88 #define SB_FLAG_FIXED_HMAC 0x10 macro
393 if (!(ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) ?
482 if (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC))
551 if (ic->journal_mac && ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
563 if (ic->mode != 'R' && ic->journal_mac && ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
794 if (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
1657 if (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) {
3403 arg_count += (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) != 0;
3430 if ((ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) != 0)
3464 ((ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_HMAC)) !
[all...]

Completed in 105 milliseconds