Home
last modified time | relevance | path

Searched refs:NFS_RPC_PROG_MISMATCH (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/net/
H A Dnfs.h51 NFS_RPC_PROG_MISMATCH = 2, /* remote can't support version # */ enumerator
H A Dnfs.c531 case NFS_RPC_PROG_MISMATCH: in nfs_lookup_reply()
544 return -NFS_RPC_PROG_MISMATCH; in nfs_lookup_reply()
789 } else if (reply == -NFS_RPC_PROG_MISMATCH && in nfs_handler()