Searched refs:pos_src (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-io.c | 883 loff_t bch2_remap_file_range(struct file *file_src, loff_t pos_src, in bch2_remap_file_range() argument 898 if ((pos_src & (block_bytes(c) - 1)) || in bch2_remap_file_range() 903 abs(pos_src - pos_dst) < len) in bch2_remap_file_range() 912 ret = generic_remap_file_range_prep(file_src, pos_src, in bch2_remap_file_range() 933 bch2_mark_pagecache_unallocated(src, pos_src >> 9, in bch2_remap_file_range() 934 (pos_src + aligned_len) >> 9); in bch2_remap_file_range() 944 inode_inum(src), pos_src >> 9, in bch2_remap_file_range()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs42proc.c | 378 loff_t pos_src = args->src_pos; in _nfs42_proc_copy() local 396 pos_src, pos_src + (loff_t)count - 1); in _nfs42_proc_copy() 462 ssize_t nfs42_proc_copy(struct file *src, loff_t pos_src, in nfs42_proc_copy() argument 472 .src_pos = pos_src, in nfs42_proc_copy()
|