Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 25 of 144) sorted by relevance

123456

/Linux-v5.10/arch/c6x/include/asm/
Dsyscalls.h28 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/
Dio_uring-cp.c29 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()
Dliburing.h110 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/
Drtw_debug.h107 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/
Dsys_riscv.c15 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/
Drtw_debug.c13 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/
Dagpgart.h52 off_t pg_start; /* starting page to populate */
58 off_t pg_start;
81 off_t pg_start; /* starting page to populate */
Dscatterlist.h280 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);
Dagp_backend.h77 off_t pg_start;
103 extern int agp_bind_memory(struct agp_memory *, off_t);
/Linux-v5.10/tools/perf/ui/
Dbrowser.h30 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/
Discsi_target_util.h63 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/
Dagp_backend.h37 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/
Dagp.h114 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);
Di460-agp.c294 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/
Dpiggyback.c135 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/
Dfuse_mnt.c48 off_t offset, in memfd_readdir()
78 off_t offset, in memfd_read()
/Linux-v5.10/lib/
Dsg_split.c14 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()
Dscatterlist.c807 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/
Dadi-test.c297 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/
Ddw-edma-core.h85 off_t ll_off;
88 off_t dt_off;
Ddw-edma-pcie.c22 off_t rg_off;
26 off_t ll_off;
30 off_t dt_off;
/Linux-v5.10/tools/perf/util/
Dauxtrace.h232 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/
Delf.c18 off_t offset_rv; in elfhdr_get()
117 off_t offset, offset_rv; in kvm_vm_elf_load()
/Linux-v5.10/include/pcmcia/
Dds.h200 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/
Drecordmcount.c81 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()

123456