Archived
2
0
This repository has been archived on 2025-06-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gpl/toolschain/buildroot-gcc342/include/linux/intermezzo_journal.h
2025-06-04 20:36:23 -03:00

27 lines
380 B
C

#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