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()
555 sk->sk_allocation = GFP_NOFS; in add_sock()
663 newbuf = kmalloc(newlen, GFP_NOFS); in con_realloc_receive_buf()
826 newcon = nodeid2con(nodeid, GFP_NOFS); in accept_from_sock()
836 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()
845 othercon->rx_buf = kmalloc(othercon->rx_buflen, GFP_NOFS); in accept_from_sock()
1225 addr = kmemdup(&sas, sizeof(*addr), GFP_NOFS); in init_local()
1245 struct connection *con = nodeid2con(0, GFP_NOFS); in sctp_listen_for_all()
1296 struct connection *con = nodeid2con(0, GFP_NOFS); in tcp_listen_for_all()