Searched refs:vfs_fstype (Results 1 - 25 of 64) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvfstab.h43 (vp)->vfs_mountp = (vp)->vfs_fstype = \
52 (vp)->vfs_fstype ? (vp)->vfs_fstype : "-", \
61 char *vfs_fstype; member in struct:vfstab
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dfsck.c149 if (vfsave.vfs_fstype != NULL) {
150 free(vfsave.vfs_fstype);
151 vfsave.vfs_fstype = NULL;
153 if ((vp->vfs_fstype != NULL) &&
154 ((vfsave.vfs_fstype = strdup(vp->vfs_fstype)) == NULL)) {
337 if (strcmp(vget.vfs_fstype, MNTTYPE_UFS) &&
392 if (strcmp(vget.vfs_fstype, MNTTYPE_UFS) &&
396 strcmp(fstype, vget.vfs_fstype) == 0)) {
398 vget.vfs_fstype, Vfl
[all...]
H A Dmount.c451 vref.vfs_fstype = fstype;
473 fstype = vget.vfs_fstype;
1041 if (fstype && vget.vfs_fstype &&
1042 strcmp(fstype, vget.vfs_fstype))
1046 (vget.vfs_fstype && (strcmp(vget.vfs_fstype, "swap") == 0)))
1049 if (check_fields(vget.vfs_fstype, vget.vfs_mountp)) {
1108 if (vp->v.vfs_fstype &&
1109 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0))
1137 if (vp->v.vfs_fstype
[all...]
H A Dff.c114 fstype = vfsbuf.vfs_fstype;
191 if ((F_flg) && (strcmp(fstype, vfsbuf.vfs_fstype) != 0))
194 fstype = vfsbuf.vfs_fstype;
198 vfsbuf.vfs_fstype);
304 fstype = vget.vfs_fstype;
H A Dvolcopy.c211 fstype = vget.vfs_fstype;
H A Dswitchout.c389 fstype = vget.vfs_fstype;
/opensolaris-onvv-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c288 vp->vfs_fstype = (char *)strtok_r(
412 vp->vfs_fstype = (char *)strtok_r(
535 if (vfstab_entry.vfs_fstype != NULL) {
536 newp->fstype = strdup(vfstab_entry.vfs_fstype);
643 search_entry->vfs_fstype = strdup(filter->fstype);
644 if (search_entry->vfs_fstype == NULL) {
698 free(vfstab_entry->vfs_fstype);
750 (vfstab_ent->vfs_fstype ?
751 (strlen(vfstab_ent->vfs_fstype) +1) : 2) +
764 vfstab_ent->vfs_fstype
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c179 vfsp->vfs_fstype = objfs_fstype;
257 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name,
/opensolaris-onvv-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c201 vfsp->vfs_fstype = sharefs_fstype;
289 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name,
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c118 if (vfs.vfs_fstype == (char *)0 ||
119 strcmp(vfs.vfs_fstype, MNTTYPE_42) != 0)
125 mnt->mnt_type = mntstrdup(vfs.vfs_fstype);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c74 if (lofsfstype != vfs.vfs_fstype) {
98 if (lofsfstype != vfs.vfs_fstype) {
123 if (lofsfstype != vfs.vfs_fstype) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c121 DIFF(vfs_fstype) ||
160 DIFF(vfs_fstype) ||
186 GETTOK_R(vfs_fstype, NULL, &tmp);
/opensolaris-onvv-gate/usr/src/cmd/devmgmt/mkdtab/
H A Dmkdtab.c271 dparttab[i].capacity, vfstab[j].vfs_fstype,
406 if (vfsent.vfs_fstype == NULL)
407 vfstab[i].vfs_fstype = NULL;
409 vfstab[i].vfs_fstype = memstr(vfsent.vfs_fstype);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dtlabel.c344 if (strncmp(vfssw[rvfsp->vfs_fstype].vsw_name, "nfs", 3) == 0)
352 if ((strcmp(vfssw[rvfsp->vfs_fstype].vsw_name,
376 if (strncmp(vfssw[rvfsp->vfs_fstype].vsw_name, "zfs", 3) == 0) {
475 if (strncmp(vfssw[nvfs->vfs_fstype].vsw_name,
/opensolaris-onvv-gate/usr/src/ucbhead/sys/
H A Dvfs.h91 int vfs_fstype; /* file system type index */ member in struct:vfs
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dstat.c246 vswp = &vfssw[vp->v_vfsp->vfs_fstype];
369 vswp = &vfssw[vp->v_vfsp->vfs_fstype];
477 vswp = &vfssw[vp->v_vfsp->vfs_fstype];
596 vswp = &vfssw[vp->v_vfsp->vfs_fstype];
/opensolaris-onvv-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c240 vfsp->vfs_fstype = ctfs_fstype;
354 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name,
/opensolaris-onvv-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c490 vfsp->vfs_fstype = namefstype;
637 (void) strcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
718 namevfs.vfs_fstype = namefstype;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c567 (vfsbuf.vfs_fstype != NULL) &&
568 (strcmp(vfsbuf.vfs_fstype, MNTTYPE_UDFS) == 0) &&
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c170 if (strcmp(vfsbuf.vfs_fstype, MNTTYPE_UFS) != 0 ||
/opensolaris-onvv-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c220 vfsp->vfs_fstype = mntfstype;
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c230 vfsp->vfs_fstype = procfstype;
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c787 if ((nfte = fs_tab_init(client_path, vfsent->vfs_fstype)) == NULL)
946 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) !=
/opensolaris-onvv-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c345 lfs->lfs_vfs.vfs_fstype = li->li_mountvfs->vfs_fstype;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c112 if (strcmp(vfsbuf.vfs_fstype, MNTTYPE_UFS) == 0)

Completed in 229 milliseconds

123