Searched defs:nlm_rqst (Results 1 – 1 of 1) sorted by relevance
170 struct nlm_rqst { struct171 refcount_t a_count;172 unsigned int a_flags; /* initial RPC task flags */173 struct nlm_host * a_host; /* host handle */174 struct nlm_args a_args; /* arguments */175 struct nlm_res a_res; /* result */176 struct nlm_block * a_block;177 unsigned int a_retries; /* Retry count */178 u8 a_owner[NLMCLNT_OHSIZE];179 void * a_callback_data; /* sent to nlmclnt_operations callbacks */