OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_mounted
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
fsck.h
73
extern int
is_mounted
(const char *file);
ismounted.c
185
int
is_mounted
(const char *file)
function
211
if (
is_mounted
(argv[1]))
fsck.c
988
!(ignore_mounted &&
is_mounted
(fs->device))) {
1024
if (ignore_mounted &&
is_mounted
(fs->device)) {
1322
if (ignore_mounted &&
is_mounted
(fs->device))
Completed in 69 milliseconds