Lines Matching full:blocks
33 Enables the file system to be larger than 2^32 blocks. This feature is set
36 blocks, even if it was smaller than that threshold when it was
43 allocation is a power of two number of blocks. That is, each bit in the
46 default composed of 16 blocks. This feature can decrease the time
76 This ext4 feature provides file-system level encryption of data blocks
95 particular inode to physical blocks on the storage device to be stored
182 .\" descriptor blocks, inode and block bitmaps, directories, and
183 .\" extent tree blocks). The checksum algorithm used for the metadata
184 .\" blocks is different than the one used for group descriptors with the
198 larger than 2^32 blocks. It is not recommended that this feature be set
262 contiguous blocks available for data files.
271 inode tables and blocks lazily. This feature speeds up the time to check
300 field the total number of blocks of the filesystem, while the
302 behavior (which is the default) is to subtract the overhead blocks
310 Filesystem#1024-blocks#Used#Available#Capacity#Mounted on
319 Filesystem#1024-blocks#Used#Available#Capacity#Mounted on
374 These options determine who can use the reserved blocks.
381 (Earlier, copies of the superblock would be made every 8192 blocks: in
391 block 32768 on a filesystem with 4\ k blocks, use "sb=131072".
492 Commit block can be written to disk without waiting for descriptor blocks. If
504 This tuning parameter controls the maximum number of inode table blocks that
506 The value must be a power of 2. The default value is 32 blocks.
509 Number of filesystem blocks that mballoc will try to use for allocation size
511 RAID chunk size in filesystem blocks.
517 Disable delayed allocation. Blocks are allocated when data is copied from user
563 replace-via-truncate patterns and force that any delayed allocation blocks are
565 mode, the data blocks of the new file are forced to disk before the rename()
568 crashes before the delayed allocation blocks are forced to disk.
571 Do not initialize any uninitialized inode table blocks in the background. This
583 block device when blocks are freed. This is useful for SSD devices and
589 filesystem metadata blocks within internal data structures. This allows multi-\c
591 overlap with filesystem metadata blocks. This option is intended for debugging