Lines Matching full:of

22 #define SYSV_BADBL_INO	1	/* inode of bad blocks file */
23 #define SYSV_ROOT_INO 2 /* inode of root directory */
27 #define XENIX_NICINOD 100 /* number of inode cache entries */
28 #define XENIX_NICFREE 100 /* number of free block list chunk entries */
30 __fs16 s_isize; /* index of first data zone */
31 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
32 /* the start of the free block list: */
33 __fs16 s_nfree; /* number of free blocks in s_free, <= XENIX_NICFREE */
35 /* the cache of free inodes: */
36 __fs16 s_ninode; /* number of free inodes in s_inode, <= XENIX_NICINOD */
43 __fs32 s_time __packed2__; /* time of last super block update */
44 __fs32 s_tfree __packed2__; /* total number of free zones */
45 __fs16 s_tinode; /* total number of free inodes */
51 s32 s_magic; /* version of file system */
52 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
63 #define SYSV_NICINOD 100 /* number of inode cache entries */
64 #define SYSV_NICFREE 50 /* number of free block list chunk entries */
68 __fs16 s_isize; /* index of first data zone */
70 __fs32 s_fsize; /* total number of zones of this fs */
71 /* the start of the free block list: */
72 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
75 /* the cache of free inodes: */
76 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */
84 __fs32 s_time; /* time of last super block update */
86 __fs32 s_tfree; /* total number of free zones */
87 __fs16 s_tinode; /* total number of free inodes */
93 s32 s_magic; /* version of file system */
94 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
100 __fs16 s_isize; /* index of first data zone */
101 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
102 /* the start of the free block list: */
103 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
105 /* the cache of free inodes: */
106 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */
113 __fs32 s_time __packed2__; /* time of last super block update */
115 __fs32 s_tfree __packed2__; /* total number of free zones */
116 __fs16 s_tinode; /* total number of free inodes */
121 s32 s_magic; /* version of file system */
122 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
127 #define V7_NICINOD 100 /* number of inode cache entries */
128 #define V7_NICFREE 50 /* number of free block list chunk entries */
130 __fs16 s_isize; /* index of first data zone */
131 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
132 /* the start of the free block list: */
133 __fs16 s_nfree; /* number of free blocks in s_free, <= V7_NICFREE */
135 /* the cache of free inodes: */
136 __fs16 s_ninode; /* number of free inodes in s_inode, <= V7_NICINOD */
143 __fs32 s_time __packed2__; /* time of last super block update */
145 __fs32 s_tfree __packed2__; /* total number of free zones */
146 __fs16 s_tinode; /* total number of free inodes */
165 #define COH_NICINOD 100 /* number of inode cache entries */
166 #define COH_NICFREE 64 /* number of free block list chunk entries */
168 __fs16 s_isize; /* index of first data zone */
169 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
170 /* the start of the free block list: */
171 __fs16 s_nfree; /* number of free blocks in s_free, <= COH_NICFREE */
173 /* the cache of free inodes: */
174 __fs16 s_ninode; /* number of free inodes in s_inode, <= COH_NICINOD */
181 __fs32 s_time __packed2__; /* time of last super block update */
182 __fs32 s_tfree __packed2__; /* total number of free zones */
183 __fs16 s_tinode; /* total number of free inodes */
200 __fs32 i_atime; /* time of last access */
201 __fs32 i_mtime; /* time of last modification */
202 __fs32 i_ctime; /* time of creation */
206 #define SYSV_NAMELEN 14 /* max size of name in struct sysv_dir_entry */
212 #define SYSV_DIRSIZE sizeof(struct sysv_dir_entry) /* size of every directory entry */