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