Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfs-io.c828 struct file *file_dst, loff_t pos_dst, in bch2_remap_file_range() argument
843 (pos_dst & (block_bytes(c) - 1))) in bch2_remap_file_range()
847 abs(pos_src - pos_dst) < len) in bch2_remap_file_range()
857 file_dst, pos_dst, in bch2_remap_file_range()
865 pos_dst, pos_dst + len - 1); in bch2_remap_file_range()
869 ret = quota_reserve_range(dst, &quota_res, pos_dst >> 9, in bch2_remap_file_range()
870 (pos_dst + aligned_len) >> 9); in bch2_remap_file_range()
881 inode_inum(dst), pos_dst >> 9, in bch2_remap_file_range()
884 pos_dst + len, &i_sectors_delta); in bch2_remap_file_range()
896 if (pos_dst + ret > dst->v.i_size) in bch2_remap_file_range()
[all …]
/linux-6.12.1/fs/nfs/
Dnfs42proc.c256 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
266 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
329 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
398 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
403 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
413 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
424 .dst_pos = pos_dst, in nfs42_proc_copy()