Home
last modified time | relevance | path

Searched refs:vfs_fstype (Results 1 – 25 of 65) sorted by relevance

123

/titanic_44/usr/src/uts/common/sys/
H A Dvfstab.h44 (vp)->vfs_mountp = (vp)->vfs_fstype = \
53 (vp)->vfs_fstype ? (vp)->vfs_fstype : "-", \
62 char *vfs_fstype; member
/titanic_44/usr/src/cmd/fs.d/
H A Dfsck.c149 if (vfsave.vfs_fstype != NULL) { in vfdup()
150 free(vfsave.vfs_fstype); in vfdup()
151 vfsave.vfs_fstype = NULL; in vfdup()
153 if ((vp->vfs_fstype != NULL) && in vfdup()
154 ((vfsave.vfs_fstype = strdup(vp->vfs_fstype)) == NULL)) { in vfdup()
337 if (strcmp(vget.vfs_fstype, MNTTYPE_UFS) && in main()
392 if (strcmp(vget.vfs_fstype, MNTTYPE_UFS) && in main()
396 strcmp(fstype, vget.vfs_fstype) == 0)) { in main()
398 vget.vfs_fstype, Vflg, fd); in main()
449 vget.vfs_fstype == NULL) { in main()
[all …]
H A Dmount.c454 vref.vfs_fstype = fstype; in main()
476 fstype = vget.vfs_fstype; in main()
1044 if (fstype && vget.vfs_fstype && in getvfsall()
1045 strcmp(fstype, vget.vfs_fstype)) in getvfsall()
1049 (vget.vfs_fstype && (strcmp(vget.vfs_fstype, "swap") == 0))) in getvfsall()
1052 if (check_fields(vget.vfs_fstype, vget.vfs_mountp)) { in getvfsall()
1111 if (vp->v.vfs_fstype && in make_vfsarray()
1112 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0)) in make_vfsarray()
1140 if (vp->v.vfs_fstype && in make_vfsarray()
1141 (strcmp(vp->v.vfs_fstype, in make_vfsarray()
[all …]
H A Dff.c114 fstype = vfsbuf.vfs_fstype; in main()
191 if ((F_flg) && (strcmp(fstype, vfsbuf.vfs_fstype) != 0)) in main()
194 fstype = vfsbuf.vfs_fstype; in main()
198 vfsbuf.vfs_fstype); in main()
304 fstype = vget.vfs_fstype; in lookup()
H A Dvolcopy.c211 fstype = vget.vfs_fstype; in main()
H A Dswitchout.c389 fstype = vget.vfs_fstype; in lookup()
/titanic_44/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c288 vp->vfs_fstype = (char *)strtok_r( in fs_edit_mount_defaults()
412 vp->vfs_fstype = (char *)strtok_r( in fs_del_mount_default_ent()
535 if (vfstab_entry.vfs_fstype != NULL) { in create_mntdefaults_entry()
536 newp->fstype = strdup(vfstab_entry.vfs_fstype); in create_mntdefaults_entry()
643 search_entry->vfs_fstype = strdup(filter->fstype); in create_vfstab_filter()
644 if (search_entry->vfs_fstype == NULL) { in create_vfstab_filter()
698 free(vfstab_entry->vfs_fstype); in free_vfstab_entry()
750 (vfstab_ent->vfs_fstype ? in create_vfstab_entry_line()
751 (strlen(vfstab_ent->vfs_fstype) +1) : 2) + in create_vfstab_entry_line()
764 vfstab_ent->vfs_fstype ? vfstab_ent->vfs_fstype : "-", in create_vfstab_entry_line()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c121 DIFF(vfs_fstype) || in getvfsany()
160 DIFF(vfs_fstype) || in getvfsany()
186 GETTOK_R(vfs_fstype, NULL, &tmp); in getvfsent()
/titanic_44/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c74 if (lofsfstype != vfs.vfs_fstype) { in lnode_walk_init()
98 if (lofsfstype != vfs.vfs_fstype) { in lnode_walk_init()
123 if (lofsfstype != vfs.vfs_fstype) { in lnode_walk_init()
/titanic_44/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);
/titanic_44/usr/src/uts/common/os/
H A Dtlabel.c344 if (strncmp(vfssw[rvfsp->vfs_fstype].vsw_name, "nfs", 3) == 0) in getflabel()
352 if ((strcmp(vfssw[rvfsp->vfs_fstype].vsw_name, in getflabel()
376 if (strncmp(vfssw[rvfsp->vfs_fstype].vsw_name, "zfs", 3) == 0) { in getflabel()
475 if (strncmp(vfssw[nvfs->vfs_fstype].vsw_name, in getflabel()
/titanic_44/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c179 vfsp->vfs_fstype = objfs_fstype; in objfs_mount()
257 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name, in objfs_statvfs()
/titanic_44/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c201 vfsp->vfs_fstype = sharefs_fstype; in sharefs_mount()
289 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name, in sharefs_statvfs()
/titanic_44/usr/src/uts/common/syscall/
H A Dstat.c246 vswp = &vfssw[vp->v_vfsp->vfs_fstype]; in cstat()
369 vswp = &vfssw[vp->v_vfsp->vfs_fstype]; in cstat32()
477 vswp = &vfssw[vp->v_vfsp->vfs_fstype]; in cstat64()
596 vswp = &vfssw[vp->v_vfsp->vfs_fstype]; in cstat64_32()
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c240 vfsp->vfs_fstype = ctfs_fstype; in ctfs_mount()
354 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name, in ctfs_statvfs()
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c490 vfsp->vfs_fstype = namefstype; in nm_mount()
637 (void) strcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name); in nm_statvfs()
718 namevfs.vfs_fstype = namefstype; in nameinit()
/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_misc.c1071 fsname = vfssw[vfsp->vfs_fstype].vsw_name; in cpr_is_ufs()
1080 fsname = vfssw[vfsp->vfs_fstype].vsw_name; in cpr_is_zfs()
1109 fsname = vfssw[vfsp->vfs_fstype].vsw_name; in cpr_reusable_mount_check()
/titanic_44/usr/src/ucbhead/sys/
H A Dvfs.h91 int vfs_fstype; /* file system type index */ member
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c567 (vfsbuf.vfs_fstype != NULL) && in writable()
568 (strcmp(vfsbuf.vfs_fstype, MNTTYPE_UDFS) == 0) && in writable()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c116 vfssw_sym.st_value + (sizeof (struct vfssw) * vfs.vfs_fstype)) in read_fsname()
118 mdb_warn("failed to read vfssw index %d", vfs.vfs_fstype); in read_fsname()
122 if (vfs.vfs_fstype != 0) { in read_fsname()
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c220 vfsp->vfs_fstype = mntfstype; in mntmount()
/titanic_44/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c170 if (strcmp(vfsbuf.vfs_fstype, MNTTYPE_UFS) != 0 || in main()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvfsops.c230 vfsp->vfs_fstype = procfstype; in prmount()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c343 lfs->lfs_vfs.vfs_fstype = li->li_mountvfs->vfs_fstype; in makelfsnode()
/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c787 if ((nfte = fs_tab_init(client_path, vfsent->vfs_fstype)) == NULL) in construct_vfs()
946 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) != in get_mntinfo()

123