HomeSort by: relevance | last modified time | path
    Searched refs:fs_mntops (Results 1 - 8 of 8) sorted by relevancy

  /src/etc/rc.d/
resize_root 43 while read fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
68 for opt in $(split_options "${fs_mntops}"); do
fsck_root 28 while read fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
  /src/include/
fstab.h 64 __aconst char *fs_mntops; /* Mount options ala -o */ member in struct:fstab
65 __aconst char *fs_type; /* FSTAB_* from fs_mntops */
  /src/lib/libc/gen/
fstab.c 112 _fs_fstab.fs_mntops = _fs_fstab.fs_type;
133 _fs_fstab.fs_mntops = nextfld(&lp, ws);
134 if (_fs_fstab.fs_mntops == NULL)
145 (void)strlcpy(subline, _fs_fstab.fs_mntops, sizeof(subline));
  /src/usr.bin/quota/
quotautil.c 88 strlcpy(optbuf, fs->fs_mntops, sizeof(optbuf));
  /src/sbin/swapctl/
swapctl.c 756 if (strstr(fp->fs_mntops, "dp") && add)
761 if ((s = strstr(fp->fs_mntops, PRIORITYEQ)) != NULL) {
767 if ((s = strstr(fp->fs_mntops, NFSMNTPT)) != NULL) {
  /src/sbin/mount/
mount.c 188 if (hasopt(fs->fs_mntops, "noauto"))
205 fs->fs_mntops, !forceall, NULL, 0))
250 fs->fs_mntops = NULL;
284 mountopts = fs->fs_mntops;
  /src/lib/libquota/
quota_oldfiles.c 143 strlcpy(buf, fs->fs_mntops, sizeof(buf));

Completed in 15 milliseconds