Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c301 if (md_layered_open(mnum, &device, MD_OFLG_FROMIOCTL)) { in sp_update_watermarks()
389 if (md_layered_open((minor_t)-1, &device, MD_OFLG_FROMIOCTL)) { in sp_read_watermark()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h454 #define MD_OFLG_FROMIOCTL 0x0008 /* Called from an ioctl handler */ macro
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c5365 if (md_oflags & MD_OFLG_FROMIOCTL) { in mirror_open()