xref: /linux-6.15/fs/dlm/requestqueue.h (revision 11519351)
12522fe45SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2e7fd4179SDavid Teigland /******************************************************************************
3e7fd4179SDavid Teigland *******************************************************************************
4e7fd4179SDavid Teigland **
5c36258b5SDavid Teigland **  Copyright (C) 2005-2007 Red Hat, Inc.  All rights reserved.
6e7fd4179SDavid Teigland **
7e7fd4179SDavid Teigland **
8e7fd4179SDavid Teigland *******************************************************************************
9e7fd4179SDavid Teigland ******************************************************************************/
10e7fd4179SDavid Teigland 
11e7fd4179SDavid Teigland #ifndef __REQUESTQUEUE_DOT_H__
12e7fd4179SDavid Teigland #define __REQUESTQUEUE_DOT_H__
13e7fd4179SDavid Teigland 
14*11519351SAlexander Aring void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid,
15*11519351SAlexander Aring 			  const struct dlm_message *ms);
16e7fd4179SDavid Teigland int dlm_process_requestqueue(struct dlm_ls *ls);
17e7fd4179SDavid Teigland void dlm_wait_requestqueue(struct dlm_ls *ls);
18e7fd4179SDavid Teigland void dlm_purge_requestqueue(struct dlm_ls *ls);
19e7fd4179SDavid Teigland 
20e7fd4179SDavid Teigland #endif
21e7fd4179SDavid Teigland 
22