Searched refs:NFSV2_FLAG (Results 1 – 1 of 1) sorted by relevance
77 #define NFSV2_FLAG 1 macro79 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 …]