Linux Kernel
3.7.1
|
#include <ocfs2.h>
Data Fields | |
void * | l_priv |
struct ocfs2_lock_res_ops * | l_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 |
wait_queue_head_t l_event |
struct ocfs2_dlm_lksb l_lksb |
spinlock_t l_lock |
char l_name[OCFS2_LOCK_ID_MAX_LEN] |
struct ocfs2_lock_res_ops* l_ops |