Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hostfs/
Dhostfs.h74 extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
Dhostfs_user.c117 int read_file(int fd, unsigned long long *offset, char *buf, int len) in read_file() function
Dhostfs_kern.c433 err = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer, in hostfs_readpage()
/linux-2.6.39/drivers/mtd/nand/
Dnandsim.c1352 static ssize_t read_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t *po… in read_file() function
1458 tx = read_file(ns, ns->cfile, ns->buf.byte, num, &pos); in read_page()
1533 tx = read_file(ns, ns->cfile, pg_off, num, &pos); in prog_page()