Searched defs:nlm_block (Results 1 – 1 of 1) sorted by relevance
176 struct nlm_block { struct177 struct kref b_count; /* Reference count */178 struct list_head b_list; /* linked list of all blocks */179 struct list_head b_flist; /* linked list (per file) */181 struct svc_serv * b_daemon; /* NLM service */183 unsigned long b_when; /* next re-xmit */184 unsigned int b_id; /* block id */185 unsigned char b_granted; /* VFS granted lock */186 struct nlm_file * b_file; /* file in question */188 struct cache_deferred_req * b_deferred_req;[all …]
Completed in 4 milliseconds