/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file_range.c | 45 struct file *dst_file, loff_t dst_off, size_t len) in zpl_clone_file_range_impl() argument 50 uint64_t dst_off_o = (uint64_t)dst_off; in zpl_clone_file_range_impl() 94 struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) in zpl_copy_file_range() argument 104 dst_file, dst_off, len); in zpl_copy_file_range() 114 dst_off, len, flags); in zpl_copy_file_range() 123 dst_off, len); in zpl_copy_file_range() 156 struct file *dst_file, loff_t dst_off, loff_t len, unsigned int flags) in zpl_remap_file_range() argument 170 dst_file, dst_off, len); in zpl_remap_file_range() 185 struct file *dst_file, loff_t dst_off, uint64_t len) in zpl_clone_file_range() argument 193 dst_file, dst_off, len); in zpl_clone_file_range() [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-vfs-file_range.m4 | 29 loff_t dst_off __attribute__ ((unused)) = 0; 32 generic_copy_file_range(src_file, src_off, dst_file, dst_off, 55 loff_t dst_off __attribute__ ((unused)) = 0; 57 splice_copy_file_range(src_file, src_off, dst_file, dst_off, 77 loff_t src_off, struct file *dst_file, loff_t dst_off, 80 (void) dst_file; (void) dst_off; 107 loff_t src_off, struct file *dst_file, loff_t dst_off, 110 (void) dst_file; (void) dst_off; 137 loff_t src_off, struct file *dst_file, loff_t dst_off, 140 (void) dst_file; (void) dst_off;
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zpl.h | 117 struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags); 119 struct file *dst_file, loff_t dst_off, loff_t len, unsigned int flags); 121 struct file *dst_file, loff_t dst_off, uint64_t len); 123 struct file *dst_file, loff_t dst_off, uint64_t len);
|
/freebsd/sbin/fsck_msdosfs/ |
H A D | fat.c | 1143 off_t dst_off, src_off; in copyfat() local 1159 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat() 1160 dst_off *= boot->bpbBytesPerSec; in copyfat() 1163 i++, src_off += fat32_cache_size, dst_off += fat32_cache_size) { in copyfat() 1174 if ((lseek(fd, dst_off, SEEK_SET) != dst_off || in copyfat()
|
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 4022 int dir, bpf_u_int32 ll_proto, u_int src_off, u_int dst_off) in gen_hostop() argument 4034 offset = dst_off; in gen_hostop() 4038 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 4039 b1 = gen_hostop(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop() 4045 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 4046 b1 = gen_hostop(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop() 4088 u_int dst_off) in gen_hostop6() argument 4110 offset = dst_off; in gen_hostop6() 4114 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6() 4115 b1 = gen_hostop6(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop6() [all …]
|