Home
last modified time | relevance | path

Searched refs:find_fsck (Results 1 – 6 of 6) sorted by relevance

/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/misc/
H A Dfsck.c399 static char *find_fsck(char *type) in find_fsck() function
483 s = find_fsck(prog); in execute()
916 if (find_fsck(fs->type) == NULL) { in ignore()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/misc/
H A Dfsck.c399 static char *find_fsck(char *type) in find_fsck() function
483 s = find_fsck(prog); in execute()
916 if (find_fsck(fs->type) == NULL) { in ignore()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/misc/
H A Dfsck.c399 static char *find_fsck(char *type) in find_fsck() function
483 s = find_fsck(prog); in execute()
916 if (find_fsck(fs->type) == NULL) { in ignore()
/dports/devel/util-linux/util-linux-2.36/disk-utils/
H A Dfsck.c541 static int find_fsck(const char *type, char **progpath) in find_fsck() function
915 if (!find_fsck(progname, &progpath)) { in fsck_device()
1162 if (!find_fsck(type, NULL)) { in ignore()
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Dfsck.c534 static char *find_fsck(const char *type) in find_fsck() function
888 progpath = find_fsck(progname); in fsck_device()
1133 if (find_fsck(type) == NULL) { in ignore()
/dports/devel/util-linux/util-linux-2.36/Documentation/releases/
H A Dv2.32-ReleaseNotes144 - cleanup find_fsck() [Karel Zak]