Lines Matching full:blocks

45 resuid=n			The user ID which may use the reserved blocks.
46 resgid=n The group ID which may use the reserved blocks.
73 the concepts of blocks, inodes and directories. It has space in the
80 Blocks
83 The space in the device or file is split up into blocks. These are
85 which is decided when the filesystem is created. Smaller blocks mean
92 Blocks are clustered into block groups in order to reduce fragmentation
96 Two blocks near the start of each group are reserved for the block usage
97 bitmap and the inode usage bitmap which show which blocks and inodes
103 blocks. The block allocation algorithm attempts to allocate data blocks
122 number of inodes and blocks in the filesystem and how many are free,
123 how many inodes and blocks are in each block group, when the filesystem
141 structure contains pointers to the filesystem blocks which contain the
144 group, flags, size, number of blocks used, access time, change time,
159 There are pointers to the first 12 blocks which contain the file's data
161 pointers to the next set of blocks), a pointer to a doubly-indirect
162 block (which contains pointers to indirect blocks) and a pointer to a
163 trebly-indirect block (which contains pointers to doubly-indirect blocks).
191 The current implementation never removes empty directory blocks once they
200 which would normally be used to store the pointers to data blocks.
204 Character and block special devices never have data blocks assigned to
206 the fields which would be used to point to the data blocks.
211 In ext2, there is a mechanism for reserving a certain number of blocks
251 a regular file with data blocks in it so the kernel does not need to
259 sparse groups allow file data blocks where superblock/group descriptor
260 backups used to live, and ext2_free_blocks() refuses to free these blocks,
262 get an error if it tried to free a series of blocks which crossed a group
311 data blocks is fixed at filesystem creation time, so the only way to
313 No tools currently exist which can change the ratio of inodes to blocks.
327 so 8kB blocks are only allowed on Alpha systems (and other architectures
353 file which stores whole metadata (and optionally data) blocks that have
361 (or in the normal case where the system does not crash), then any blocks
365 the blocks in that transaction so they are discarded (which means any