dlm_proxy_ast     273 fs/ocfs2/dlm/dlmast.c 	struct dlm_proxy_ast *past = (struct dlm_proxy_ast *) msg->buf;
dlm_proxy_ast     426 fs/ocfs2/dlm/dlmast.c 	struct dlm_proxy_ast past;
dlm_proxy_ast     435 fs/ocfs2/dlm/dlmast.c 	memset(&past, 0, sizeof(struct dlm_proxy_ast));
dlm_proxy_ast     443 fs/ocfs2/dlm/dlmast.c 	vec[0].iov_len = sizeof(struct dlm_proxy_ast);
dlm_proxy_ast     638 fs/ocfs2/dlm/dlmcommon.h #define DLM_PROXY_AST_MAX_LEN  (sizeof(struct dlm_proxy_ast)+DLM_LVB_LEN)