Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:blocks

138  * Convenience function which zeros out _num_ blocks starting at
310 * of free blocks.
372 * Find a reasonable journal file size (in blocks) given the number of blocks
376 int ext2fs_default_journal_size(__u64 blocks)
378 if (blocks < 2048)
380 if (blocks < 32768)
382 if (blocks < 256*1024)
384 if (blocks < 512*1024)
386 if (blocks < 1024*1024)