Home
last modified time | relevance | path

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

123

/illumos-gate/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
/illumos-gate/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()
398 vget.vfs_fstype, Vflg, fd); in main()
449 vget.vfs_fstype == NULL) { in main()
499 vget.vfs_fstype == NULL) { in main()
519 vget.vfs_fstype == NULL) { in main()
546 vget.vfs_fstype, Vflg, fd); in main()
[all …]
H A Dmount.c445 vref.vfs_fstype = fstype; in main()
467 fstype = vget.vfs_fstype; in main()
1046 if (fstype && vget.vfs_fstype && in getvfsall()
1051 (vget.vfs_fstype && (strcmp(vget.vfs_fstype, "swap") == 0))) in getvfsall()
1113 if (vp->v.vfs_fstype && in make_vfsarray()
1142 if (vp->v.vfs_fstype && in make_vfsarray()
1143 (strcmp(vp->v.vfs_fstype, in make_vfsarray()
1310 doexec(vp->v.vfs_fstype, newargv); in do_mounts()
1463 if (vp->v.vfs_fstype && in cleanupkid()
1493 if (vin->vfs_fstype && in new_vfsent()
[all …]
H A Dff.c113 fstype = vfsbuf.vfs_fstype; in main()
190 if ((F_flg) && (strcmp(fstype, vfsbuf.vfs_fstype) != 0)) in main()
193 fstype = vfsbuf.vfs_fstype; in main()
197 vfsbuf.vfs_fstype); in main()
303 fstype = vget.vfs_fstype; in lookup()
H A Dvolcopy.c208 fstype = vget.vfs_fstype; in main()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c286 vp->vfs_fstype = (char *)strtok_r( in fs_edit_mount_defaults()
410 vp->vfs_fstype = (char *)strtok_r( in fs_del_mount_default_ent()
533 if (vfstab_entry.vfs_fstype != NULL) { in create_mntdefaults_entry()
534 newp->fstype = strdup(vfstab_entry.vfs_fstype); in create_mntdefaults_entry()
641 search_entry->vfs_fstype = strdup(filter->fstype); in create_vfstab_filter()
642 if (search_entry->vfs_fstype == NULL) { in create_vfstab_filter()
696 free(vfstab_entry->vfs_fstype); in free_vfstab_entry()
748 (vfstab_ent->vfs_fstype ? in create_vfstab_entry_line()
749 (strlen(vfstab_ent->vfs_fstype) +1) : 2) + in create_vfstab_entry_line()
762 vfstab_ent->vfs_fstype ? vfstab_ent->vfs_fstype : "-", in create_vfstab_entry_line()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c72 if (lofsfstype != vfs.vfs_fstype) { in lnode_walk_init()
96 if (lofsfstype != vfs.vfs_fstype) { in lnode_walk_init()
121 if (lofsfstype != vfs.vfs_fstype) { in lnode_walk_init()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c116 if (vfs.vfs_fstype == (char *)0 ||
117 strcmp(vfs.vfs_fstype, MNTTYPE_42) != 0)
123 mnt->mnt_type = mntstrdup(vfs.vfs_fstype);
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c205 vfsp->vfs_fstype = sharefs_fstype; in sharefs_mount()
283 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name, in sharefs_statvfs()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_stat.c89 vswp = &vfssw[vp->v_vfsp->vfs_fstype]; in fake_stat()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c518 vfsp->vfs_fstype = namefstype; in nm_mount()
666 (void) strcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name); in nm_statvfs()
747 namevfs.vfs_fstype = namefstype; in nameinit()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c1073 fsname = vfssw[vfsp->vfs_fstype].vsw_name; in cpr_is_ufs()
1082 fsname = vfssw[vfsp->vfs_fstype].vsw_name; in cpr_is_zfs()
1111 fsname = vfssw[vfsp->vfs_fstype].vsw_name; in cpr_reusable_mount_check()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c568 (vfsbuf.vfs_fstype != NULL) && in writable()
569 (strcmp(vfsbuf.vfs_fstype, MNTTYPE_UDFS) == 0) && in writable()
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h89 int vfs_fstype; /* file system type index */ member
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c220 vfsp->vfs_fstype = mntfstype; in mntmount()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c346 lfs->lfs_vfs.vfs_fstype = li->li_mountvfs->vfs_fstype; in makelfsnode()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c168 if (strcmp(vfsbuf.vfs_fstype, MNTTYPE_UFS) != 0 || in main()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c230 vfsp->vfs_fstype = procfstype; in prmount()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c124 vfsp->vfs_fstype = bootfs_fstype; in bootfs_mount()

123