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

/linux-master/drivers/md/
H A Ddm-integrity.c87 #define SB_FLAG_FIXED_PADDING 0x8 macro
484 else if (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_PADDING))
3402 arg_count += (ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_PADDING)) != 0;
3428 if ((ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_PADDING)) != 0)
3462 ((ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_PADDING)) != 0) ? 'y' : 'n');
3530 ic->sb->flags & cpu_to_le32(SB_FLAG_FIXED_PADDING) ?
3605 ic->sb->flags |= cpu_to_le32(SB_FLAG_FIXED_PADDING);

Completed in 127 milliseconds