Lines Matching refs:NFSV2_FLAG
77 #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()
549 (supported_nfs_versions & NFSV2_FLAG) ? in nfs_lookup_reply()
568 if (supported_nfs_versions & NFSV2_FLAG) { in nfs_lookup_reply()
629 if (!(supported_nfs_versions & NFSV2_FLAG)) { /* NFSV3_FLAG */ in nfs_readlink_reply()
687 if (supported_nfs_versions & NFSV2_FLAG) { in nfs_read_reply()