Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_notify.c305 if (err == -EEXIST && !(flags & EVFLG_EXISTERR)) { in meta_notify_createq()
/titanic_41/usr/src/head/
H A Dmeta.h500 #define EVFLG_EXISTERR 0x00000002 /* if q exists, return an error */ macro