Lines Matching refs:dst
299 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() argument
301 if (!dst || !src) in nfs4_label_copy()
307 dst->lfs = src->lfs; in nfs4_label_copy()
308 dst->pi = src->pi; in nfs4_label_copy()
309 dst->len = src->len; in nfs4_label_copy()
310 memcpy(dst->label, src->label, src->len); in nfs4_label_copy()
312 return dst; in nfs4_label_copy()
335 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() argument
482 int nfs_scan_commit_list(struct list_head *src, struct list_head *dst,
485 int nfs_scan_commit(struct inode *inode, struct list_head *dst,
503 struct list_head *dst,