Home
last modified time | relevance | path

Searched refs:fs_mntops (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfstab.c131 _fs_fstab.fs_mntops = _fs_fstab.fs_type; in fstabscan()
166 _fs_fstab.fs_mntops = cp; in fstabscan()
167 if (_fs_fstab.fs_mntops == NULL) in fstabscan()
180 (void)strlcpy(subline, _fs_fstab.fs_mntops, sizeof(subline)); in fstabscan()
/freebsd/sbin/mount/
H A Dmount.c304 if (hasopt(fs->fs_mntops, "noauto")) in main()
306 if (!hasopt(fs->fs_mntops, "late") && onlylate) in main()
308 if (hasopt(fs->fs_mntops, "late") && !late) in main()
310 if (hasopt(fs->fs_mntops, "failok")) in main()
315 !hasopt(fs->fs_mntops, "update") && in main()
318 options = update_options(options, fs->fs_mntops, in main()
322 fs->fs_mntops) && !failok) in main()
385 options = update_options(options, fs->fs_mntops, in main()
404 init_flags, options, fs->fs_mntops); in main()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c166 free(md->fstab->fs_mntops); in main()
263 free(md->fstab->fs_mntops); in delete_part_metadata()
451 md->fstab->fs_vfstype, md->fstab->fs_mntops, in apply_changes()
602 md->fstab->fs_mntops = strdup(fstab->fs_mntops); in init_fstab_metadata()
H A Dgpart_ops.c771 free(md->fstab->fs_mntops); in set_default_part_metadata()
783 free(md->fstab->fs_mntops); in set_default_part_metadata()
818 md->fstab->fs_mntops = strdup(md->fstab->fs_type); in set_default_part_metadata()
/freebsd/sbin/swapon/
H A Dswapon.c174 if (strstr(fsp->fs_mntops, "noauto") != NULL) in main()
177 strstr(fsp->fs_mntops, "late") && in main()
181 strstr(fsp->fs_mntops, "late") == NULL && in main()
184 Eflag |= (strstr(fsp->fs_mntops, "trimonce") != NULL); in main()
186 fsp->fs_mntops); in main()
/freebsd/include/
H A Dfstab.h59 char *fs_mntops; /* Mount options ala -o */ member
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c294 fst.fs_mntops = blank; in getfsquota()
303 fst.fs_file, fst.fs_mntops, type, in getfsquota()
/freebsd/sbin/fsck/
H A Dfsutil.c82 optbuf = strdup(fs->fs_mntops); in getfsopt()
H A Dfsck.c285 for (i = strlen(fs->fs_mntops) - 6; i >= 0; i--) in isok()
286 if (!strncmp(&fs->fs_mntops[i], "noauto", 6)) in isok()
/freebsd/lib/libutil/
H A Dquotafile.c85 strcpy(buf, fs->fs_mntops); in hasquota()