Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfs-io.c827 loff_t bch2_remap_file_range(struct file *file_src, loff_t pos_src, in bch2_remap_file_range() argument
842 if ((pos_src & (block_bytes(c) - 1)) || in bch2_remap_file_range()
847 abs(pos_src - pos_dst) < len) in bch2_remap_file_range()
856 ret = generic_remap_file_range_prep(file_src, pos_src, in bch2_remap_file_range()
877 bch2_mark_pagecache_unallocated(src, pos_src >> 9, in bch2_remap_file_range()
878 (pos_src + aligned_len) >> 9); in bch2_remap_file_range()
882 inode_inum(src), pos_src >> 9, in bch2_remap_file_range()
/linux-6.12.1/fs/nfs/
Dnfs42proc.c328 loff_t pos_src = args->src_pos; in _nfs42_proc_copy() local
346 pos_src, pos_src + (loff_t)count - 1); in _nfs42_proc_copy()
412 ssize_t nfs42_proc_copy(struct file *src, loff_t pos_src, in nfs42_proc_copy() argument
422 .src_pos = pos_src, in nfs42_proc_copy()