Searched defs:reiserfs_journal_desc (Results 1 – 2 of 2) sorted by relevance
79 struct reiserfs_journal_desc { struct80 __u32 j_trans_id; /* id of commit */81 __u32 j_len; /* length of commit. len +1 is the commit block */82 __u32 j_mount_id; /* mount id of this trans*/83 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the first blocks */84 char j_magic[12];
2710 struct reiserfs_journal_desc { struct2711 __le32 j_trans_id; /* id of commit */2714 __le32 j_len;2716 __le32 j_mount_id; /* mount id of this trans */2717 __le32 j_realblock[1]; /* real locations for each block */