Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) Sistina Software, Inc.  1997-2003 All rights reserved.
0004  * Copyright (C) 2004-2006 Red Hat, Inc.  All rights reserved.
0005  */
0006 
0007 #ifndef __SYS_DOT_H__
0008 #define __SYS_DOT_H__
0009 
0010 #include <linux/spinlock.h>
0011 struct gfs2_sbd;
0012 
0013 int gfs2_sys_fs_add(struct gfs2_sbd *sdp);
0014 void gfs2_sys_fs_del(struct gfs2_sbd *sdp);
0015 
0016 int gfs2_sys_init(void);
0017 void gfs2_sys_uninit(void);
0018 
0019 int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid);
0020 
0021 #endif /* __SYS_DOT_H__ */
0022