URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [linux/] [intermezzo_journal.h] - Rev 1781
Go to most recent revision | Compare with Previous | Blame | View Log
#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
Go to most recent revision | Compare with Previous | Blame | View Log