Home
last modified time | relevance | path

Searched refs:SB_FLAG_INLINE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Ddm-integrity.c91 #define SB_FLAG_INLINE 0x20 macro
475 if (ic->sb->flags & cpu_to_le32(SB_FLAG_INLINE)) in sb_set_version()
4015 ic->sb->flags |= cpu_to_le32(SB_FLAG_INLINE); in initialize_superblock()
4914 if (!!(ic->sb->flags & cpu_to_le32(SB_FLAG_INLINE)) != (ic->mode == 'I')) { in dm_integrity_ctr()