Home
last modified time | relevance | path

Searched defs:nlm_rqst (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/include/linux/lockd/
Dlockd.h138 struct nlm_rqst { struct
139 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 */