Home
last modified time | relevance | path

Searched refs:MNTTYPE_NFS4 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h46 #define MNTTYPE_NFS4 "nfs4" /* NFS Version 4 file system */ macro
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c751 if (strcmp(fstype, MNTTYPE_NFS4) == 0) in mount_nfs()
1977 fstype = MNTTYPE_NFS4; in get_fh_via_pub()
2079 fstype = MNTTYPE_NFS4; in get_fh()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c76 strcasecmp(fs->mnt_fstype, MNTTYPE_NFS4) == 0))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1913 uap->fstype = MNTTYPE_NFS4; in nfs4_trigger_domount()
3262 vswp = vfs_getvfssw(MNTTYPE_NFS4); in nfs4_trigger_create_mntopts()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1094 fstype = MNTTYPE_NFS4; in nfsmount()
2316 if (strcmp(fstype, MNTTYPE_NFS4) == 0) in nfsmount()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c2005 if (strcmp(fsname, MNTTYPE_NFS4) == 0) { in port_forceunmount()