Lines Matching refs:dst
300 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() argument
302 if (!dst || !src) in nfs4_label_copy()
308 dst->lfs = src->lfs; in nfs4_label_copy()
309 dst->pi = src->pi; in nfs4_label_copy()
310 dst->len = src->len; in nfs4_label_copy()
311 memcpy(dst->label, src->label, src->len); in nfs4_label_copy()
313 return dst; in nfs4_label_copy()
336 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() argument
484 int nfs_scan_commit_list(struct list_head *src, struct list_head *dst,
487 int nfs_scan_commit(struct inode *inode, struct list_head *dst,
506 struct list_head *dst,