Lines Matching full:blocks

49 resuid=n			The user ID which may use the reserved blocks.
50 resgid=n The group ID which may use the reserved blocks.
76 the concepts of blocks, inodes and directories. It has space in the
83 Blocks section in Specification
86 The space in the device or file is split up into blocks. These are
88 which is decided when the filesystem is created. Smaller blocks mean
95 Blocks are clustered into block groups in order to reduce fragmentation
99 Two blocks near the start of each group are reserved for the block usage
100 bitmap and the inode usage bitmap which show which blocks and inodes
106 blocks. The block allocation algorithm attempts to allocate data blocks
125 number of inodes and blocks in the filesystem and how many are free,
126 how many inodes and blocks are in each block group, when the filesystem
144 structure contains pointers to the filesystem blocks which contain the
147 group, flags, size, number of blocks used, access time, change time,
162 There are pointers to the first 12 blocks which contain the file's data
164 pointers to the next set of blocks), a pointer to a doubly-indirect
165 block (which contains pointers to indirect blocks) and a pointer to a
166 trebly-indirect block (which contains pointers to doubly-indirect blocks).
194 The current implementation never removes empty directory blocks once they
203 which would normally be used to store the pointers to data blocks.
207 Character and block special devices never have data blocks assigned to
209 the fields which would be used to point to the data blocks.
214 In ext2, there is a mechanism for reserving a certain number of blocks
254 a regular file with data blocks in it so the kernel does not need to
262 sparse groups allow file data blocks where superblock/group descriptor
263 backups used to live, and ext2_free_blocks() refuses to free these blocks,
265 get an error if it tried to free a series of blocks which crossed a group
314 data blocks is fixed at filesystem creation time, so the only way to
316 No tools currently exist which can change the ratio of inodes to blocks.
332 so 8kB blocks are only allowed on Alpha systems (and other architectures
358 file which stores whole metadata (and optionally data) blocks that have
366 (or in the normal case where the system does not crash), then any blocks
370 the blocks in that transaction so they are discarded (which means any