/Linux-v5.10/arch/c6x/include/asm/ |
D | syscalls.h | 28 size_t count, off_t pos_low, off_t pos_high); 30 size_t count, off_t pos_low, off_t pos_high); 32 off_t length_low, off_t length_high); 34 off_t length_low, off_t length_high);
|
/Linux-v5.10/tools/io_uring/ |
D | io_uring-cp.c | 29 off_t first_offset, offset; 47 static int get_file_size(int fd, off_t *size) in get_file_size() 84 static int queue_read(struct io_uring *ring, off_t size, off_t offset) in queue_read() 123 static int copy_file(struct io_uring *ring, off_t insize) in copy_file() 127 off_t write_left, offset; in copy_file() 142 off_t this_size = insize; in copy_file() 230 off_t insize; in main()
|
D | liburing.h | 110 off_t offset) in io_uring_prep_rw() 122 unsigned nr_vecs, off_t offset) in io_uring_prep_readv() 129 off_t offset) in io_uring_prep_read_fixed() 136 unsigned nr_vecs, off_t offset) in io_uring_prep_writev() 143 off_t offset) in io_uring_prep_write_fixed()
|
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_debug.h | 107 off_t offset, int count, 111 off_t offset, int count, 117 off_t offset, int count, 124 off_t offset, int count, 128 off_t offset, int count,
|
/Linux-v5.10/arch/riscv/kernel/ |
D | sys_riscv.c | 15 unsigned long fd, off_t offset, in riscv_sys_mmap() 32 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument 39 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_debug.c | 13 off_t offset, int count, in proc_get_drv_version() 25 off_t offset, int count, in proc_get_write_reg() 74 off_t offset, int count, in proc_get_read_reg() 134 off_t offset, int count, in proc_get_adapter_state() 149 off_t offset, int count, in proc_get_best_channel()
|
/Linux-v5.10/include/linux/ |
D | agpgart.h | 52 off_t pg_start; /* starting page to populate */ 58 off_t pg_start; 81 off_t pg_start; /* starting page to populate */
|
D | scatterlist.h | 280 const off_t skip, const int nb_splits, 315 size_t buflen, off_t skip, bool to_buffer); 323 const void *buf, size_t buflen, off_t skip); 325 void *buf, size_t buflen, off_t skip); 327 size_t buflen, off_t skip); 513 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
|
D | agp_backend.h | 77 off_t pg_start; 103 extern int agp_bind_memory(struct agp_memory *, off_t);
|
/Linux-v5.10/tools/perf/ui/ |
D | browser.h | 30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); 76 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence); 79 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence); 82 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
|
/Linux-v5.10/drivers/target/iscsi/ |
D | iscsi_target_util.h | 63 extern int iscsit_print_dev_to_proc(char *, char **, off_t, int); 64 extern int iscsit_print_sessions_to_proc(char *, char **, off_t, int); 65 extern int iscsit_print_tpg_to_proc(char *, char **, off_t, int);
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | agp_backend.h | 37 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); 38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);
|
/Linux-v5.10/drivers/char/agp/ |
D | agp.h | 114 int (*insert_memory)(struct agp_memory *, off_t, int); 115 int (*remove_memory)(struct agp_memory *, off_t, int); 197 int agp_generic_insert_memory(struct agp_memory *mem, off_t pg_start, int type); 198 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type);
|
D | i460-agp.c | 294 off_t pg_start, int type) in i460_insert_memory_small_io_page() 337 off_t pg_start, int type) in i460_remove_memory_small_io_page() 401 off_t pg_start, int type) in i460_insert_memory_large_io_page() 462 off_t pg_start, int type) in i460_remove_memory_large_io_page() 501 off_t pg_start, int type) in i460_insert_memory() 510 off_t pg_start, int type) in i460_remove_memory()
|
/Linux-v5.10/arch/sparc/boot/ |
D | piggyback.c | 135 static off_t get_hdrs_offset(int kernelfd, const char *filename) in get_hdrs_offset() 138 off_t offset; in get_hdrs_offset() 178 off_t offset; in main()
|
/Linux-v5.10/tools/testing/selftests/memfd/ |
D | fuse_mnt.c | 48 off_t offset, in memfd_readdir() 78 off_t offset, in memfd_read()
|
/Linux-v5.10/lib/ |
D | sg_split.c | 14 off_t skip_sg0; 21 off_t skip, const size_t *sizes, in sg_calculate_split() 149 const off_t skip, const int nb_splits, in sg_split()
|
D | scatterlist.c | 807 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset) in sg_miter_skip() 812 off_t consumed; in sg_miter_skip() 817 consumed = min_t(off_t, offset, miter->__remaining); in sg_miter_skip() 922 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer() 1003 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer() 1021 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer() 1037 size_t buflen, off_t skip) in sg_zero_buffer()
|
/Linux-v5.10/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 297 static off_t seek_adi(int fd, off_t offset, int whence) in seek_adi() 300 off_t ret; in seek_adi() 475 off_t offset_out, offset_in; in test4_lseek() 526 off_t oret; in test5_rw_aligned_1byte() 572 off_t oret; in test6_rw_aligned_9434bytes() 624 off_t oret; in test7_rw_aligned_14963bytes()
|
/Linux-v5.10/drivers/dma/dw-edma/ |
D | dw-edma-core.h | 85 off_t ll_off; 88 off_t dt_off;
|
D | dw-edma-pcie.c | 22 off_t rg_off; 26 off_t ll_off; 30 off_t dt_off;
|
/Linux-v5.10/tools/perf/util/ |
D | auxtrace.h | 232 off_t data_offset; 335 off_t offset; 486 off_t auxtrace_offset, 509 union perf_event *event, off_t data_offset, 579 off_t file_offset); 817 off_t auxtrace_offset,
|
/Linux-v5.10/tools/testing/selftests/kvm/lib/ |
D | elf.c | 18 off_t offset_rv; in elfhdr_get() 117 off_t offset, offset_rv; in kvm_vm_elf_load()
|
/Linux-v5.10/include/pcmcia/ |
D | ds.h | 200 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val); 201 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val);
|
/Linux-v5.10/scripts/ |
D | recordmcount.c | 81 static off_t ulseek(off_t const offset, int const whence) in ulseek() 104 off_t idx = 0; in uwrite() 109 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
|