Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dbitmap.h127 #define BITMAP_MAGIC 0x6d746962 macro
Dbitmap.c571 if (sb->magic != cpu_to_le32(BITMAP_MAGIC)) in bitmap_read_sb()