Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/ !
Dnfs4client.c479 const struct nfs_client *clp2) in nfs4_match_client_owner_id() argument
481 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()