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