VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
2522fe45a186e (Thomas Gleixner 2019-05-28 09:57:20 -0700  1) /* SPDX-License-Identifier: GPL-2.0-only */
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  2) /******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  3) *******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  4) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  5) **  Copyright (C) Sistina Software, Inc.  1997-2003  All rights reserved.
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  6) **  Copyright (C) 2004-2005 Red Hat, Inc.  All rights reserved.
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  7) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  8) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  9) *******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 10) ******************************************************************************/
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 11) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 12) #ifndef __LOCKSPACE_DOT_H__
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 13) #define __LOCKSPACE_DOT_H__
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 14) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 15) int dlm_lockspace_init(void);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 16) void dlm_lockspace_exit(void);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 17) struct dlm_ls *dlm_find_lockspace_global(uint32_t id);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 18) struct dlm_ls *dlm_find_lockspace_local(void *id);
597d0cae0f99f (David Teigland  2006-07-12 16:44:04 -0500 19) struct dlm_ls *dlm_find_lockspace_device(int minor);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 20) void dlm_put_lockspace(struct dlm_ls *ls);
dc68c7ed362a0 (David Teigland  2008-08-18 11:43:30 -0500 21) void dlm_stop_lockspaces(void);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 22) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 23) #endif				/* __LOCKSPACE_DOT_H__ */
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 24)