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