Searched refs:fha_hash_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/nfs/
H A Dnfs_fha.h60 struct fha_hash_entry { struct
62 LIST_ENTRY(fha_hash_entry) link;
70 LIST_HEAD(fha_hash_entry_list, fha_hash_entry);
H A Dnfs_fha.c191 static struct fha_hash_entry *
194 struct fha_hash_entry *e;
207 fha_hash_entry_destroy(struct fha_hash_entry *e)
221 fha_hash_entry_remove(struct fha_hash_entry *e)
229 static struct fha_hash_entry *
234 struct fha_hash_entry *fhe, *new_fhe;
253 fha_hash_entry_add_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread)
263 fha_hash_entry_remove_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread)
277 fha_hash_entry_add_op(struct fha_hash_entry *fhe, int locktype, int count)
293 struct fha_hash_entry *fh
[all...]

Completed in 209 milliseconds