/Linux-v5.4/include/linux/ |
D | scif.h | 162 #define SCIF_REGISTER_FAILED ((off_t)-1) 548 off_t scif_register(scif_epd_t epd, void *addr, size_t len, off_t offset, 597 int scif_unregister(scif_epd_t epd, off_t offset, size_t len); 672 int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len, off_t 748 int scif_writeto(scif_epd_t epd, off_t loffset, size_t len, off_t 828 int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len, off_t roffset, 908 int scif_vwriteto(scif_epd_t epd, void *addr, size_t len, off_t roffset, 1021 int scif_fence_signal(scif_epd_t epd, off_t loff, u64 lval, off_t roff, 1181 off_t scif_register_pinned_pages(scif_epd_t epd, 1183 off_t offset, int map_flags); [all …]
|
D | agpgart.h | 54 off_t pg_start; /* starting page to populate */ 60 off_t pg_start; 83 off_t pg_start; /* starting page to populate */
|
D | scatterlist.h | 261 const off_t skip, const int nb_splits, 295 size_t buflen, off_t skip, bool to_buffer); 303 const void *buf, size_t buflen, off_t skip); 305 void *buf, size_t buflen, off_t skip); 307 size_t buflen, off_t skip); 463 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.4/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.4/arch/sparc/include/uapi/asm/ |
D | stat.h | 17 off_t st_size; 21 off_t st_blksize; 22 off_t st_blocks; 60 off_t st_size; 67 off_t st_blksize; 68 off_t st_blocks;
|
/Linux-v5.4/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 | 109 off_t offset) in io_uring_prep_rw() 121 unsigned nr_vecs, off_t offset) in io_uring_prep_readv() 128 off_t offset) in io_uring_prep_read_fixed() 135 unsigned nr_vecs, off_t offset) in io_uring_prep_writev() 142 off_t offset) in io_uring_prep_write_fixed()
|
/Linux-v5.4/drivers/staging/rtl8188eu/include/ |
D | rtw_debug.h | 108 off_t offset, int count, 112 off_t offset, int count, 118 off_t offset, int count, 125 off_t offset, int count, 129 off_t offset, int count,
|
/Linux-v5.4/arch/riscv/kernel/ |
D | sys_riscv.c | 14 unsigned long fd, off_t offset, in riscv_sys_mmap() 26 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument 33 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument
|
/Linux-v5.4/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.4/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.4/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.4/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.4/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.4/arch/mips/include/uapi/asm/ |
D | stat.h | 29 off_t st_size; 108 off_t st_size;
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pmon.h | 19 off_t (*lseek) (int, off_t, int);
|
/Linux-v5.4/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.4/tools/testing/selftests/memfd/ |
D | fuse_mnt.c | 48 off_t offset, in memfd_readdir() 78 off_t offset, in memfd_read()
|
/Linux-v5.4/tools/perf/util/ |
D | auxtrace.h | 192 off_t data_offset; 295 off_t offset; 440 off_t auxtrace_offset, 463 union perf_event *event, off_t data_offset, 518 off_t file_offset); 713 off_t auxtrace_offset,
|
/Linux-v5.4/lib/ |
D | scatterlist.c | 726 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset) in sg_miter_skip() 731 off_t consumed; in sg_miter_skip() 736 consumed = min_t(off_t, offset, miter->__remaining); in sg_miter_skip() 841 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer() 922 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer() 940 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer() 956 size_t buflen, off_t skip) in sg_zero_buffer()
|
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()
|
/Linux-v5.4/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.4/drivers/dma/dw-edma/ |
D | dw-edma-core.h | 85 off_t ll_off; 88 off_t dt_off;
|