Home
last modified time | relevance | path

Searched refs:pos_dst (Results 1 – 2 of 2) sorted by relevance

/fs/bcachefs/
A Dfs-io.c884 struct file *file_dst, loff_t pos_dst, in bch2_remap_file_range() argument
899 (pos_dst & (block_bytes(c) - 1))) in bch2_remap_file_range()
903 abs(pos_src - pos_dst) < len) in bch2_remap_file_range()
913 file_dst, pos_dst, in bch2_remap_file_range()
921 pos_dst, pos_dst + len - 1); in bch2_remap_file_range()
925 ret = quota_reserve_range(dst, &quota_res, pos_dst >> 9, in bch2_remap_file_range()
926 (pos_dst + aligned_len) >> 9); in bch2_remap_file_range()
943 inode_inum(dst), pos_dst >> 9, in bch2_remap_file_range()
946 pos_dst + len, &i_sectors_delta, in bch2_remap_file_range()
959 if (pos_dst + ret > dst->v.i_size) in bch2_remap_file_range()
[all …]
/fs/nfs/
A Dnfs42proc.c331 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
341 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
404 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
473 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
478 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
488 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
499 .dst_pos = pos_dst, in nfs42_proc_copy()

Completed in 15 milliseconds