Home | History | Annotate | Download | only in misc

Lines Matching defs:fstab

66 #define	_PATH_MNTTAB	"/etc/fstab"
331 * Load the filesystem database from /etc/fstab
369 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
371 " should fix your /etc/fstab file as soon as you can.\n\n"), stderr);
379 /* Lookup filesys in /etc/fstab and return the corresponding entry. */
696 * use that type regardless of what is specified in /etc/fstab.
699 * specified in /etc/fstab, or DEFAULT_FSTYPE.
883 _("%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"),
956 /* Check all file systems, using the /etc/fstab table. */
1257 const char *fstab;
1275 fstab = getenv("FSTAB_FILE");
1276 if (!fstab)
1277 fstab = _PATH_MNTTAB;
1278 load_fs_info(fstab);