1
0
This repository has been archived on 2025-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
orange_kernel/fs/ocfs2/dlm/dlmconvert.h
2025-03-18 09:50:07 +08:00

19 lines
466 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* dlmconvert.h
*
* Copyright (C) 2004 Oracle. All rights reserved.
*/
#ifndef DLMCONVERT_H
#define DLMCONVERT_H
enum dlm_status dlmconvert_master(struct dlm_ctxt *dlm,
struct dlm_lock_resource *res,
struct dlm_lock *lock, int flags, int type);
enum dlm_status dlmconvert_remote(struct dlm_ctxt *dlm,
struct dlm_lock_resource *res,
struct dlm_lock *lock, int flags, int type);
#endif