OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:journal_device
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/misc/
mke2fs.c
108
char *
journal_device
;
variable
[
all
...]
tune2fs.c
99
char *
journal_device
;
variable
659
if (
journal_device
) {
660
check_plausibility(
journal_device
);
661
check_mount(
journal_device
, 0, _("journal"));
669
retval = ext2fs_open(
journal_device
, EXT2_FLAG_RW|
675
journal_device
);
679
journal_device
);
687
journal_device
);
717
free(
journal_device
);
[
all
...]
Completed in 407 milliseconds