HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_FALLOCATE_ZERO_BLOCKS (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
fallocate.c 269 (!(flags & EXT2_FALLOCATE_ZERO_BLOCKS) ||
319 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) {
335 else if (flags & EXT2_FALLOCATE_ZERO_BLOCKS)
403 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) {
416 else if (flags & EXT2_FALLOCATE_ZERO_BLOCKS)
483 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) {
534 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) {
586 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) {
649 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) {
798 * - EXT2_FALLOCATE_ZERO_BLOCKS: Zero the blocks that are allocated
    [all...]
mkjournal.c 296 falloc_flags |= EXT2_FALLOCATE_ZERO_BLOCKS;
ext2fs.h     [all...]
  /external/e2fsprogs/misc/
mk_hugefiles.c 291 EXT2_FALLOCATE_ZERO_BLOCKS,

Completed in 59 milliseconds