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

#include <blockcheck.h>

Data Fields

spinlock_t b_lock
 
u64 b_check_count
 
u64 b_failure_count
 
u64 b_recover_count
 
struct dentryb_debug_dir
 
struct dentryb_debug_check
 
struct dentryb_debug_failure
 
struct dentryb_debug_recover
 

Detailed Description

Definition at line 25 of file blockcheck.h.

Field Documentation

u64 b_check_count

Definition at line 27 of file blockcheck.h.

struct dentry* b_debug_check

Definition at line 36 of file blockcheck.h.

struct dentry* b_debug_dir

Definition at line 35 of file blockcheck.h.

struct dentry* b_debug_failure

Definition at line 37 of file blockcheck.h.

struct dentry* b_debug_recover

Definition at line 38 of file blockcheck.h.

u64 b_failure_count

Definition at line 28 of file blockcheck.h.

spinlock_t b_lock

Definition at line 26 of file blockcheck.h.

u64 b_recover_count

Definition at line 29 of file blockcheck.h.


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