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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dmount.testroot89 testing "mount -a no fstab" "mount -a 2>/dev/null || echo yes" "yes\n" "" ""
95 cat > /etc/fstab << FSTAB
140 with multiple entries in fstab
141 with duplicate entries in fstab
142 with relative paths in fstab
143 with user entries in fstab
150 mount with relative path in fstab
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c-i2s-v2.h79 unsigned int *fstab,
H A Ds3c-i2s-v2.c582 unsigned int *fstab,
599 if (fstab == NULL)
600 fstab = iis_fs_tab;
581 s3c_i2sv2_iis_calc_rate(struct s3c_i2sv2_rate_calc *info, unsigned int *fstab, unsigned int rate, struct clk *clk) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c365 /* Load the filesystem database from /etc/fstab */
400 "WARNING: Your /etc/fstab does not contain the fsck passno field.\n"
402 "your /etc/fstab file as soon as you can.\n\n", stderr);
409 /* Lookup filesys in /etc/fstab and return the corresponding entry. */
666 * use that type regardless of what is specified in /etc/fstab.
669 * specified in /etc/fstab, or "auto".
679 type, "from fstab");
831 /* Check all file systems, using the /etc/fstab table. */
1135 const char *fstab; local
1151 /* Even plain "fsck /dev/hda1" needs fstab t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c52 #define _PATH_MNTTAB "/etc/fstab"
470 * Load the filesystem database from /etc/fstab
506 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
508 " should fix your /etc/fstab file as soon as you can.\n\n", stderr);
516 /* Lookup filesys in /etc/fstab and return the corresponding entry. */
818 * use that type regardless of what is specified in /etc/fstab.
821 * specified in /etc/fstab, or DEFAULT_FSTYPE.
1055 /* Check all file systems, using the /etc/fstab table. */
1329 const char *fstab; local
1341 fstab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c16 mount_main() can loop through /etc/fstab for mount -a
57 // in the fstab line. The owner option is similar to the user option,
1520 // Parse options, if necessary parse fstab/mtab, and call singlemount for
1533 FILE *fstab; local
1595 // skip looking at fstab entirely. We can always abspath() the directory
1613 // If we have a shared subtree flag, don't worry about fstab or mtab.
1623 // Open either fstab or mtab
1625 fstabname = "/etc/fstab";
1629 fstab = setmntent(fstabname, "r");
1630 if (!fstab)
[all...]

Completed in 184 milliseconds