OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_journal
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
mke2fs.conf
9
features =
has_journal
12
features =
has_journal
,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
16
features =
has_journal
,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
/external/e2fsprogs/debian/
initrd.ext3-add-journal
19
/sbin/tune2fs -O
has_journal
/dev2/root2 > /dev/null 2>&1
21
/sbin/tune2fs -O ^
has_journal
/dev2/root2 > /dev/null 2>&1
/external/e2fsprogs/e2fsck/
journal.c
450
int
has_journal
= ctx->fs->super->s_feature_compat &
local
453
if (
has_journal
|| sb->s_journal_inum) {
457
if (
has_journal
&& sb->s_journal_inum)
738
* needs_recovery set but
has_journal
clear. We can't get in a loop
Completed in 41 milliseconds