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

#include <ocfs2.h>

Data Fields

voidl_priv
 
struct ocfs2_lock_res_opsl_ops
 
struct list_head l_blocked_list
 
struct list_head l_mask_waiters
 
unsigned long l_flags
 
char l_name [OCFS2_LOCK_ID_MAX_LEN]
 
unsigned int l_ro_holders
 
unsigned int l_ex_holders
 
signed char l_level
 
signed char l_requested
 
signed char l_blocking
 
unsigned char l_type
 
unsigned char l_action
 
unsigned char l_unlock_action
 
unsigned int l_pending_gen
 
spinlock_t l_lock
 
struct ocfs2_dlm_lksb l_lksb
 
wait_queue_head_t l_event
 
struct list_head l_debug_list
 

Detailed Description

Definition at line 148 of file ocfs2.h.

Field Documentation

unsigned char l_action

Definition at line 169 of file ocfs2.h.

struct list_head l_blocked_list

Definition at line 153 of file ocfs2.h.

signed char l_blocking

Definition at line 162 of file ocfs2.h.

struct list_head l_debug_list

Definition at line 180 of file ocfs2.h.

Definition at line 178 of file ocfs2.h.

unsigned int l_ex_holders

Definition at line 159 of file ocfs2.h.

unsigned long l_flags

Definition at line 156 of file ocfs2.h.

signed char l_level

Definition at line 160 of file ocfs2.h.

Definition at line 176 of file ocfs2.h.

spinlock_t l_lock

Definition at line 174 of file ocfs2.h.

struct list_head l_mask_waiters

Definition at line 154 of file ocfs2.h.

Definition at line 157 of file ocfs2.h.

Definition at line 150 of file ocfs2.h.

unsigned int l_pending_gen

Definition at line 172 of file ocfs2.h.

void* l_priv

Definition at line 149 of file ocfs2.h.

signed char l_requested

Definition at line 161 of file ocfs2.h.

unsigned int l_ro_holders

Definition at line 158 of file ocfs2.h.

unsigned char l_type

Definition at line 165 of file ocfs2.h.

unsigned char l_unlock_action

Definition at line 171 of file ocfs2.h.


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