[BACK]Return to intermezzo_journal.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / include / linux

File: [Development] / linux-2.4-xfs / include / linux / intermezzo_journal.h (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#ifndef __PRESTO_JOURNAL_H
#define __PRESTO_JOURNAL_H


#include <linux/version.h>

struct journal_prefix {
	int len;
        u32 version;
	int pid;
	int uid;
	int fsuid;
	int fsgid;
	int opcode;
        u32 ngroups;
        u32 groups[0];
};

struct journal_suffix {
	unsigned long prevrec;  /* offset of previous record for dentry */
	int recno;
	int time;
	int len;
};

#endif