o2net_handshake 126 fs/ocfs2/cluster/tcp.c static struct o2net_handshake *o2net_hand; o2net_handshake 1219 fs/ocfs2/cluster/tcp.c struct o2net_handshake *hand = page_address(sc->sc_page); o2net_handshake 1285 fs/ocfs2/cluster/tcp.c sc->sc_page_off -= sizeof(struct o2net_handshake); o2net_handshake 1306 fs/ocfs2/cluster/tcp.c if(sc->sc_page_off < sizeof(struct o2net_handshake)) { o2net_handshake 1308 fs/ocfs2/cluster/tcp.c datalen = sizeof(struct o2net_handshake) - sc->sc_page_off; o2net_handshake 1314 fs/ocfs2/cluster/tcp.c if (sc->sc_page_off == sizeof(struct o2net_handshake)) { o2net_handshake 2025 fs/ocfs2/cluster/tcp.c o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL);