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

#include <userdlm.h>

Data Fields

spinlock_t l_lock
 
int l_flags
 
char l_name [USER_DLM_LOCK_ID_MAX_LEN]
 
int l_namelen
 
int l_level
 
unsigned int l_ro_holders
 
unsigned int l_ex_holders
 
struct ocfs2_dlm_lksb l_lksb
 
int l_requested
 
int l_blocking
 
wait_queue_head_t l_event
 
struct work_struct l_work
 

Detailed Description

Definition at line 43 of file userdlm.h.

Field Documentation

int l_blocking

Definition at line 57 of file userdlm.h.

Definition at line 59 of file userdlm.h.

unsigned int l_ex_holders

Definition at line 53 of file userdlm.h.

int l_flags

Definition at line 46 of file userdlm.h.

int l_level

Definition at line 51 of file userdlm.h.

Definition at line 54 of file userdlm.h.

spinlock_t l_lock

Definition at line 44 of file userdlm.h.

Definition at line 49 of file userdlm.h.

int l_namelen

Definition at line 50 of file userdlm.h.

int l_requested

Definition at line 56 of file userdlm.h.

unsigned int l_ro_holders

Definition at line 52 of file userdlm.h.

Definition at line 61 of file userdlm.h.


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