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