Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dvfs.h61 struct nfsd_file *nf_dst, u64 dst_pos,
Dnfs4proc.c1276 WR_STATE, &copy->nf_dst, NULL); in nfsd4_setup_inter_ssc()
1345 &copy->nf_dst); in nfsd4_setup_intra_ssc()
1391 src_pos, copy->nf_dst->nf_file, dst_pos, in _nfsd_copy_file_range()
1421 copy->nf_dst); in nfsd4_do_copy()
1423 nfsd4_cleanup_intra_ssc(copy->nf_src, copy->nf_dst); in nfsd4_do_copy()
1437 dst->nf_dst = nfsd_file_get(src->nf_dst); in dup_copy_fields()
1454 nfsd_file_put(copy->nf_dst); in cleanup_async_copy()
Dvfs.c534 struct nfsd_file *nf_dst, u64 dst_pos, u64 count, bool sync) in nfsd4_clone_file_range() argument
537 struct file *dst = nf_dst->nf_file; in nfsd4_clone_file_range()
541 down_write(&nf_dst->nf_rwsem); in nfsd4_clone_file_range()
558 nfsd_reset_boot_verifier(net_generic(nf_dst->nf_net, in nfsd4_clone_file_range()
564 up_write(&nf_dst->nf_rwsem); in nfsd4_clone_file_range()
Dxdr4.h570 struct nfsd_file *nf_dst; member