1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* !! 2 /* -*- mode: c; c-basic-offset: 8; -*- >> 3 * vim: noexpandtab sw=8 ts=8 sts=0: >> 4 * 3 * dlmconvert.h 5 * dlmconvert.h 4 * 6 * 5 * Copyright (C) 2004 Oracle. All rights rese 7 * Copyright (C) 2004 Oracle. All rights reserved. 6 */ 8 */ 7 9 8 #ifndef DLMCONVERT_H 10 #ifndef DLMCONVERT_H 9 #define DLMCONVERT_H 11 #define DLMCONVERT_H 10 12 11 enum dlm_status dlmconvert_master(struct dlm_c 13 enum dlm_status dlmconvert_master(struct dlm_ctxt *dlm, 12 struct dlm_l 14 struct dlm_lock_resource *res, 13 struct dlm_l 15 struct dlm_lock *lock, int flags, int type); 14 enum dlm_status dlmconvert_remote(struct dlm_c 16 enum dlm_status dlmconvert_remote(struct dlm_ctxt *dlm, 15 struct dlm_l 17 struct dlm_lock_resource *res, 16 struct dlm_l 18 struct dlm_lock *lock, int flags, int type); 17 19 18 #endif 20 #endif 19 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.