Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddm-ioctl.h296 #define DM_PERSISTENT_DEV_FLAG (1 << 3) /* In */ macro
/openbmc/linux/drivers/md/
H A Ddm-init.c217 dev->dmi.flags |= DM_PERSISTENT_DEV_FLAG; in dm_parse_device_entry()
H A Ddm-ioctl.c888 if (param->flags & DM_PERSISTENT_DEV_FLAG) in dev_create()
2264 if (dmi->flags & DM_PERSISTENT_DEV_FLAG) in dm_early_create()