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/
tune2fs.c
85
char *
journal_device
;
variable
515
if (
journal_device
) {
516
check_plausibility(
journal_device
);
517
check_mount(
journal_device
, 0, _("journal"));
525
retval = ext2fs_open(
journal_device
, EXT2_FLAG_RW|
531
journal_device
);
535
journal_device
);
543
journal_device
);
572
free(
journal_device
);
[
all
...]
mke2fs.c
101
char *
journal_device
;
variable
[
all
...]
Completed in 29 milliseconds