Home
last modified time | relevance | path

Searched refs:fstype (Results 1 – 25 of 191) sorted by last modified time

12345678

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c208 sockinit(int fstype, char *name) in sockinit() argument
217 error = vfs_setfsops(fstype, sock_vfsops_template, NULL); in sockinit()
289 (void) vfs_freevfsops_by_type(fstype); in sockinit()
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/
H A DMakefile.com32 include $(SRC)/cmd/fs.d/Makefile.fstype
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c615 const char *fstype, const char *opt) in mount_early_fs() argument
649 if ((rv = valid_mount_path(zlogp, rootpath, spec, dir, fstype)) < 0) { in mount_early_fs()
670 fstype)) < 0) { in mount_early_fs()
719 if (mount(spec, dir, mflag, fstype, NULL, 0, opt, optlen) != 0) in mount_early_fs()
/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()
/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()
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c160 swapinit(int fstype, char *name) in swapinit() argument
190 error = vfs_setfsops(fstype, swap_vfsops, NULL); in swapinit()
198 (void) vfs_freevfsops_by_type(fstype); in swapinit()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib58 typeset fstype=$2
59 [[ -z $fstype ]] && fstype=zfs
62 case $fstype in
75 out=$(df -F $fstype $1 2>/dev/null)
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c148 fs_smf_set_prop(smf_fstype_t fstype, char *prop_name, char *valbuf, in fs_smf_set_prop() argument
203 if (fstype == AUTOFS_SMF) in fs_smf_set_prop()
283 fs_smf_get_prop(smf_fstype_t fstype, char *prop_name, char *cbuf, in fs_smf_get_prop() argument
334 if (fstype == AUTOFS_SMF) in fs_smf_get_prop()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1766 char *fstype, *hostname; in aus_mount() local
1772 long fstype; /* char * */ in aus_mount() member
1777 u_fstype = (uintptr_t)uap->fstype; in aus_mount()
1781 fstype = kmem_alloc(MAXNAMELEN, KM_SLEEP); in aus_mount()
1782 if (copyinstr((caddr_t)u_fstype, (caddr_t)fstype, MAXNAMELEN, &len)) in aus_mount()
1786 au_uwrite(au_to_text(fstype)); in aus_mount()
1788 if (strncmp(fstype, "nfs", 3) == 0) { in aus_mount()
1812 kmem_free(fstype, MAXNAMELEN); in aus_mount()
/illumos-gate/usr/src/cmd/fs.d/zfs/bootinstall/
H A DMakefile38 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A DMakefile32 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A DMakefile35 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A DMakefile27 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A DMakefile38 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A DMakefile35 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A DMakefile35 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A DMakefile35 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A DMakefile34 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/ufs/ncheck/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A DMakefile31 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/ufs/lockfs/
H A DMakefile35 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/
H A DMakefile33 include ../../Makefile.fstype

12345678