Searched refs:clp1 (Results 1 – 1 of 1) sorted by relevance
478 static bool nfs4_match_client_owner_id(const struct nfs_client *clp1, in nfs4_match_client_owner_id() argument481 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id()483 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id()