Lines Matching full:system

30 Overview of the file system
32 The file system is discussed in detail in [Mckusick84];
37 A file system is described by its
39 The super-block is built when the file system is created (\c
43 contains the basic parameters of the file system,
52 of the file system's disk partition.
60 Within the file system are files.
73 \(dgThe actual number may vary from system to system, but is usually in
78 In a file system with a 4096 byte block size, a singly indirect
88 the minimum size of a file system block is 4096 bytes.
89 The size of file system blocks can be any power of two
91 The block size of the file system is maintained in the super-block,
93 to be accessible simultaneously on the same system.
96 creates the file system;
98 changed without rebuilding the file system.
105 as the file system is modified.
107 the number of blocks, fragments, inodes and directories in the file system.
111 The file system partitions the disk into one or more areas called
121 when the file system is created.
154 the file system space allocator divides a single
155 file system block into one or more
157 The fragmentation of the file system is specified
158 when the file system is created;
159 each file system block can be optionally broken into
169 On a file system with a block size of 4096 bytes
173 If a file system block must be fragmented to obtain
179 a 4096/1024 byte file system.
187 Updates to the file system
192 the operating system performs a
193 series of file system updates.
194 These updates, when written on disk, yield a consistent file system.
195 The file system stages
199 Knowing the information that is first written to the file system,
201 repair a corrupted file system.
206 When a user program does an operation to change the file system,
220 system call has returned.
221 Thus at any given time, the file system,
223 lags the state of the file system represented by the in-core information.
234 If the system is halted without writing out the in-core information,
235 the file system on the disk will be in an inconsistent state.
240 Such an inconsistency can occur when the system is halted before