Home
last modified time | relevance | path

Searched refs:dst_off (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file_range.c46 struct file *dst_file, loff_t dst_off, size_t len) in zpl_clone_file_range_impl() argument
51 uint64_t dst_off_o = (uint64_t)dst_off; in zpl_clone_file_range_impl()
95 struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) in zpl_copy_file_range() argument
105 dst_file, dst_off, len); in zpl_copy_file_range()
115 dst_off, len, flags); in zpl_copy_file_range()
124 dst_off, len); in zpl_copy_file_range()
157 struct file *dst_file, loff_t dst_off, loff_t len, unsigned int flags) in zpl_remap_file_range() argument
171 dst_file, dst_off, len); in zpl_remap_file_range()
186 struct file *dst_file, loff_t dst_off, uint64_t len) in zpl_clone_file_range() argument
194 dst_file, dst_off, len); in zpl_clone_file_range()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-file_range.m430 loff_t dst_off __attribute__ ((unused)) = 0;
33 generic_copy_file_range(src_file, src_off, dst_file, dst_off,
56 loff_t dst_off __attribute__ ((unused)) = 0;
58 splice_copy_file_range(src_file, src_off, dst_file, dst_off,
78 loff_t src_off, struct file *dst_file, loff_t dst_off,
81 (void) dst_file; (void) dst_off;
108 loff_t src_off, struct file *dst_file, loff_t dst_off,
111 (void) dst_file; (void) dst_off;
138 loff_t src_off, struct file *dst_file, loff_t dst_off,
141 (void) dst_file; (void) dst_off;
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h119 struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags);
121 struct file *dst_file, loff_t dst_off, loff_t len, unsigned int flags);
123 struct file *dst_file, loff_t dst_off, uint64_t len);
125 struct file *dst_file, loff_t dst_off, uint64_t len);
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c1154 off_t dst_off, src_off; in copyfat() local
1170 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1171 dst_off *= boot->bpbBytesPerSec; in copyfat()
1174 i++, src_off += fat32_cache_size, dst_off += fat32_cache_size) { in copyfat()
1185 if ((lseek(fd, dst_off, SEEK_SET) != dst_off || in copyfat()
/freebsd/contrib/libpcap/
H A Dgencode.c4127 int dir, bpf_u_int32 ll_proto, u_int src_off, u_int dst_off) in gen_hostop() argument
4139 offset = dst_off; in gen_hostop()
4143 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop()
4144 b1 = gen_hostop(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop()
4150 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop()
4151 b1 = gen_hostop(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop()
4193 u_int dst_off) in gen_hostop6() argument
4215 offset = dst_off; in gen_hostop6()
4219 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6()
4220 b1 = gen_hostop6(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop6()
[all …]