Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/cluster/
Dtcp.c126 static struct o2net_handshake *o2net_hand; variable
1496 o2net_hand->o2hb_heartbeat_timeout_ms = cpu_to_be32( in o2net_initialize_handshake()
1498 o2net_hand->o2net_idle_timeout_ms = cpu_to_be32(o2net_idle_timeout()); in o2net_initialize_handshake()
1499 o2net_hand->o2net_keepalive_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1501 o2net_hand->o2net_reconnect_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1517 (unsigned long long)be64_to_cpu(o2net_hand->connector_id)); in o2net_sc_connect_completed()
1520 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_sc_connect_completed()
1928 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_accept_one()
2101 o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL); in o2net_init()
2104 if (!o2net_hand || !o2net_keep_req || !o2net_keep_resp) { in o2net_init()
[all …]