Home
last modified time | relevance | path

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

12345678

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c564 char *fstype; in validpath() local
586 fstype = sa_fstype(path); in validpath()
587 if (fstype != NULL && strcmp(fstype, "zfs") == 0) { in validpath()
591 if (fstype != NULL) in validpath()
592 sa_free_fstype(fstype); in validpath()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1453 const char *fstype; in devinfo_storage_mnttab_event() local
1482 fstype = hal_device_property_get_string (d, "volume.fstype"); in devinfo_storage_mnttab_event()
1484 if (is_partition && (partition_number > 0) && (strcmp (fstype, "pcfs") == 0)) { in devinfo_storage_mnttab_event()
/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/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/uts/common/fs/
H A Dvnode.c628 int fstype = 0; /* Index into vfssw[] */ in get_fstype_vopstats() local
641 fstype = vswp - vfssw; /* Gets us the index */ in get_fstype_vopstats()
643 fstype = vfsp->vfs_fstype; in get_fstype_vopstats()
651 if (fstype > 0 && fstype < nfstype) { in get_fstype_vopstats()
652 vsp = vopstats_fstype[fstype]; in get_fstype_vopstats()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h275 char *fstype, char *remote_name));
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c363 ma.fstype = "smbfs"; in do_mount()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c2563 zfs_vfsinit(int fstype, char *name) in zfs_vfsinit() argument
2567 zfsfstype = fstype; in zfs_vfsinit()
2572 error = vfs_setfsops(fstype, zfs_vfsops_template, &zfs_vfsops); in zfs_vfsinit()
H A Dzfs_ctldir.c896 margs.fstype = "zfs"; in zfsctl_snapdir_lookup()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c561 error = copystr(uap->fstype, name, FSTYPSZ, &n); in nfs_mount()
563 error = copyinstr(uap->fstype, name, FSTYPSZ, &n); in nfs_mount()
H A Dnfs3_vfsops.c544 error = copystr(uap->fstype, name, FSTYPSZ, &n); in nfs3_mount()
548 error = copyinstr(uap->fstype, name, FSTYPSZ, &n); in nfs3_mount()
H A Dnfs4_stub_vnops.c1913 uap->fstype = MNTTYPE_NFS4; in nfs4_trigger_domount()
/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/uts/common/os/
H A Dmodsysfile.c1514 setbootfstype(char *fstype) in setbootfstype() argument
1516 (void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL); in setbootfstype()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab19 # or file meta-data from { atime blocks ctime fstype
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1000 02-03-24 port/mnt.c: update bsd fstype name and mount option logic

12345678