Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/rpcsvc/
H A Dmount.x257 version MOUNTVERS_POSIX {
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c609 svc_unreg(MOUNTPROG, MOUNTVERS_POSIX); in main()
663 if (mount_vers_max >= MOUNTVERS_POSIX) { in main()
664 if (svc_create(mnt, MOUNTPROG, MOUNTVERS_POSIX, in main()
670 if (svc_create(mnt, MOUNTPROG, MOUNTVERS_POSIX, in main()
745 if (rqstp->rq_vers == MOUNTVERS_POSIX) in mnt()
1427 case MOUNTVERS_POSIX: in mount()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2027 vers_to_try = MOUNTVERS_POSIX; in get_fh()
2154 if (posix && outvers < MOUNTVERS_POSIX) { in get_fh()
2176 case MOUNTVERS_POSIX: in get_fh()
/titanic_41/usr/src/cmd/rexd/
H A Dmount_nfs.c248 case MOUNTVERS_POSIX: in mount_nfs()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1122 mountversmax = MOUNTVERS_POSIX; in nfsmount()
1561 case MOUNTVERS_POSIX: in nfsmount()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c109 #define MOUNTVERS_POSIX 2 macro