Searched refs:fs_mntops (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | fstab.c | 131 _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 D | mount.c | 305 if (hasopt(fs->fs_mntops, "noauto")) in main() 307 if (!hasopt(fs->fs_mntops, "late") && onlylate) in main() 309 if (hasopt(fs->fs_mntops, "late") && !late) in main() 311 if (hasopt(fs->fs_mntops, "failok")) in main() 316 !hasopt(fs->fs_mntops, "update") && in main() 319 options = update_options(options, fs->fs_mntops, in main() 323 fs->fs_mntops) && !failok) in main() 386 options = update_options(options, fs->fs_mntops, in main() 405 init_flags, options, fs->fs_mntops); in main()
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | partedit.c | 166 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 D | gpart_ops.c | 771 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/include/ |
H A D | fstab.h | 59 char *fs_mntops; /* Mount options ala -o */ member
|
/freebsd/sbin/swapon/ |
H A D | swapon.c | 174 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/libexec/rpc.rquotad/ |
H A D | rquotad.c | 294 fst.fs_mntops = blank; in getfsquota() 303 fst.fs_file, fst.fs_mntops, type, in getfsquota()
|
/freebsd/sbin/fsck/ |
H A D | fsutil.c | 82 optbuf = strdup(fs->fs_mntops); in getfsopt()
|
H A D | fsck.c | 285 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 D | quotafile.c | 85 strcpy(buf, fs->fs_mntops); in hasquota()
|