Searched defs:nlm_block (Results 1 – 1 of 1) sorted by relevance
170 struct nlm_block { struct171 struct kref b_count; /* Reference count */172 struct list_head b_list; /* linked list of all blocks */173 struct list_head b_flist; /* linked list (per file) */174 struct nlm_rqst * b_call; /* RPC args & callback info */175 struct svc_serv * b_daemon; /* NLM service */176 struct nlm_host * b_host; /* host handle for RPC clnt */177 unsigned long b_when; /* next re-xmit */178 unsigned int b_id; /* block id */179 unsigned char b_granted; /* VFS granted lock */[all …]