|
OpenSS7 SS7 for the Common Man |
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
||||||||||||||||||||||||||
| Home | Overview | Status | News | Documentation | Resources | About | |||||||||||||||||||||
File /code/usr/include/linux/qnx4_fs_i.h
#ifndef _QNX4_FS_I
#define _QNX4_FS_I
#include <linux/qnxtypes.h>
/*
* qnx4 fs inode entry
*/
struct qnx4_inode_info {
char i_reserved[16]; /* 16 */
qnx4_off_t i_size; /* 4 */
qnx4_xtnt_t i_first_xtnt; /* 8 */
__u32 i_xblk; /* 4 */
__s32 i_ftime; /* 4 */
__s32 i_mtime; /* 4 */
__s32 i_atime; /* 4 */
__s32 i_ctime; /* 4 */
qnx4_nxtnt_t i_num_xtnts; /* 2 */
qnx4_mode_t i_mode; /* 2 */
qnx4_muid_t i_uid; /* 2 */
qnx4_mgid_t i_gid; /* 2 */
qnx4_nlink_t i_nlink; /* 2 */
__u8 i_zero[4]; /* 4 */
qnx4_ftype_t i_type; /* 1 */
__u8 i_status; /* 1 */
unsigned long mmu_private;
};
#endif
|
|||||||||||||||||||||||||||
|
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
|
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
|||||||||||||||||||||||||||