Searched refs:file_ptr (Results 1 - 6 of 6) sorted by relevance

/linux-master/io_uring/
H A Dfiletable.h48 return (slot->file_ptr & ~FFS_MASK) << REQ_F_SUPPORT_NOWAIT_BIT;
53 return (struct file *)(slot->file_ptr & FFS_MASK);
65 file_slot->file_ptr = (unsigned long)file |
H A Dfiletable.c80 if (file_slot->file_ptr) {
86 file_slot->file_ptr = 0;
147 if (!file_slot->file_ptr)
155 file_slot->file_ptr = 0;
H A Drsrc.c388 if (file_slot->file_ptr) {
393 file_slot->file_ptr = 0;
/linux-master/scripts/
H A Drecordmcount.c64 static void *file_ptr; /* current file pointer location */ variable
93 file_ptr = file_map + offset;
96 file_ptr += offset;
99 file_ptr = file_map + (sb.st_size - offset);
102 if (file_ptr < file_map) {
106 return file_ptr - file_map;
117 if (file_ptr + count >= file_end) {
118 off_t aoffset = (file_ptr + count) - file_end;
133 if (file_ptr < file_end) {
134 cnt = file_end - file_ptr;
[all...]
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.c337 char *file_ptr; local
341 file_ptr = (void *)(fls_data + 1);
374 ret = ipc_imem_sys_devlink_write(ipc_devlink, file_ptr,
380 file_ptr += raw_len;
/linux-master/include/linux/
H A Dio_uring_types.h60 unsigned long file_ptr; member in struct:io_fixed_file

Completed in 136 milliseconds