HomeSort by: relevance | last modified time | path
    Searched defs:fhe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
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...]
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...]

Completed in 21 milliseconds