Lines Matching refs:GFP_NOFS
190 con->rx_buf = kmalloc(con->rx_buflen, GFP_NOFS); in nodeid2con()
365 new_node = kzalloc(sizeof(struct dlm_node_addr), GFP_NOFS); in dlm_lowcomms_addr()
369 new_addr = kzalloc(sizeof(struct sockaddr_storage), GFP_NOFS); in dlm_lowcomms_addr()
464 con = nodeid2con(nodeid, GFP_NOFS); in dlm_lowcomms_connect_node()
554 sk->sk_allocation = GFP_NOFS; in add_sock()
659 newbuf = kmalloc(newlen, GFP_NOFS); in con_realloc_receive_buf()
822 newcon = nodeid2con(nodeid, GFP_NOFS); in accept_from_sock()
832 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()
841 othercon->rx_buf = kmalloc(othercon->rx_buflen, GFP_NOFS); in accept_from_sock()
1221 addr = kmemdup(&sas, sizeof(*addr), GFP_NOFS); in init_local()
1241 struct connection *con = nodeid2con(0, GFP_NOFS); in sctp_listen_for_all()
1292 struct connection *con = nodeid2con(0, GFP_NOFS); in tcp_listen_for_all()