Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dnfs4proc.c1375 WR_STATE, &copy->nf_dst, NULL); in nfsd4_setup_inter_ssc()
1476 &copy->nf_dst); in nfsd4_setup_intra_ssc()
1527 src_pos, copy->nf_dst->nf_file, dst_pos, in _nfsd_copy_file_range()
1538 down_write(&copy->nf_dst->nf_rwsem); in _nfsd_copy_file_range()
1539 status = vfs_fsync_range(copy->nf_dst->nf_file, in _nfsd_copy_file_range()
1542 up_write(&copy->nf_dst->nf_rwsem); in _nfsd_copy_file_range()
1567 copy->nf_dst); in nfsd4_do_copy()
1569 nfsd4_cleanup_intra_ssc(copy->nf_src, copy->nf_dst); in nfsd4_do_copy()
1583 dst->nf_dst = nfsd_file_get(src->nf_dst); in dup_copy_fields()
1598 nfsd_file_put(copy->nf_dst); in cleanup_async_copy()
Dvfs.h61 struct nfsd_file *nf_dst, u64 dst_pos,
Dvfs.c520 struct nfsd_file *nf_dst, u64 dst_pos, u64 count, bool sync) in nfsd4_clone_file_range() argument
523 struct file *dst = nf_dst->nf_file; in nfsd4_clone_file_range()
527 down_write(&nf_dst->nf_rwsem); in nfsd4_clone_file_range()
544 nfsd_reset_boot_verifier(net_generic(nf_dst->nf_net, in nfsd4_clone_file_range()
550 up_write(&nf_dst->nf_rwsem); in nfsd4_clone_file_range()
Dxdr4.h558 struct nfsd_file *nf_dst; member