[go: nahoru, domu]

Searched defs:vnr (Results 1 - 6 of 6) sorted by relevance

/drivers/block/drbd/
H A Ddrbd_state.c69 int vnr; local
72 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
109 int vnr; local
112 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
125 int vnr; local
128 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
141 int vnr; local
144 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
157 int vnr; local
160 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
173 int vnr; local
189 int vnr; local
204 int vnr; local
1284 int vnr; local
1559 int vnr; local
1614 int vnr, first_vol = 1; local
1663 int vnr; local
1713 int vnr, number_of_volumes = 0; local
[all...]
H A Ddrbd_nl.c248 adm_ctx->volume != adm_ctx->device->vnr) {
251 adm_ctx->device->vnr,
413 int vnr; local
416 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
430 vnr = 0;
431 peer_device = idr_get_next(&connection->peer_devices, &vnr);
1962 int vnr; local
1965 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
1984 int vnr; local
1987 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
2226 int vnr; local
[all...]
H A Ddrbd_worker.c1971 int vnr; local
1974 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
2088 int vnr; local
2141 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
H A Ddrbd_main.c489 int vnr = 0, minor = -1; local
492 peer_device = idr_get_next(&connection->peer_devices, &vnr);
596 int size, int vnr)
599 h->volume = cpu_to_be16(vnr);
606 static unsigned int prepare_header(struct drbd_connection *connection, int vnr, argument
610 return prepare_header100(buffer, cmd, size, vnr);
643 static int __send_command(struct drbd_connection *connection, int vnr, argument
660 header_size += prepare_header(connection, vnr, sock->sbuf, cmd,
698 err = __send_command(peer_device->connection, peer_device->device->vnr,
1199 err = __send_command(first_peer_device(device)->connection, device->vnr, soc
595 prepare_header100(struct p_header100 *h, enum drbd_packet cmd, int size, int vnr) argument
2729 int vnr = adm_ctx->volume; local
3027 int vnr; local
[all...]
H A Ddrbd_receiver.c56 unsigned int vnr; member in struct:packet_info
907 int vnr, timeout, h; local
1070 idr_for_each_entry(&connection->peer_devices, peer_device, vnr)
1075 idr_for_each_entry(&connection->peer_devices, peer_device, vnr)
1079 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
1134 pi->vnr = be16_to_cpu(h->volume);
1142 pi->vnr = 0;
1148 pi->vnr = 0;
1178 int vnr; local
1182 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) {
1319 int vnr; local
1495 int vnr; local
4651 int vnr; local
5356 int vnr; local
5436 int vnr, not_empty = 0; local
[all...]
H A Ddrbd_int.h833 unsigned int vnr; /* volume number within the connection */ member in struct:drbd_device

Completed in 71 milliseconds