Lines Matching +full:64 +full:fs
8 - Xenix FS,
9 - SystemV/386 FS,
10 - Coherent FS.
30 - Coherent FS:
36 - SystemV Release 2 FS:
40 for this FS on hard disk yet.
43 These filesystems are rather similar. Here is a comparison with Minix FS:
47 - Minix FS 0x81 Linux/Minix
48 - Xenix FS ??
49 - SystemV FS ??
50 - Coherent FS 0x08 AIX bootable
54 - Minix FS 1024
55 - Xenix FS 1024 (also 512 ??)
56 - SystemV FS 1024 (also 512 and 2048)
57 - Coherent FS 512
61 On SystemV Release 2 FS (e.g. Microport) the first track is reserved and
66 - Minix FS little endian 0 1
67 - Xenix FS little endian 0 1
68 - SystemV FS little endian 0 1
69 - Coherent FS little endian 0 1
75 - Minix FS little endian 0 1 2 3
76 - Xenix FS little endian 0 1 2 3
77 - SystemV FS little endian 0 1 2 3
78 - Coherent FS PDP-11 2 3 0 1
85 Minix FS 1
86 Xenix FS, SystemV FS, Coherent FS 2
92 Minix FS 250
93 Xenix FS ??
94 SystemV FS ??
95 Coherent FS >=10000
100 - Minix FS
102 - Xenix FS, SystemV FS, Coherent FS
108 - Minix FS
110 - Xenix FS, SystemV FS, Coherent FS
117 0 on Xenix FS and SystemV FS, with a block zeroed out on Coherent FS.
122 Minix FS block 1 = bytes 1024..2047
123 Xenix FS block 1 = bytes 1024..2047
124 SystemV FS bytes 512..1023
125 Coherent FS block 1 = bytes 512..1023
130 - Minix FS::
141 - Xenix FS, SystemV FS, Coherent FS::
154 short s_dinfo[4]; -- SystemV FS only
157 short s_dinfo[4]; -- Xenix FS only
158 unsigned short s_interleave_m,s_interleave_n; -- Coherent FS only
164 Xenix FS::
171 SystemV FS::
178 Coherent FS::
182 Note that Coherent FS has no magic.
186 - Minix FS::
196 - Xenix FS, SystemV FS, Coherent FS::
211 - Minix FS:
217 - Xenix FS, SystemV FS, Coherent FS:
228 Minix FS 32 32
229 Xenix FS 64 16
230 SystemV FS 64 16
231 Coherent FS 64 8
236 - Minix FS::
241 - Xenix FS, SystemV FS, Coherent FS::
249 Minix FS 16/32 64/32
250 Xenix FS 16 64
251 SystemV FS 16 64
252 Coherent FS 16 32
257 - Minix FS normal
258 - Xenix FS kludge: as regular files with chmod 1000
259 - SystemV FS ??
260 - Coherent FS kludge: as regular files with chmod 1000