nfs_fha.c | 214 ("%d reqs on destroyed fhe %p", e->num_rw, e)); 216 ("%d exclusive reqs on destroyed fhe %p", e->num_exclusive, e)); 218 ("%d threads on destroyed fhe %p", e->num_threads, e)); 236 struct fha_hash_entry *fhe, *new_fhe; local in function:fha_hash_entry_lookup 243 LIST_FOREACH(fhe, &fhs->list, link) 244 if (fhe->fh == fh) 246 if (!fhe) { 247 fhe = new_fhe; 248 LIST_INSERT_HEAD(&fhs->list, fhe, link); 251 return (fhe); 386 struct fha_hash_entry *fhe; local in function:fha_assign 446 struct fha_hash_entry *fhe = req->rq_p1; local in function:fha_nd_complete 475 struct fha_hash_entry *fhe; local in function:fhe_stats_sysctl [all...] |