Lines Matching full:free

28 #define XENIX_NICFREE	100	/* number of free block list chunk entries */
32 /* the start of the free block list: */
33 __fs16 s_nfree; /* number of free blocks in s_free, <= XENIX_NICFREE */
34 sysv_zone_t s_free[XENIX_NICFREE]; /* first free block list chunk */
35 /* the cache of free inodes: */
36 __fs16 s_ninode; /* number of free inodes in s_inode, <= XENIX_NICINOD */
37 sysv_ino_t s_inode[XENIX_NICINOD]; /* some free inodes */
39 char s_flock; /* lock during free block list manipulation */
44 __fs32 s_tfree __packed2__; /* total number of free zones */
45 __fs16 s_tinode; /* total number of free inodes */
64 #define SYSV_NICFREE 50 /* number of free block list chunk entries */
71 /* the start of the free block list: */
72 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
74 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */
75 /* the cache of free inodes: */
76 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */
78 sysv_ino_t s_inode[SYSV_NICINOD]; /* some free inodes */
80 char s_flock; /* lock during free block list manipulation */
86 __fs32 s_tfree; /* total number of free zones */
87 __fs16 s_tinode; /* total number of free inodes */
102 /* the start of the free block list: */
103 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
104 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */
105 /* the cache of free inodes: */
106 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */
107 sysv_ino_t s_inode[SYSV_NICINOD]; /* some free inodes */
109 char s_flock; /* lock during free block list manipulation */
115 __fs32 s_tfree __packed2__; /* total number of free zones */
116 __fs16 s_tinode; /* total number of free inodes */
128 #define V7_NICFREE 50 /* number of free block list chunk entries */
132 /* the start of the free block list: */
133 __fs16 s_nfree; /* number of free blocks in s_free, <= V7_NICFREE */
134 sysv_zone_t s_free[V7_NICFREE]; /* first free block list chunk */
135 /* the cache of free inodes: */
136 __fs16 s_ninode; /* number of free inodes in s_inode, <= V7_NICINOD */
137 sysv_ino_t s_inode[V7_NICINOD]; /* some free inodes */
139 char s_flock; /* lock during free block list manipulation */
145 __fs32 s_tfree __packed2__; /* total number of free zones */
146 __fs16 s_tinode; /* total number of free inodes */
166 #define COH_NICFREE 64 /* number of free block list chunk entries */
170 /* the start of the free block list: */
171 __fs16 s_nfree; /* number of free blocks in s_free, <= COH_NICFREE */
172 sysv_zone_t s_free[COH_NICFREE] __packed2__; /* first free block list chunk */
173 /* the cache of free inodes: */
174 __fs16 s_ninode; /* number of free inodes in s_inode, <= COH_NICINOD */
175 sysv_ino_t s_inode[COH_NICINOD]; /* some free inodes */
177 char s_flock; /* lock during free block list manipulation */
182 __fs32 s_tfree __packed2__; /* total number of free zones */
183 __fs16 s_tinode; /* total number of free inodes */