Lines Matching refs:dst

62 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src)  in nlm_convert_to_nlm_lock()  argument
64 dst->caller_name = src->caller_name; in nlm_convert_to_nlm_lock()
65 dst->fh = src->fh; in nlm_convert_to_nlm_lock()
66 dst->oh = src->oh; in nlm_convert_to_nlm_lock()
67 dst->svid = src->svid; in nlm_convert_to_nlm_lock()
68 dst->l_offset = src->l_offset; in nlm_convert_to_nlm_lock()
69 dst->l_len = src->l_len; in nlm_convert_to_nlm_lock()
73 nlm_convert_to_nlm4_holder(struct nlm4_holder *dst, struct nlm_holder *src) in nlm_convert_to_nlm4_holder() argument
75 dst->exclusive = src->exclusive; in nlm_convert_to_nlm4_holder()
76 dst->svid = src->svid; in nlm_convert_to_nlm4_holder()
77 dst->oh = src->oh; in nlm_convert_to_nlm4_holder()
78 dst->l_offset = src->l_offset; in nlm_convert_to_nlm4_holder()
79 dst->l_len = src->l_len; in nlm_convert_to_nlm4_holder()
83 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src) in nlm_convert_to_nlm4_res() argument
85 dst->cookie = src->cookie; in nlm_convert_to_nlm4_res()
86 dst->stat.stat = (enum nlm4_stats) src->stat.stat; in nlm_convert_to_nlm4_res()
215 nlm_convert_to_nlm_share(struct nlm_share *dst, struct nlm4_share *src) in nlm_convert_to_nlm_share() argument
218 dst->caller_name = src->caller_name; in nlm_convert_to_nlm_share()
219 dst->fh = src->fh; in nlm_convert_to_nlm_share()
220 dst->oh = src->oh; in nlm_convert_to_nlm_share()
221 dst->mode = src->mode; in nlm_convert_to_nlm_share()
222 dst->access = src->access; in nlm_convert_to_nlm_share()
226 nlm_convert_to_nlm4_shres(struct nlm4_shareres *dst, in nlm_convert_to_nlm4_shres() argument
229 dst->cookie = src->cookie; in nlm_convert_to_nlm4_shres()
230 dst->stat = (enum nlm4_stats) src->stat; in nlm_convert_to_nlm4_shres()
231 dst->sequence = src->sequence; in nlm_convert_to_nlm4_shres()