o2net_msg 127 fs/ocfs2/cluster/tcp.c static struct o2net_msg *o2net_keep_req, *o2net_keep_resp; o2net_msg 942 fs/ocfs2/cluster/tcp.c memset(msg, 0, sizeof(struct o2net_msg)); o2net_msg 978 fs/ocfs2/cluster/tcp.c struct o2net_msg *msg = NULL; o2net_msg 1035 fs/ocfs2/cluster/tcp.c msg = kmalloc(sizeof(struct o2net_msg), GFP_ATOMIC); o2net_msg 1044 fs/ocfs2/cluster/tcp.c vec[0].iov_len = sizeof(struct o2net_msg); o2net_msg 1061 fs/ocfs2/cluster/tcp.c sizeof(struct o2net_msg) + caller_bytes); o2net_msg 1112 fs/ocfs2/cluster/tcp.c .iov_len = sizeof(struct o2net_msg), o2net_msg 1126 fs/ocfs2/cluster/tcp.c return o2net_send_tcp_msg(sock, &vec, 1, sizeof(struct o2net_msg)); o2net_msg 1189 fs/ocfs2/cluster/tcp.c handler_status = (nmh->nh_func)(hdr, sizeof(struct o2net_msg) + o2net_msg 1297 fs/ocfs2/cluster/tcp.c struct o2net_msg *hdr; o2net_msg 1323 fs/ocfs2/cluster/tcp.c if (sc->sc_page_off < sizeof(struct o2net_msg)) { o2net_msg 1325 fs/ocfs2/cluster/tcp.c datalen = sizeof(struct o2net_msg) - sc->sc_page_off; o2net_msg 1332 fs/ocfs2/cluster/tcp.c if (sc->sc_page_off == sizeof(struct o2net_msg)) { o2net_msg 1343 fs/ocfs2/cluster/tcp.c if (sc->sc_page_off < sizeof(struct o2net_msg)) { o2net_msg 1354 fs/ocfs2/cluster/tcp.c if (sc->sc_page_off - sizeof(struct o2net_msg) < be16_to_cpu(hdr->data_len)) { o2net_msg 1357 fs/ocfs2/cluster/tcp.c datalen = (sizeof(struct o2net_msg) + be16_to_cpu(hdr->data_len)) - o2net_msg 1366 fs/ocfs2/cluster/tcp.c if (sc->sc_page_off - sizeof(struct o2net_msg) == be16_to_cpu(hdr->data_len)) { o2net_msg 2026 fs/ocfs2/cluster/tcp.c o2net_keep_req = kzalloc(sizeof(struct o2net_msg), GFP_KERNEL); o2net_msg 2027 fs/ocfs2/cluster/tcp.c o2net_keep_resp = kzalloc(sizeof(struct o2net_msg), GFP_KERNEL); o2net_msg 58 fs/ocfs2/cluster/tcp.h #define O2NET_MAX_PAYLOAD_BYTES (4096 - sizeof(struct o2net_msg))