Searched refs:flush (Results 1 – 15 of 15) sorted by relevance
226 void gdb_if_putchar(const char c, const bool flush) in gdb_if_putchar() argument230 if (flush) { in gdb_if_putchar()
291 if (device->fops && device->fops->flush) in dfs_devfs_flush()293 ret = device->fops->flush(file); in dfs_devfs_flush()426 .flush = dfs_devfs_flush,
228 if (entry && entry->fops && entry->fops->flush) in dfs_procfs_flush()230 ret = entry->fops->flush(file); in dfs_procfs_flush()392 .flush = dfs_procfs_flush,
30 int (*flush) (struct dfs_file *fd); member
203 void (*flush) (struct ulog_backend *backend); member
1481 if (backend->flush)1483 backend->flush(backend);
188 be->parent.flush = ulog_file_backend_flush_with_buf; in ulog_file_backend_init()
1068 file->fops->flush(file); in dfs_file_pwrite()1151 file->fops->flush(file); in dfs_file_write()1642 if (file->fops->flush) in dfs_file_fsync()1652 ret = file->fops->flush(file); in dfs_file_fsync()2270 if (file->fops->flush) in dfs_file_flush()2280 ret = file->fops->flush(file); in dfs_file_flush()
45 int (*flush)(struct dfs_file *file); member
237 .flush = blk_fops_flush,
270 .flush = ptm_fops_flush,
286 .flush = tty_fops_flush,
566 if (fd->vnode->fops->flush == NULL) in dfs_file_flush()569 return fd->vnode->fops->flush(fd); in dfs_file_flush()
1072 .flush = dfs_elm_flush,
265 .flush = serial_fops_flush,
Completed in 31 milliseconds