3 * Author : Richard Frowijn
4 * Function : qnx4 inode definitions
6 * Last modified : 25-05-1998
8 * History : 23-03-1998 created
14 #include <linux/qnxtypes.h>
19 struct qnx4_inode_info
{
20 char i_reserved
[16]; /* 16 */
22 _xtnt_t i_first_xtnt
; /* 8 */
24 time_t i_ftime
; /* 4 */
25 time_t i_mtime
; /* 4 */
26 time_t i_atime
; /* 4 */
27 time_t i_ctime
; /* 4 */
28 _nxtnt_t i_num_xtnts
; /* 2 */
29 mode_t i_mode
; /* 2 */
32 nlink_t i_nlink
; /* 2 */
33 char i_zero
[4]; /* 4 */
34 _ftype_t i_type
; /* 1 */
35 unsigned char i_status
; /* 1 */