Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/raid/
Dmd_p.h92 #define MD_DISK_JOURNAL 18 /* disk is used as the write journal in RAID-5/6 */ macro
/linux-4.4.14/drivers/md/
Dmd.c5936 info.state |= (1<<MD_DISK_JOURNAL); in get_disk_info()
6051 if (info->state & (1<<MD_DISK_JOURNAL)) in add_new_disk()