Searched refs:read_file (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/hostfs/ |
D | hostfs.h | 76 extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
|
D | hostfs_user.c | 124 int read_file(int fd, unsigned long long *offset, char *buf, int len) in read_file() function
|
D | hostfs_kern.c | 449 bytes_read = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer, in hostfs_readpage()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nandsim.c | 1390 static ssize_t read_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t pos) in read_file() function 1485 tx = read_file(ns, ns->cfile, ns->buf.byte, num, pos); in read_page() 1559 tx = read_file(ns, ns->cfile, pg_off, num, off); in prog_page()
|