Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
lm_lockops Struct Reference

#include <glock.h>

Data Fields

const charlm_proto_name
 
int(* lm_mount )(struct gfs2_sbd *sdp, const char *table)
 
void(* lm_first_done )(struct gfs2_sbd *sdp)
 
void(* lm_recovery_result )(struct gfs2_sbd *sdp, unsigned int jid, unsigned int result)
 
void(* lm_unmount )(struct gfs2_sbd *sdp)
 
void(* lm_withdraw )(struct gfs2_sbd *sdp)
 
void(* lm_put_lock )(struct gfs2_glock *gl)
 
int(* lm_lock )(struct gfs2_glock *gl, unsigned int req_state, unsigned int flags)
 
void(* lm_cancel )(struct gfs2_glock *gl)
 
const match_table_tlm_tokens
 

Detailed Description

Definition at line 122 of file glock.h.

Field Documentation

void(* lm_cancel)(struct gfs2_glock *gl)

Definition at line 133 of file glock.h.

void(* lm_first_done)(struct gfs2_sbd *sdp)

Definition at line 125 of file glock.h.

int(* lm_lock)(struct gfs2_glock *gl, unsigned int req_state, unsigned int flags)

Definition at line 131 of file glock.h.

int(* lm_mount)(struct gfs2_sbd *sdp, const char *table)

Definition at line 124 of file glock.h.

const char* lm_proto_name

Definition at line 123 of file glock.h.

void(* lm_put_lock)(struct gfs2_glock *gl)

Definition at line 130 of file glock.h.

void(* lm_recovery_result)(struct gfs2_sbd *sdp, unsigned int jid, unsigned int result)

Definition at line 126 of file glock.h.

const match_table_t* lm_tokens

Definition at line 134 of file glock.h.

void(* lm_unmount)(struct gfs2_sbd *sdp)

Definition at line 128 of file glock.h.

void(* lm_withdraw)(struct gfs2_sbd *sdp)

Definition at line 129 of file glock.h.


The documentation for this struct was generated from the following file: