Home
last modified time | relevance | path

Searched refs:nf_dst (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4proc.c1588 if (copy->nf_dst && in nfsd4_copy_on_sb()
1589 file_inode(copy->nf_dst->nf_file)->i_sb == sb) in nfsd4_copy_on_sb()
1857 WR_STATE, &copy->nf_dst, NULL); in nfsd4_setup_inter_ssc()
1932 &copy->nf_dst); in nfsd4_setup_intra_ssc()
2054 dst->nf_dst = nfsd_file_get(src->nf_dst); in dup_copy_fields()
2071 if (copy->nf_dst) { in release_copy_files()
2072 nfsd_file_put(copy->nf_dst); in release_copy_files()
2073 copy->nf_dst = NULL; in release_copy_files()
2158 nfserr = nfsd4_do_copy(copy, filp, copy->nf_dst->nf_file, in nfsd4_do_async_copy()
2160 nfsd4_cleanup_inter_ssc(copy->ss_nsui, filp, copy->nf_dst); in nfsd4_do_async_copy()
[all …]
H A Dvfs.h94 struct nfsd_file *nf_dst, u64 dst_pos,
H A Dvfs.c692 struct nfsd_file *nf_dst, u64 dst_pos, in nfsd4_clone_file_range() argument
696 struct file *dst = nf_dst->nf_file; in nfsd4_clone_file_range()
720 struct nfsd_net *nn = net_generic(nf_dst->nf_net, in nfsd4_clone_file_range()
H A Dxdr4.h765 struct nfsd_file *nf_dst; member