Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnfs.c77 #define NFSV2_FLAG 1 macro
79 static char supported_nfs_versions = NFSV2_FLAG | NFSV3_FLAG;
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()
[all …]