1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef _LINUX_UFS_FS_I_H
13#define _LINUX_UFS_FS_I_H
14
15struct ufs_inode_info {
16 union {
17 __fs32 i_data[15];
18 __u8 i_symlink[4*15];
19 __fs64 u2_i_data[15];
20 } i_u1;
21 __u32 i_flags;
22 __u32 i_gen;
23 __u32 i_shadow;
24 __u32 i_unused1;
25 __u32 i_unused2;
26 __u32 i_oeftflag;
27 __u16 i_osync;
28 __u32 i_lastfrag;
29 __u32 i_dir_start_lookup;
30 struct inode vfs_inode;
31};
32
33#endif
34