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

/linux-master/drivers/block/drbd/
H A Ddrbd_state.c283 static enum drbd_state_rv is_valid_state(struct drbd_device *, union drbd_state);
540 rv = is_valid_state(device, ns);
589 rv = is_valid_state(device, ns);
818 * is_valid_state() - Returns an SS_ error code if ns is not valid
823 is_valid_state(struct drbd_device *device, union drbd_state ns) function
1288 rv = is_valid_state(device, ns);
1293 if (is_valid_state(device, os) == rv)
2183 rv = is_valid_state(device, ns);
2185 if (is_valid_state(device, os) == rv)

Completed in 112 milliseconds