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

  /src/sys/fs/nfs/common/
nfs_fha.h 62 struct fha_hash_entry { struct
64 LIST_ENTRY(fha_hash_entry) link;
72 LIST_HEAD(fha_hash_entry_list, fha_hash_entry);
nfs_fha.c 193 static struct fha_hash_entry *
196 struct fha_hash_entry *e;
209 fha_hash_entry_destroy(struct fha_hash_entry *e)
223 fha_hash_entry_remove(struct fha_hash_entry *e)
231 static struct fha_hash_entry *
236 struct fha_hash_entry *fhe, *new_fhe;
255 fha_hash_entry_add_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread)
265 fha_hash_entry_remove_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread)
279 fha_hash_entry_add_op(struct fha_hash_entry *fhe, int locktype, int count)
295 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread
    [all...]

Completed in 11 milliseconds