Home | History | Annotate | Download | only in client

Lines Matching defs:op2

2882 	struct nfsclopen *op, *op2;
2915 LIST_FOREACH(op2, &owp2->nfsow_open, nfso_list) {
2918 if (op != op2 &&
2922 op->nfso_stateid.other[0] == op2->nfso_stateid.other[0] &&
2923 op->nfso_stateid.other[1] == op2->nfso_stateid.other[1] &&
2924 op->nfso_stateid.other[2] == op2->nfso_stateid.other[2]) {
2944 LIST_FOREACH(op2, &owp2->nfsow_open, nfso_list) {
2945 if (nfhp->nfh_len == op2->nfso_fhlen &&
2946 !NFSBCMP(nfhp->nfh_fh, op2->nfso_fh, nfhp->nfh_len)) {
2949 if (op != op2 && nfhp->nfh_len == op->nfso_fhlen &&
2952 op2->nfso_own->nfsow_owner, NFSV4CL_LOCKNAMELEN) ||
2955 op2->nfso_own->nfsow_owner, NFSV4CL_LOCKNAMELEN)) {