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

  /system/extras/ext4_utils/
mke2fs.conf 12 features = has_journal
15 features = has_journal,extent,huge_file,flex_bg,64bit,dir_nlink,extra_isize,uninit_bg
19 features = has_journal,extent,huge_file,flex_bg,inline_data,64bit,dir_nlink,extra_isize
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 11 features = has_journal
14 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
  /external/e2fsprogs/contrib/
dir2fs 43 mke2fs -i "${ratio}" -T ext4 -d "${dir}" -O ^resize_inode,sparse_super2,metadata_csum,64bit,^has_journal -E packed_meta_blocks=1,num_backup_sb=0 -b "${block_sz}" -I "${inodesz}" -F "${dev}" "${mkfs_blocks}" || exit
  /external/e2fsprogs/e2fsck/
journal.c 537 int has_journal = ext2fs_has_feature_journal(ctx->fs->super); local
539 if (has_journal || sb->s_journal_inum) {
543 if (has_journal && sb->s_journal_inum)
841 * needs_recovery set but has_journal clear. We can't get in a loop
  /external/e2fsprogs/debugfs/
journal.c 523 int has_journal = ext2fs_has_feature_journal(fs->super); local
525 if (has_journal || sb->s_journal_inum) {
696 * needs_recovery set but has_journal clear. We can't get in a loop

Completed in 144 milliseconds