Linux Kernel
3.7.1
|
#include <reiserfs.h>
Data Fields | |
unsigned long | j_start |
unsigned long | j_state |
unsigned long | j_len |
atomic_t | j_nonzerolen |
atomic_t | j_commit_left |
atomic_t | j_older_commits_done |
struct mutex | j_commit_mutex |
unsigned int | j_trans_id |
time_t | j_timestamp |
struct reiserfs_list_bitmap * | j_list_bitmap |
struct buffer_head * | j_commit_bh |
struct reiserfs_journal_cnode * | j_realblock |
struct reiserfs_journal_cnode * | j_freedlist |
struct list_head | j_list |
struct list_head | j_working_list |
struct list_head | j_tail_bh_list |
struct list_head | j_bh_list |
int | j_refcount |
Definition at line 220 of file reiserfs.h.
Definition at line 243 of file reiserfs.h.
struct buffer_head* j_commit_bh |
Definition at line 231 of file reiserfs.h.
atomic_t j_commit_left |
Definition at line 225 of file reiserfs.h.
Definition at line 227 of file reiserfs.h.
struct reiserfs_journal_cnode* j_freedlist |
Definition at line 233 of file reiserfs.h.
unsigned long j_len |
Definition at line 223 of file reiserfs.h.
Definition at line 235 of file reiserfs.h.
struct reiserfs_list_bitmap* j_list_bitmap |
Definition at line 230 of file reiserfs.h.
atomic_t j_nonzerolen |
Definition at line 224 of file reiserfs.h.
atomic_t j_older_commits_done |
Definition at line 226 of file reiserfs.h.
struct reiserfs_journal_cnode* j_realblock |
Definition at line 232 of file reiserfs.h.
int j_refcount |
Definition at line 244 of file reiserfs.h.
unsigned long j_start |
Definition at line 221 of file reiserfs.h.
unsigned long j_state |
Definition at line 222 of file reiserfs.h.
Definition at line 241 of file reiserfs.h.
time_t j_timestamp |
Definition at line 229 of file reiserfs.h.
unsigned int j_trans_id |
Definition at line 228 of file reiserfs.h.
Definition at line 238 of file reiserfs.h.