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

  /external/e2fsprogs/e2fsck/
pass5.c 709 EXT2_BG_INODE_ZEROED))) {
711 EXT2_BG_INODE_ZEROED);
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 197 #define EXT2_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */
  /external/e2fsprogs/misc/
dumpe2fs.c 130 print_bg_opt(bg_flags, EXT2_BG_INODE_ZEROED, "ITABLE_ZEROED",
tune2fs.c 564 gd->bg_flags = EXT2_BG_INODE_ZEROED;
574 if ((gd->bg_flags & EXT2_BG_INODE_ZEROED) == 0) {
    [all...]
mke2fs.c 339 ext2fs_bg_flags_set(fs, i, EXT2_BG_INODE_ZEROED);
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 541 EXT2_BG_INODE_ZEROED);
    [all...]

Completed in 2080 milliseconds