Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/char/
Dtape_char.c35 static ssize_t tapechar_read(struct file *, char __user *, size_t, loff_t *);
47 .read = tapechar_read,
129 tapechar_read(struct file *filp, char __user *data, size_t count, loff_t *ppos) in tapechar_read() function