Searched refs:fs_type (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/include/
H A Dfstab.h61 char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
/freebsd-9.3-release/lib/libc/gen/
H A Dfstab.c131 _fs_fstab.fs_type = strsep(&p, ":\n");
132 if (_fs_fstab.fs_type) {
133 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX))
135 _fs_fstab.fs_mntops = _fs_fstab.fs_type;
137 strcmp(_fs_fstab.fs_type, FSTAB_SW) ?
185 _fs_fstab.fs_type = FSTAB_RW;
189 _fs_fstab.fs_type = FSTAB_RQ;
193 _fs_fstab.fs_type = FSTAB_RO;
197 _fs_fstab.fs_type = FSTAB_SW;
201 _fs_fstab.fs_type
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dsrvr_amfs_auto.c77 fs->fs_type = "local";
209 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state);
H A Damq_subr.c221 if (STREQ(mp->am_mnt->mf_ops->fs_type, "toplvl"))
223 if (STREQ(mp->am_mnt->mf_ops->fs_type, "auto"))
289 if (!xdr_amq_string(xdrs, &mp->am_mnt->mf_ops->fs_type)) {
440 if (!xdr_amq_string(xdrs, &mf->mf_ops->fs_type)) {
H A Dam_ops.c155 xstrlcat(buf, (*ap)->fs_type, l);
158 linesize += strlen((*ap)->fs_type) + 2;
367 if (STREQ(rop->fs_type, type))
H A Dmntfs.c280 mf->mf_mount, mf->mf_ops->fs_type, mf->mf_refc, mf->mf_flags);
314 mf->mf_ops->fs_type, mf->mf_mount);
327 mf->mf_mount, mf->mf_ops->fs_type);
H A Damfs_toplvl.c216 mf->mf_ops->fs_type, mf->mf_info);
H A Drestart.c105 me->mnt_fsname, fs_ops->fs_type, me->mnt_dir, mf->mf_flags);
H A Damd.h395 char *fs_type; /* type of filesystems e.g. "nfsx" */ member in struct:am_ops
448 char *fs_type; /* File server type */ member in struct:fserver
H A Damfs_generic.c313 dlog("Got a hit with %s", p->fs_type);
559 if (!STREQ(mp->am_mnt->mf_ops->fs_type, "linkx"))
775 mf->mf_fo->fs_mtab, mf->mf_mount, p->fs_type,
H A Dautil.c244 mf->mf_ops->fs_type, mf->mf_mount);
H A Dsrvr_nfs.c1012 fs->fs_type = MNTTAB_TYPE_NFS;
/freebsd-9.3-release/sbin/dump/
H A Doptr.c294 (new->fs_type = strdup(fs->fs_type)) == NULL ||
321 if ((strcmp(fs->fs_type, FSTAB_RW) &&
322 strcmp(fs->fs_type, FSTAB_RO) &&
323 strcmp(fs->fs_type, FSTAB_RQ)) ||
/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_files.c323 switch (fst->fs_type) {
373 if (fst->fs_type == PS_FST_TYPE_VNODE) {
442 switch (fst->fs_type) {
/freebsd-9.3-release/sbin/fsck/
H A Dfsck.c209 if (BADTYPE(fs->fs_type))
236 if (BADTYPE(fs->fs_type))
250 if (!strcmp(fs->fs_type, FSTAB_RO))
267 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO))
/freebsd-9.3-release/usr.bin/fstat/
H A Dfstat.c239 if (fst->fs_type != PS_FST_TYPE_VNODE &&
240 fst->fs_type != PS_FST_TYPE_FIFO)
282 switch (fst->fs_type) {
306 fst->fs_type, fst->fs_fd, pid);
H A Dfuser.c299 if (fst->fs_type != PS_FST_TYPE_VNODE)
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c152 free(md->fstab->fs_type);
246 free(md->fstab->fs_type);
492 md->fstab->fs_type = strdup(fstab->fs_type);
H A Dgpart_ops.c600 free(md->fstab->fs_type);
612 free(md->fstab->fs_type);
625 md->fstab->fs_type = strdup(FSTAB_SW);
629 md->fstab->fs_type = strdup(FSTAB_RW);
638 md->fstab->fs_mntops = strdup(md->fstab->fs_type);
/freebsd-9.3-release/usr.sbin/quotaon/
H A Dquotaon.c118 strcmp(fs->fs_type, FSTAB_RW))
/freebsd-9.3-release/sbin/umount/
H A Dumount.c201 if (strcmp(fs->fs_type, FSTAB_RW) &&
202 strcmp(fs->fs_type, FSTAB_RO) &&
203 strcmp(fs->fs_type, FSTAB_RQ))
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.h106 int fs_type; /* Descriptor type. */ member in struct:filestat
/freebsd-9.3-release/sbin/swapon/
H A Dswapon.c153 if (strcmp(fsp->fs_type, FSTAB_SW))
/freebsd-9.3-release/sbin/mount/
H A Dmount.c324 if (BADTYPE(fs->fs_type))
411 if (BADTYPE(fs->fs_type))
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_main.c910 static int uverbs_event_get_sb(struct file_system_type *fs_type, int flags, argument
914 return get_sb_pseudo(fs_type, "infinibandevent:", NULL,

Completed in 130 milliseconds

12