Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dtape_char.c34 static ssize_t tapechar_read(struct file *, char __user *, size_t, loff_t *);
46 .read = tapechar_read,
128 tapechar_read(struct file *filp, char __user *data, size_t count, loff_t *ppos) in tapechar_read() function