Home
last modified time | relevance | path

Searched defs:reiserfs_journal_commit (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h87 struct reiserfs_journal_commit { struct
88 __u32 j_trans_id; /* must match j_trans_id from the desc block */
89 __u32 j_len; /* ditto */
90 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the last blocks */
91 …igest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2726 struct reiserfs_journal_commit { struct
2727 __le32 j_trans_id; /* must match j_trans_id from the desc block */
2728 __le32 j_len; /* ditto */
2729 __le32 j_realblock[]; /* real locations for each block */