Home
last modified time | relevance | path

Searched refs:EE_ZEROOUT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_receiver.c1521 if ((flags & EE_ZEROOUT) || !(flags & EE_TRIM)) in drbd_issue_discard_or_zero_out()
1600 peer_req->flags |= EE_ZEROOUT; in drbd_issue_peer_discard_or_zero_out()
1603 peer_req->i.size >> 9, peer_req->flags & (EE_ZEROOUT|EE_TRIM))) in drbd_issue_peer_discard_or_zero_out()
1651 if (peer_req->flags & (EE_TRIM | EE_ZEROOUT)) { in drbd_submit_peer_request()
1918 peer_req->flags |= EE_ZEROOUT; in read_in_block()
2609 peer_req->flags |= EE_ZEROOUT; in receive_Data()
2684 if ((peer_req->flags & (EE_TRIM | EE_ZEROOUT)) == 0) in receive_Data()
H A Ddrbd_debugfs.c241 seq_print_rq_state_bit(m, f & EE_ZEROOUT, &sep, "zero-out"); in seq_print_peer_request_flags()
H A Ddrbd_req.c1173 drbd_process_discard_or_zeroes_req(req, EE_ZEROOUT | in drbd_submit_req_private_bio()
H A Ddrbd_int.h396 #define EE_ZEROOUT (1<<__EE_ZEROOUT) macro