Searched refs:forcedetach (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_int.h1709 static inline void __drbd_chk_io_error_(struct drbd_conf *mdev, int forcedetach, const char *where) argument
1713 if (!forcedetach) {
1719 /* NOTE fall through to detach case if forcedetach set */
1735 * @forcedetach: Force detach. I.e. the error happened while accessing the meta data
1741 int error, int forcedetach, const char *where)
1746 __drbd_chk_io_error_(mdev, forcedetach, where);
1740 drbd_chk_io_error_(struct drbd_conf *mdev, int error, int forcedetach, const char *where) argument

Completed in 103 milliseconds