Linux Kernel
3.7.1
|
#include <incore.h>
Data Fields | |
void(* | go_xmote_th )(struct gfs2_glock *gl) |
int(* | go_xmote_bh )(struct gfs2_glock *gl, struct gfs2_holder *gh) |
void(* | go_inval )(struct gfs2_glock *gl, int flags) |
int(* | go_demote_ok )(const struct gfs2_glock *gl) |
int(* | go_lock )(struct gfs2_holder *gh) |
void(* | go_unlock )(struct gfs2_holder *gh) |
int(* | go_dump )(struct seq_file *seq, const struct gfs2_glock *gl) |
void(* | go_callback )(struct gfs2_glock *gl) |
const int | go_type |
const unsigned long | go_flags |
void(* go_callback)(struct gfs2_glock *gl) |
int(* go_lock)(struct gfs2_holder *gh) |
void(* go_unlock)(struct gfs2_holder *gh) |
int(* go_xmote_bh)(struct gfs2_glock *gl, struct gfs2_holder *gh) |
void(* go_xmote_th)(struct gfs2_glock *gl) |