o2net_handshake   114 fs/ocfs2/cluster/tcp.c static struct o2net_handshake *o2net_hand;
o2net_handshake  1258 fs/ocfs2/cluster/tcp.c 	struct o2net_handshake *hand = page_address(sc->sc_page);
o2net_handshake  1324 fs/ocfs2/cluster/tcp.c 	sc->sc_page_off -= sizeof(struct o2net_handshake);
o2net_handshake  1345 fs/ocfs2/cluster/tcp.c 		if(sc->sc_page_off < sizeof(struct o2net_handshake)) {
o2net_handshake  1347 fs/ocfs2/cluster/tcp.c 			datalen = sizeof(struct o2net_handshake) - sc->sc_page_off;
o2net_handshake  1353 fs/ocfs2/cluster/tcp.c 		if (sc->sc_page_off == sizeof(struct o2net_handshake)) {
o2net_handshake  2134 fs/ocfs2/cluster/tcp.c 	o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL);