Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/lib/libc/gen/
H A Dfstab.c68 _fs_fstab.fs_type = strtok_r(NULL, ":\n", &last); in fstabscan()
69 if (_fs_fstab.fs_type) { in fstabscan()
70 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX)) in fstabscan()
72 _fs_fstab.fs_mntops = _fs_fstab.fs_type; in fstabscan()
74 strcmp(_fs_fstab.fs_type, FSTAB_SW) ? in fstabscan()
122 _fs_fstab.fs_type = FSTAB_RW; in fstabscan()
126 _fs_fstab.fs_type = FSTAB_RQ; in fstabscan()
130 _fs_fstab.fs_type = FSTAB_RO; in fstabscan()
134 _fs_fstab.fs_type = FSTAB_SW; in fstabscan()
138 _fs_fstab.fs_type = FSTAB_XX; in fstabscan()
/openbsd-src/usr.sbin/amd/amd/
H A Dam_ops.c82 fputs((*ap)->fs_type, fp); in ops_showfstypes()
84 l += strlen((*ap)->fs_type) + 2; in ops_showfstypes()
135 if (strcmp(rop->fs_type, fo->opt_type) == 0) in ops_match()
H A Dsrvr_afs.c65 fs->fs_type = "local"; in find_afs_srvr()
191 plog(XLOG_INFO, "file server %s type %s %s", fs->fs_host, fs->fs_type, state); in srvrlog()
H A Damq_subr.c206 if (!xdr_amq_string(xdrs, &mp->am_mnt->mf_ops->fs_type)) { in xdr_amq_mount_tree_node()
335 if (!xdr_amq_string(xdrs, &mf->mf_ops->fs_type)) { in xdr_amq_mount_info_list()
H A Dmntfs.c284 mf->mf_ops->fs_type, mf->mf_mount); in free_mntfs()
298 mf->mf_mount, mf->mf_ops->fs_type); in free_mntfs()
H A Drestart.c150 me->mnt_fsname, fs_ops->fs_type, me->mnt_dir); in restart()
H A Dafs_ops.c857 dlog("Got a hit with %s", p->fs_type); in afs_bgmount()
870 cp->fs_opts.fs_mtab, mp->am_path, p->fs_type); in afs_bgmount()
902 dlog("Duplicate pending mount fstype %s", p->fs_type); in afs_bgmount()
H A Dutil.c347 mf->mf_ops->fs_type, mf->mf_mount); in mf_mounted()
H A Dsrvr_nfs.c670 fs->fs_type = "nfs"; in find_nfs_srvr()
H A Dnfs_ops.c680 STREQ(mp->am_parent->am_mnt->mf_ops->fs_type, "direct")) { in nfs_umounted()
/openbsd-src/sbin/dump/
H A Doptr.c279 (new->fs_type = strdup(fs->fs_type)) == NULL || in allocfsent()
309 if (strcmp(fs->fs_type, FSTAB_RW) && in getfstab()
310 strcmp(fs->fs_type, FSTAB_RO) && in getfstab()
311 strcmp(fs->fs_type, FSTAB_RQ)) in getfstab()
/openbsd-src/include/
H A Dfstab.h63 char *fs_type; /* FSTAB_* from fs_mntops */ member
/openbsd-src/sbin/fsck/
H A Dfsck.c212 if (BADTYPE(fs->fs_type)) in main()
230 if (BADTYPE(fs->fs_type)) in isok()
/openbsd-src/usr.sbin/amd/include/
H A Dam.h392 char *fs_type; member
465 char *fs_type; /* File server type */ member
/openbsd-src/sys/dev/isa/
H A Dfins.c103 enum sensor_type fs_type; member
392 sc->fins_ksensors[i].type = sensors[i].fs_type; in fins_setup_sensors()
/openbsd-src/usr.sbin/quotaon/
H A Dquotaon.c109 if (strcmp(fs->fs_type, FSTAB_RW)) in main()
/openbsd-src/sbin/swapctl/
H A Dswapctl.c355 if (strcmp(fp->fs_type, "sw") != 0) in do_fstab()
/openbsd-src/sbin/mount/
H A Dmount.c196 if (BADTYPE(fs->fs_type)) in main()
269 if (BADTYPE(fs->fs_type)) in main()
/openbsd-src/sbin/quotacheck/
H A Dquotacheck.c231 if (strcmp(fs->fs_type, FSTAB_RW)) in needchk()