Lines Matching refs:dst
295 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() argument
297 if (!dst || !src) in nfs4_label_copy()
303 dst->lfs = src->lfs; in nfs4_label_copy()
304 dst->pi = src->pi; in nfs4_label_copy()
305 dst->len = src->len; in nfs4_label_copy()
306 memcpy(dst->label, src->label, src->len); in nfs4_label_copy()
308 return dst; in nfs4_label_copy()
331 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() argument
467 int nfs_scan_commit_list(struct list_head *src, struct list_head *dst,
470 int nfs_scan_commit(struct inode *inode, struct list_head *dst,
485 void nfs_request_add_commit_list(struct nfs_page *req, struct list_head *dst,
488 struct list_head *dst,