Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/rpcsvc/
H A Dmount.x79 MNT_OK= 0, /* no error */ enumerator
114 case MNT_OK:
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c133 if (objp->fhs_status == MNT_OK) in xdr_mountres3()
278 case MNT_OK: in mnt3_error()
351 if ((status != RPC_SUCCESS) || (res3.fhs_status != MNT_OK)) { in nfs3mountroot()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c540 case MNT_OK:
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c127 MNT_OK = 0, enumerator
554 if (mountres3.fhs_status != MNT_OK) { in mountnfs3()
1881 case MNT_OK: in myxdr_mountres3()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2187 if ((errno = fhs.fhs_status) != MNT_OK) { in get_fh()
2259 if ((errno = mountres3.fhs_status) != MNT_OK) { in get_fh()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1561 if ((errno = fhs.fhs_status) != MNT_OK) { in nfsmount()
1651 if ((errno = res3.fhs_status) != MNT_OK) { in nfsmount()