WIP FPC-III support
[linux/fpc-iii.git] / fs / ocfs2 / dlm / dlmconvert.h
blob12d9c28bc52f9c4bdcf35b32da6c37e648634ecf
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* -*- mode: c; c-basic-offset: 8; -*-
3 * vim: noexpandtab sw=8 ts=8 sts=0:
5 * dlmconvert.h
7 * Copyright (C) 2004 Oracle. All rights reserved.
8 */
10 #ifndef DLMCONVERT_H
11 #define DLMCONVERT_H
13 enum dlm_status dlmconvert_master(struct dlm_ctxt *dlm,
14 struct dlm_lock_resource *res,
15 struct dlm_lock *lock, int flags, int type);
16 enum dlm_status dlmconvert_remote(struct dlm_ctxt *dlm,
17 struct dlm_lock_resource *res,
18 struct dlm_lock *lock, int flags, int type);
20 #endif