Searched refs:file_ptr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.c | 56 static void *file_ptr; /* current file pointer location */ variable 85 file_ptr = file_map + offset; in ulseek() 88 file_ptr += offset; in ulseek() 91 file_ptr = file_map + (sb.st_size - offset); in ulseek() 94 if (file_ptr < file_map) { in ulseek() 98 return file_ptr - file_map; in ulseek() 108 if (file_ptr + count >= file_end) { in uwrite() 109 off_t aoffset = (file_ptr + count) - file_end; in uwrite() 121 if (file_ptr < file_end) { in uwrite() 122 cnt = file_end - file_ptr; in uwrite() [all …]
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 219 unsigned long file_ptr; member 6749 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index() 6754 unsigned long file_ptr = (unsigned long) file; in io_fixed_file_set() local 6757 file_ptr |= FFS_ASYNC_READ; in io_fixed_file_set() 6759 file_ptr |= FFS_ASYNC_WRITE; in io_fixed_file_set() 6761 file_ptr |= FFS_ISREG; in io_fixed_file_set() 6762 file_slot->file_ptr = file_ptr; in io_fixed_file_set() 6769 unsigned long file_ptr; in io_file_get_fixed() local 6774 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed() 6775 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 1465 file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes); 1466 file_ptr (*bwrite) (struct bfd *abfd, const void *ptr, 1467 file_ptr nbytes); 1470 file_ptr (*btell) (struct bfd *abfd); 1473 int (*bseek) (struct bfd *abfd, file_ptr offset, int whence); 1484 int prot, int flags, file_ptr offset, 1542 int prot, int flags, file_ptr offset, 2064 file_ptr filepos; 2067 file_ptr rel_filepos; 2070 file_ptr line_filepos; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 1465 file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes); 1466 file_ptr (*bwrite) (struct bfd *abfd, const void *ptr, 1467 file_ptr nbytes); 1470 file_ptr (*btell) (struct bfd *abfd); 1473 int (*bseek) (struct bfd *abfd, file_ptr offset, int whence); 1484 int prot, int flags, file_ptr offset, 1542 int prot, int flags, file_ptr offset, 2064 file_ptr filepos; 2067 file_ptr rel_filepos; 2070 file_ptr line_filepos; [all …]
|