OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:journal_device
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/misc/
util.h
15
extern char *
journal_device
;
util.c
208
journal_device
= blkid_get_devname(NULL, arg, NULL);
209
if (!
journal_device
) {
tune2fs.c
85
char *
journal_device
;
variable
477
if (
journal_device
) {
478
check_plausibility(
journal_device
);
479
check_mount(
journal_device
, 0, _("journal"));
487
retval = ext2fs_open(
journal_device
, EXT2_FLAG_RW|
493
journal_device
);
497
journal_device
);
505
journal_device
);
534
free(
journal_device
);
[
all
...]
mke2fs.c
101
char *
journal_device
;
variable
[
all
...]
Completed in 148 milliseconds