Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnfs.c79 static char supported_nfs_versions = NFSV2_FLAG | NFSV3_FLAG; variable
188 if (supported_nfs_versions & NFSV2_FLAG) in rpc_req()
299 if (supported_nfs_versions & NFSV2_FLAG) { in nfs_readlink_req()
328 if (supported_nfs_versions & NFSV2_FLAG) { in nfs_lookup_req()
368 if (supported_nfs_versions & NFSV2_FLAG) { in nfs_read_req()
398 if (supported_nfs_versions & NFSV2_FLAG) in nfs_send()
404 if (supported_nfs_versions & NFSV2_FLAG) in nfs_send()
537 (supported_nfs_versions & NFSV2_FLAG) ? in nfs_lookup_reply()
543 supported_nfs_versions &= ~NFSV2_FLAG; in nfs_lookup_reply()
549 (supported_nfs_versions & NFSV2_FLAG) ? in nfs_lookup_reply()
[all …]