xref: /openbmc/linux/fs/ocfs2/dlm/dlmconvert.h (revision aa74c44b)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * dlmconvert.h
4  *
5  * Copyright (C) 2004 Oracle.  All rights reserved.
6  */
7 
8 #ifndef DLMCONVERT_H
9 #define DLMCONVERT_H
10 
11 enum dlm_status dlmconvert_master(struct dlm_ctxt *dlm,
12 				  struct dlm_lock_resource *res,
13 				  struct dlm_lock *lock, int flags, int type);
14 enum dlm_status dlmconvert_remote(struct dlm_ctxt *dlm,
15 				  struct dlm_lock_resource *res,
16 				  struct dlm_lock *lock, int flags, int type);
17 
18 #endif
19