Home
last modified time | relevance | path

Searched refs:file_ptr (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/
A Drecordmcount.c85 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()
121 if (file_ptr < file_end) { in uwrite()
122 cnt = file_end - file_ptr; in uwrite()
130 memcpy(file_ptr, buf, cnt); in uwrite()
135 file_ptr += count; in uwrite()
[all …]
/linux/drivers/net/wwan/iosm/
A Diosm_ipc_flash.c337 char *file_ptr; in ipc_flash_download_region() local
341 file_ptr = (void *)(fls_data + 1); in ipc_flash_download_region()
374 ret = ipc_imem_sys_devlink_write(ipc_devlink, file_ptr, in ipc_flash_download_region()
380 file_ptr += raw_len; in ipc_flash_download_region()
/linux/fs/
A Dio_uring.c226 unsigned long file_ptr; member
6884 file_slot->file_ptr = file_ptr; in io_fixed_file_set()
6891 unsigned long file_ptr; in io_file_get_fixed() local
6896 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()
6898 file_ptr &= ~FFS_MASK; in io_file_get_fixed()
8463 if (file_slot->file_ptr) { in io_install_fixed_file()
8475 file_slot->file_ptr = 0; in io_install_fixed_file()
8483 file_slot->file_ptr = 0; in io_install_fixed_file()
8520 if (!file_slot->file_ptr) in io_close_fixed()
8528 file_slot->file_ptr = 0; in io_close_fixed()
[all …]

Completed in 30 milliseconds