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.c70 struct file *dst_file, loff_t dst_off, size_t len) in zpl_clone_file_range_impl() argument
75 uint64_t dst_off_o = (uint64_t)dst_off; in zpl_clone_file_range_impl()
118 struct file *dst_file, loff_t dst_off, size_t len, boolean_t can_shorten) in zpl_dedupe_file_range_impl() argument
123 uint64_t dst_off_o = (uint64_t)dst_off; in zpl_dedupe_file_range_impl()
168 struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) in zpl_copy_file_range() argument
178 dst_file, dst_off, len); in zpl_copy_file_range()
188 dst_off, len, flags); in zpl_copy_file_range()
197 dst_off, len); in zpl_copy_file_range()
230 struct file *dst_file, loff_t dst_off, loff_t len, unsigned int flags) in zpl_remap_file_range() argument
237 dst_off, len, !!(flags & REMAP_FILE_CAN_SHORTEN))); in zpl_remap_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.h155 struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags);
157 struct file *dst_file, loff_t dst_off, loff_t len, unsigned int flags);
159 struct file *dst_file, loff_t dst_off, uint64_t len);
161 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 …]