Searched defs:nlm_rqst (Results 1 – 1 of 1) sorted by relevance
138 struct nlm_rqst { struct139 refcount_t a_count;140 unsigned int a_flags; /* initial RPC task flags */141 struct nlm_host * a_host; /* host handle */142 struct nlm_args a_args; /* arguments */143 struct nlm_res a_res; /* result */144 struct nlm_block * a_block;145 unsigned int a_retries; /* Retry count */146 u8 a_owner[NLMCLNT_OHSIZE];147 void * a_callback_data; /* sent to nlmclnt_operations callbacks */