Lines Matching defs:qnx6_super_block
94 struct qnx6_super_block { struct
95 __fs32 sb_magic;
96 __fs32 sb_checksum;
97 __fs64 sb_serial;
98 __fs32 sb_ctime; /* time the fs was created */
99 __fs32 sb_atime; /* last access time */
100 __fs32 sb_flags;
101 __fs16 sb_version1; /* filesystem version information */
102 __fs16 sb_version2; /* filesystem version information */
103 __u8 sb_volumeid[16];
104 __fs32 sb_blocksize;
105 __fs32 sb_num_inodes;
106 __fs32 sb_free_inodes;
107 __fs32 sb_num_blocks;
108 __fs32 sb_free_blocks;
109 __fs32 sb_allocgroup;
110 struct qnx6_root_node Inode;
111 struct qnx6_root_node Bitmap;
112 struct qnx6_root_node Longfile;
113 struct qnx6_root_node Unknown;