fs/dlm/dlm_internal.h
56
struct dlm_msg;
fs/dlm/lowcomms.c
1230
static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len,
fs/dlm/lowcomms.c
1235
struct dlm_msg *msg;
fs/dlm/lowcomms.c
1262
struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, char **ppc,
fs/dlm/lowcomms.c
1266
struct dlm_msg *msg;
fs/dlm/lowcomms.c
1298
static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg)
fs/dlm/lowcomms.c
1325
void dlm_lowcomms_commit_msg(struct dlm_msg *msg)
fs/dlm/lowcomms.c
1334
void dlm_lowcomms_put_msg(struct dlm_msg *msg)
fs/dlm/lowcomms.c
1340
int dlm_lowcomms_resend_msg(struct dlm_msg *msg)
fs/dlm/lowcomms.c
1342
struct dlm_msg *msg_resend;
fs/dlm/lowcomms.c
141
struct dlm_msg *orig_msg;
fs/dlm/lowcomms.c
251
return KMEM_CACHE(dlm_msg, 0);
fs/dlm/lowcomms.c
695
struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref);
fs/dlm/lowcomms.c
703
struct dlm_msg *msg, *tmp;
fs/dlm/lowcomms.h
42
struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, char **ppc,
fs/dlm/lowcomms.h
44
void dlm_lowcomms_commit_msg(struct dlm_msg *msg);
fs/dlm/lowcomms.h
45
void dlm_lowcomms_put_msg(struct dlm_msg *msg);
fs/dlm/lowcomms.h
46
int dlm_lowcomms_resend_msg(struct dlm_msg *msg);
fs/dlm/memory.c
161
struct dlm_msg *dlm_allocate_msg(void)
fs/dlm/memory.c
166
void dlm_free_msg(struct dlm_msg *msg)
fs/dlm/memory.h
27
struct dlm_msg *dlm_allocate_msg(void);
fs/dlm/memory.h
28
void dlm_free_msg(struct dlm_msg *msg);
fs/dlm/midcomms.c
1008
struct dlm_msg *msg;
fs/dlm/midcomms.c
1499
struct dlm_msg *msg;
fs/dlm/midcomms.c
202
struct dlm_msg *msg;
fs/dlm/midcomms.c
380
struct dlm_msg *msg;
fs/dlm/midcomms.c
978
static struct dlm_msg *dlm_midcomms_get_msg_3_2(struct dlm_mhandle *mh, int nodeid,
fs/dlm/midcomms.c
982
struct dlm_msg *msg;
fs/dlm/rcom.c
175
struct dlm_msg *msg;
fs/dlm/rcom.c
232
struct dlm_msg *msg;
fs/dlm/rcom.c
72
struct dlm_msg **msg_ret, uint64_t seq)
fs/dlm/rcom.c
75
struct dlm_msg *msg;
fs/dlm/rcom.c
95
static void send_rcom_stateless(struct dlm_msg *msg, struct dlm_rcom *rc)