Home
last modified time | relevance | path

Searched refs:fstype (Results 51 – 75 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c425 map_fstype (const char *fstype) in map_fstype() argument
428 if (! strcmp (fstype, "iso9660")) in map_fstype()
430 else if (! strcmp (fstype, "ext2")) in map_fstype()
432 else if (! strcmp (fstype, "vfat")) in map_fstype()
435 if (! strcmp (fstype, "iso9660")) in map_fstype()
437 else if (! strcmp (fstype, "vfat")) in map_fstype()
441 return fstype; in map_fstype()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c234 bootfs_init(int fstype, char *name) in bootfs_init() argument
238 bootfs_fstype = fstype; in bootfs_init()
241 ret = vfs_setfsops(fstype, bootfs_vfsops_tmpl, NULL); in bootfs_init()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c695 nameinit(int fstype, char *name) in nameinit() argument
714 error = vfs_setfsops(fstype, nm_vfsops_template, &namefs_vfsops); in nameinit()
722 (void) vfs_freevfsops_by_type(fstype); in nameinit()
729 (void) vfs_freevfsops_by_type(fstype); in nameinit()
735 namefstype = fstype; in nameinit()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c388 ul->fstype, in autofs_unmount_1_r()
576 if (mp->fstype) { in free_action_list()
577 if (strcmp(mp->fstype, "autofs") == 0) { in free_action_list()
580 } else if (strncmp(mp->fstype, "nfs", 3) == 0) { in free_action_list()
625 if (args->fstype) in autofs_unmount_1_free_args()
626 free(args->fstype); in autofs_unmount_1_free_args()
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c946 int fstype; /* index into vfssw[] and vsanchor_fstype[] */ in mod_installfs() local
994 fstype = vswp - vfssw; /* Pointer arithmetic to get the fstype */ in mod_installfs()
1024 err = (*(modl->fs_vfsdef->init))(fstype, fsname); in mod_installfs()
1043 vopstats_fstype && vopstats_fstype[fstype] == NULL) { in mod_installfs()
1045 (void) strlcat(ksname, vfssw[fstype].vsw_name, sizeof (ksname)); in mod_installfs()
1046 vopstats_fstype[fstype] = in mod_installfs()
1048 initialize_vopstats(vopstats_fstype[fstype]); in mod_installfs()
1049 (void) new_vskstat(ksname, vopstats_fstype[fstype]); in mod_installfs()
H A Dvfs_conf.c31 extern int swapinit(int fstype, char *name);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c77 free(headp->fstype); in fs_free_mntdefaults_list()
534 newp->fstype = strdup(vfstab_entry.vfs_fstype); in create_mntdefaults_entry()
535 if (newp->fstype == NULL) { in create_mntdefaults_entry()
640 if (filter->fstype != NULL) { in create_vfstab_filter()
641 search_entry->vfs_fstype = strdup(filter->fstype); in create_vfstab_filter()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsfind/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A DMakefile32 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A DMakefile19 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A DMakefile32 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/proc/
H A DMakefile29 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A DMakefile29 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A DMakefile30 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/fd/
H A DMakefile29 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A DMakefile29 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A DMakefile30 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A DMakefile30 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A DMakefile29 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/
H A Dreq.flg24 echo_file usr/src/cmd/fs.d/Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/fsckall/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c189 ctfs_init(int fstype, char *name) in ctfs_init() argument
194 ctfs_fstype = fstype; in ctfs_init()
195 if (error = vfs_setfsops(fstype, ctfs_vfstops, &vfsops)) { in ctfs_init()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/share/
H A DMakefile32 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/
H A DMakefile33 include ../../Makefile.fstype

12345678