Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sys.h File Reference
#include <linux/spinlock.h>

Go to the source code of this file.

Functions

int gfs2_sys_fs_add (struct gfs2_sbd *sdp)
 
void gfs2_sys_fs_del (struct gfs2_sbd *sdp)
 
int gfs2_sys_init (void)
 
void gfs2_sys_uninit (void)
 
int gfs2_recover_set (struct gfs2_sbd *sdp, unsigned jid)
 

Function Documentation

int gfs2_recover_set ( struct gfs2_sbd sdp,
unsigned  jid 
)

Definition at line 374 of file sys.c.

int gfs2_sys_fs_add ( struct gfs2_sbd sdp)

Definition at line 587 of file sys.c.

void gfs2_sys_fs_del ( struct gfs2_sbd sdp)

Definition at line 639 of file sys.c.

int gfs2_sys_init ( void  )

Definition at line 667 of file sys.c.

void gfs2_sys_uninit ( void  )

Definition at line 675 of file sys.c.