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