Home
last modified time | relevance | path

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

/dragonfly/lib/libfsid/
H A Dlibfsid.c41 static struct fs_type fs_types[] = {
71 fsid_probe(const char *dev, const char *fs_type) in fsid_probe() argument
75 if (dev == NULL || fs_type == NULL) in fsid_probe()
79 if ((strcmp(fs_type, fs_types[i].fs_name)) == 0) in fsid_probe()
102 fsid_volname(const char *dev, const char *fs_type) in fsid_volname() argument
106 if (dev == NULL || fs_type == NULL) in fsid_volname()
110 if ((strcmp(fs_type, fs_types[i].fs_name)) == 0) { in fsid_volname()
H A Dlibfsid.h60 struct fs_type { struct
/dragonfly/lib/libc/gen/
H A Dfstab.c128 _fs_fstab.fs_type = strsep(&p, ":\n"); in fstabscan()
129 if (_fs_fstab.fs_type) { in fstabscan()
130 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX)) in fstabscan()
132 _fs_fstab.fs_mntops = _fs_fstab.fs_type; in fstabscan()
134 strcmp(_fs_fstab.fs_type, FSTAB_SW) ? in fstabscan()
183 _fs_fstab.fs_type = FSTAB_RW; in fstabscan()
187 _fs_fstab.fs_type = FSTAB_RQ; in fstabscan()
191 _fs_fstab.fs_type = FSTAB_RO; in fstabscan()
195 _fs_fstab.fs_type = FSTAB_SW; in fstabscan()
199 _fs_fstab.fs_type = FSTAB_XX; in fstabscan()
/dragonfly/sbin/dump/
H A Doptr.c272 (new->fs_type = strdup(fs->fs_type)) == NULL || in allocfsent()
299 if (strcmp(fs->fs_type, FSTAB_RW) && in dump_getfstab()
300 strcmp(fs->fs_type, FSTAB_RO) && in dump_getfstab()
301 strcmp(fs->fs_type, FSTAB_RQ)) in dump_getfstab()
/dragonfly/include/
H A Dfstab.h62 char *fs_type; /* FSTAB_* from fs_mntops */ member
/dragonfly/sbin/fsck/
H A Dmain.c176 (strcmp(fsp->fs_type, FSTAB_RW) && in docheck()
177 strcmp(fsp->fs_type, FSTAB_RO)) || in docheck()
/dragonfly/sbin/umount/
H A Dumount.c216 if (strcmp(fs->fs_type, FSTAB_RW) && in umountall()
217 strcmp(fs->fs_type, FSTAB_RO) && in umountall()
218 strcmp(fs->fs_type, FSTAB_RQ)) in umountall()
/dragonfly/usr.sbin/quotaon/
H A Dquotaon.c110 strcmp(fs->fs_type, FSTAB_RW)) in main()
/dragonfly/sys/net/dummynet/
H A Dip_dummynet.h393 u_short fs_type; /* DN_IS_{QUEUE,PIPE}, MUST be first */ member
H A Dip_dummynet.c1777 u_short fs_type) in dn_copy_flowset() argument
1779 ioc_fs->fs_type = fs_type; in dn_copy_flowset()
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.h408 u_short fs_type; /* DN_IS_{QUEUE,PIPE}, MUST be first */ member
H A Dip_dummynet3.c1756 u_short fs_type) in dn_copy_flowset() argument
1758 ioc_fs->fs_type = fs_type; in dn_copy_flowset()
/dragonfly/sbin/mount_ufs/
H A Dmount.c166 if (BADTYPE(fs->fs_type)) in main()
245 if (BADTYPE(fs->fs_type)) in main()
/dragonfly/sbin/ipfw3/
H A Dipfw3dummynet.c514 if (p->fs.fs_type != DN_IS_PIPE) in show_pipes()
552 if (fs->fs_type != DN_IS_QUEUE) in show_pipes()
/dragonfly/sbin/mount/
H A Dmount.c193 if (BADTYPE(fs->fs_type)) in main()
272 if (BADTYPE(fs->fs_type)) in main()
/dragonfly/sys/kern/
H A Dvfs_default.c1605 const char* fs_type; in vfs_stdac_init() local
1610 fs_type = accounting_fstypes[i]; in vfs_stdac_init()
1611 if (strncmp(mp->mnt_stat.f_fstypename, fs_type, in vfs_stdac_init()
/dragonfly/sbin/swapon/
H A Dswapon.c156 if (strcmp(fsp->fs_type, FSTAB_SW)) in main()
/dragonfly/sys/dev/drm/
H A Ddrm_drv.c499 static struct dentry *drm_fs_mount(struct file_system_type *fs_type, int flags,
502 return mount_pseudo(fs_type,
/dragonfly/sbin/quotacheck/
H A Dquotacheck.c206 strcmp(fs->fs_type, FSTAB_RW)) in needchk()
/dragonfly/sbin/ipfw/
H A Dipfw2.c1439 if (p->fs.fs_type != DN_IS_PIPE) in list_pipes()
1476 if (fs->fs_type != DN_IS_QUEUE) in list_pipes()