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