Searched refs:P_TRIM (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_protocol.h | 61 P_TRIM = 0x31, enumerator
|
D | drbd_receiver.c | 1599 struct p_trim *trim = (pi->cmd == P_TRIM) ? pi->data : NULL; in read_in_block() 2319 if (pi->cmd == P_TRIM) { in receive_Data() 4594 [P_TRIM] = { 0, sizeof(struct p_trim), receive_Data },
|
D | drbd_main.c | 1656 err = __send_command(peer_device->connection, device->vnr, sock, P_TRIM, sizeof(*t), NULL, 0); in drbd_send_dblock()
|