![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * dlmconvert.h 0004 * 0005 * Copyright (C) 2004 Oracle. All rights reserved. 0006 */ 0007 0008 #ifndef DLMCONVERT_H 0009 #define DLMCONVERT_H 0010 0011 enum dlm_status dlmconvert_master(struct dlm_ctxt *dlm, 0012 struct dlm_lock_resource *res, 0013 struct dlm_lock *lock, int flags, int type); 0014 enum dlm_status dlmconvert_remote(struct dlm_ctxt *dlm, 0015 struct dlm_lock_resource *res, 0016 struct dlm_lock *lock, int flags, int type); 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |