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

/freebsd-10.1-release/include/
H A Dfstab.h60 char *fs_mntops; /* Mount options ala -o */ member in struct:fstab
61 char *fs_type; /* FSTAB_* from fs_mntops */
/freebsd-10.1-release/lib/libc/gen/
H A Dfstab.c135 _fs_fstab.fs_mntops = _fs_fstab.fs_type;
170 _fs_fstab.fs_mntops = cp;
171 if (_fs_fstab.fs_mntops == NULL)
184 strcpy(subline, _fs_fstab.fs_mntops);
/freebsd-10.1-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c151 free(md->fstab->fs_mntops);
245 free(md->fstab->fs_mntops);
380 md->fstab->fs_vfstype, md->fstab->fs_mntops,
491 md->fstab->fs_mntops = strdup(fstab->fs_mntops);
H A Dgpart_ops.c599 free(md->fstab->fs_mntops);
611 free(md->fstab->fs_mntops);
638 md->fstab->fs_mntops = strdup(md->fstab->fs_type);
/freebsd-10.1-release/sbin/mount/
H A Dmount.c337 if (hasopt(fs->fs_mntops, "noauto"))
339 if (!hasopt(fs->fs_mntops, "late") && onlylate)
341 if (hasopt(fs->fs_mntops, "late") && !late)
343 if (hasopt(fs->fs_mntops, "failok"))
350 options = update_options(options, fs->fs_mntops,
354 fs->fs_mntops) && !failok)
407 options = update_options(options, fs->fs_mntops,
426 init_flags, options, fs->fs_mntops);
/freebsd-10.1-release/sbin/swapon/
H A Dswapon.c173 if (strstr(fsp->fs_mntops, "noauto") != NULL)
176 strstr(fsp->fs_mntops, "late") &&
180 fsp->fs_mntops);
/freebsd-10.1-release/sbin/fsck/
H A Dfsck.c275 for (i = strlen(fs->fs_mntops) - 6; i >= 0; i--)
276 if (!strncmp(&fs->fs_mntops[i], "noauto", 6))
/freebsd-10.1-release/lib/libutil/
H A Dquotafile.c85 strcpy(buf, fs->fs_mntops);

Completed in 91 milliseconds