Lines Matching refs: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.
69 the concepts of blocks, inodes and directories. It has space in the
79 The space in the device or file is split up into blocks. These are
81 which is decided when the filesystem is created. Smaller blocks mean
92 Two blocks near the start of each group are reserved for the block usage
93 bitmap and the inode usage bitmap which show which blocks and inodes
99 blocks. The block allocation algorithm attempts to allocate data blocks
118 number of inodes and blocks in the filesystem and how many are free,
119 how many inodes and blocks are in each block group, when the filesystem
137 structure contains pointers to the filesystem blocks which contain the
140 group, flags, size, number of blocks used, access time, change time,
155 There are pointers to the first 12 blocks which contain the file's data
157 pointers to the next set of blocks), a pointer to a doubly-indirect
158 block (which contains pointers to indirect blocks) and a pointer to a
159 trebly-indirect block (which contains pointers to doubly-indirect blocks).
187 The current implementation never removes empty directory blocks once they
196 which would normally be used to store the pointers to data blocks.
200 Character and block special devices never have data blocks assigned to
202 the fields which would be used to point to the data blocks.
207 In ext2, there is a mechanism for reserving a certain number of blocks
247 a regular file with data blocks in it so the kernel does not need to
255 sparse groups allow file data blocks where superblock/group descriptor
256 backups used to live, and ext2_free_blocks() refuses to free these blocks,
258 get an error if it tried to free a series of blocks which crossed a group
307 data blocks is fixed at filesystem creation time, so the only way to
309 No tools currently exist which can change the ratio of inodes to blocks.
323 so 8kB blocks are only allowed on Alpha systems (and other architectures
349 file which stores whole metadata (and optionally data) blocks that have
357 (or in the normal case where the system does not crash), then any blocks
361 the blocks in that transaction so they are discarded (which means any