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

#include <dlm.h>

Data Fields

void(* recover_prep )(void *ops_arg)
 
void(* recover_slot )(void *ops_arg, struct dlm_slot *slot)
 
void(* recover_done )(void *ops_arg, struct dlm_slot *slots, int num_slots, int our_slot, uint32_t generation)
 

Detailed Description

Definition at line 33 of file dlm.h.

Field Documentation

void(* recover_done)(void *ops_arg, struct dlm_slot *slots, int num_slots, int our_slot, uint32_t generation)

Definition at line 36 of file dlm.h.

void(* recover_prep)(void *ops_arg)

Definition at line 34 of file dlm.h.

void(* recover_slot)(void *ops_arg, struct dlm_slot *slot)

Definition at line 35 of file dlm.h.


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