Home
last modified time | relevance | path

Searched refs:fstype (Results 126 – 150 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c103 static char fstype[] = MNTTYPE_UFS; variable
182 (void) snprintf(typename, sizeof (typename), "%s %s", fstype, myname); in main()
231 mnt.mnt_fstype = fstype; in main()
552 again: if (mount(mnt->mnt_special, mnt->mnt_mountp, flags, fstype, in mountfs()
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A DMakefile32 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A DMakefile32 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h117 char *fstype; /* type of filesystem - nfs, lo, ... */ member
/illumos-gate/usr/src/uts/common/syscall/
H A Dmount.c82 uap->fstype = (char *)*lp++; in mount()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A DMakefile39 include ../../Makefile.fstype
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c605 const char *fstype; in libhal_volume_policy_should_be_visible() local
637 fstype = libhal_volume_get_fstype (volume); in libhal_volume_policy_should_be_visible()
644 if (fstype == NULL) in libhal_volume_policy_should_be_visible()
656 if (label != NULL && strcmp (label, "bootstrap") == 0 && strcmp (fstype, "hfs") == 0) in libhal_volume_policy_should_be_visible()
725 char *fstype; /* NULL iff !is_mounted or unknown */ member
826 libhal_free_string (vol->fstype); in libhal_volume_free()
1149 LIBHAL_PROP_EXTRACT_STRING ("volume.fstype", vol->fstype); in libhal_volume_from_udi()
1549 return volume->fstype; in libhal_volume_get_fstype()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h72 ib_fstype_t fstype; member
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c250 autofs_init(int fstype, char *name) in autofs_init() argument
261 autofs_fstype = fstype; in autofs_init()
266 error = vfs_setfsops(fstype, auto_vfsops_template, NULL); in autofs_init()
274 (void) vfs_freevfsops_by_type(fstype); in autofs_init()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c73 char *fstype; member
299 if (strcmp(entry->fstype, "zfs") == 0) { in mnt_offline()
824 if ((*entryp)->fstype) in free_entry()
825 free((*entryp)->fstype); in free_entry()
988 ((entry->fstype = strdup(mt->mnt_fstype)) == NULL)) { in cache_insert()
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c524 char fstype[OBP_MAXPROPNAME]; in strplumb_get_netdev_path() local
529 if (bop_getprop("fstype", fstype) == -1) in strplumb_get_netdev_path()
532 if (strncmp(fstype, "nfs", 3) == 0) in strplumb_get_netdev_path()
/illumos-gate/usr/src/cmd/dumpadm/
H A Dsvc-dumpadm64 if [ "$fstype" = zfs ] ; then
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A DMakefile32 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c1406 char *fstype; in sa_path_is_zfs() local
1409 fstype = sa_fstype(path); in sa_path_is_zfs()
1410 if (fstype != NULL && strcmp(fstype, "zfs") == 0) in sa_path_is_zfs()
1412 if (fstype != NULL) in sa_path_is_zfs()
1413 sa_free_fstype(fstype); in sa_path_is_zfs()
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x210 string fstype<AUTOFS_MAXCOMPONENTLEN>; /* filesystem type to umount */
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1444 char fstype[512]; in update_vfstab() local
1473 sizeof (cdev) - 1, sizeof (mntpt) - 1, sizeof (fstype) - 1, in update_vfstab()
1493 rv = sscanf(buf, fmt, bdev, cdev, mntpt, fstype, fsckpass, in update_vfstab()
1536 if (strcmp(fstype, "swap") == 0) { in update_vfstab()
1546 mntpt, fstype, fsckpass, mntboot, mntopt); in update_vfstab()

12345678