Searched refs:EE_IS_TRIM (Results 1 – 2 of 2) sorted by relevance
1553 if (peer_req->flags & (EE_IS_TRIM|EE_WRITE_SAME)) { in drbd_submit_peer_request()1570 if (peer_req->flags & EE_IS_TRIM) in drbd_submit_peer_request()1830 peer_req->flags |= EE_IS_TRIM; in read_in_block()2590 if ((peer_req->flags & (EE_IS_TRIM|EE_WRITE_SAME)) == 0) in receive_Data()4847 peer_req->flags |= EE_IS_TRIM; in receive_rs_deallocated()
475 #define EE_IS_TRIM (1<<__EE_IS_TRIM) macro