Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h78 struct reiserfs_journal_desc { struct
79 __u32 j_trans_id; /* id of commit */
80 __u32 j_len; /* length of commit. len +1 is the commit block */
81 __u32 j_mount_id; /* mount id of this trans*/
82 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the first blocks */
83 char j_magic[12];
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2707 struct reiserfs_journal_desc { struct
2708 __le32 j_trans_id; /* id of commit */
2711 __le32 j_len;
2713 __le32 j_mount_id; /* mount id of this trans */
2714 __le32 j_realblock[]; /* real locations for each block */