Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-integrity.c91 #define SB_FLAG_DIRTY_BITMAP 0x4 macro
497 else if (ic->mode == 'B' || ic->sb->flags & cpu_to_le32(SB_FLAG_DIRTY_BITMAP)) in sb_set_version()
3849 ic->sb->flags &= ~cpu_to_le32(SB_FLAG_DIRTY_BITMAP); in dm_integrity_postsuspend()
3892 ic->sb->flags & cpu_to_le32(SB_FLAG_DIRTY_BITMAP) && in dm_integrity_resume()
3908 if (ic->sb->flags & cpu_to_le32(SB_FLAG_DIRTY_BITMAP)) { in dm_integrity_resume()
3943 ic->sb->flags &= ~cpu_to_le32(SB_FLAG_DIRTY_BITMAP); in dm_integrity_resume()
3955 ic->sb->flags |= cpu_to_le32(SB_FLAG_DIRTY_BITMAP); in dm_integrity_resume()