Lines Matching refs:GFP_NOIO
1009 sock.socket->sk->sk_allocation = GFP_NOIO; in conn_connect()
1010 msock.socket->sk->sk_allocation = GFP_NOIO; in conn_connect()
1199 GFP_NOIO, NULL); in drbd_flush()
1392 sector, data_size >> 9, GFP_NOIO, false)) in drbd_submit_peer_request()
1413 bio = bio_alloc(GFP_NOIO, nr_pages); in drbd_submit_peer_request()
1542 epoch = kmalloc(sizeof(struct drbd_epoch), GFP_NOIO); in receive_Barrier()
1555 epoch = kmalloc(sizeof(struct drbd_epoch), GFP_NOIO); in receive_Barrier()
1639 peer_req = drbd_alloc_peer_req(peer_device, id, sector, data_size, trim == NULL, GFP_NOIO); in read_in_block()
2576 true /* has real payload */, GFP_NOIO); in receive_DataRequest()
2600 di = kmalloc(sizeof(*di) + pi->size, GFP_NOIO); in receive_DataRequest()
3880 p_uuid = kmalloc(sizeof(u64)*UI_EXTENDED_SIZE, GFP_NOIO); in receive_uuids()
4965 peers_ch = kmalloc(pi.size, GFP_NOIO); in drbd_do_auth()
4985 response = kmalloc(resp_size, GFP_NOIO); in drbd_do_auth()
5036 right_response = kmalloc(resp_size, GFP_NOIO); in drbd_do_auth()
5414 dw = kmalloc(sizeof(*dw), GFP_NOIO); in got_OVResult()