Lines Matching refs:GFP_NOIO
1008 sock.socket->sk->sk_allocation = GFP_NOIO; in conn_connect()
1009 msock.socket->sk->sk_allocation = GFP_NOIO; in conn_connect()
1198 GFP_NOIO, NULL); in drbd_flush()
1391 sector, data_size >> 9, GFP_NOIO, false)) in drbd_submit_peer_request()
1412 bio = bio_alloc(GFP_NOIO, nr_pages); in drbd_submit_peer_request()
1541 epoch = kmalloc(sizeof(struct drbd_epoch), GFP_NOIO); in receive_Barrier()
1554 epoch = kmalloc(sizeof(struct drbd_epoch), GFP_NOIO); in receive_Barrier()
1638 peer_req = drbd_alloc_peer_req(peer_device, id, sector, data_size, trim == NULL, GFP_NOIO); in read_in_block()
2575 true /* has real payload */, GFP_NOIO); in receive_DataRequest()
2599 di = kmalloc(sizeof(*di) + pi->size, GFP_NOIO); in receive_DataRequest()
3879 p_uuid = kmalloc(sizeof(u64)*UI_EXTENDED_SIZE, GFP_NOIO); in receive_uuids()
4964 peers_ch = kmalloc(pi.size, GFP_NOIO); in drbd_do_auth()
4984 response = kmalloc(resp_size, GFP_NOIO); in drbd_do_auth()
5035 right_response = kmalloc(resp_size, GFP_NOIO); in drbd_do_auth()
5413 dw = kmalloc(sizeof(*dw), GFP_NOIO); in got_OVResult()