Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4client.c480 static bool nfs4_match_client_owner_id(const struct nfs_client *clp1, in nfs4_match_client_owner_id() argument
483 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id()
485 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id()