nfs_clstate.c | 2881 struct nfsclowner *owp, *owp2; local in function:nfscl_dupopen 2897 LIST_FOREACH(owp2, &clp->nfsc_owner, nfsow_list) { 2899 if (owp != owp2 && 2900 !NFSBCMP(owp->nfsow_owner, owp2->nfsow_owner, 2914 LIST_FOREACH(owp2, &clp->nfsc_owner, nfsow_list) { 2915 LIST_FOREACH(op2, &owp2->nfsow_open, nfso_list) { 2943 LIST_FOREACH(owp2, &clp->nfsc_owner, nfsow_list) { 2944 LIST_FOREACH(op2, &owp2->nfsow_open, nfso_list) {
|