Searched refs:filesys (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dfsck.c379 /* Lookup filesys in /etc/fstab and return the corresponding entry. */
380 static struct fs_info *lookup(char *filesys) argument
384 /* No filesys name given. */
385 if (filesys == NULL)
389 if (!strcmp(filesys, fs->device) ||
390 (fs->mountpt && !strcmp(filesys, fs->mountpt)))
1077 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr);

Completed in 66 milliseconds