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

  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 177 #define EXT2_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */
  /external/e2fsprogs/misc/
dumpe2fs.c 122 print_bg_opt(bg_flags, EXT2_BG_INODE_ZEROED, "ITABLE_ZEROED",
tune2fs.c 452 gd->bg_flags = EXT2_BG_INODE_ZEROED;
462 if ((gd->bg_flags & EXT2_BG_INODE_ZEROED) == 0) {
    [all...]
mke2fs.c 387 fs->group_desc[i].bg_flags |= EXT2_BG_INODE_ZEROED;
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 501 EXT2_BG_INODE_ZEROED;
    [all...]

Completed in 8852 milliseconds