Searched refs:o2 (Results 1 – 2 of 2) sorted by relevance
584 struct nfs41_server_owner *o2 = b->cl_serverowner; in nfs4_check_clientid_trunking() local586 if (o1->major_id_sz != o2->major_id_sz) in nfs4_check_clientid_trunking()588 if (memcmp(o1->major_id, o2->major_id, o1->major_id_sz) != 0) in nfs4_check_clientid_trunking()
1870 compare_blob(const struct xdr_netobj *o1, const struct xdr_netobj *o2) in compare_blob() argument1872 if (o1->len < o2->len) in compare_blob()1874 if (o1->len > o2->len) in compare_blob()1876 return memcmp(o1->data, o2->data, o1->len); in compare_blob()