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

#include <ocfs2.h>

Data Fields

struct mutex os_lock
 
struct ocfs2_superos_osb
 
struct ocfs2_lock_res os_lockres
 
struct delayed_work os_orphan_scan_work
 
struct timespec os_scantime
 
u32 os_count
 
u32 os_seqno
 
atomic_t os_state
 

Detailed Description

Definition at line 197 of file ocfs2.h.

Field Documentation

u32 os_count

Definition at line 203 of file ocfs2.h.

struct mutex os_lock

Definition at line 198 of file ocfs2.h.

struct ocfs2_lock_res os_lockres

Definition at line 200 of file ocfs2.h.

struct delayed_work os_orphan_scan_work

Definition at line 201 of file ocfs2.h.

Definition at line 199 of file ocfs2.h.

struct timespec os_scantime

Definition at line 202 of file ocfs2.h.

u32 os_seqno

Definition at line 204 of file ocfs2.h.

atomic_t os_state

Definition at line 205 of file ocfs2.h.


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