Lines Matching refs:loff_t
104 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
105 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
106 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
107 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
109 int (*read_oob) (struct mtd_info *mtd, loff_t from,
111 int (*write_oob) (struct mtd_info *mtd, loff_t to,
115 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
117 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
119 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
120 int (*lock_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len);
121 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
124 int (*lock) (struct mtd_info *mtd, loff_t ofs, size_t len);
125 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len);
129 int (*block_isbad) (struct mtd_info *mtd, loff_t ofs);
130 int (*block_markbad) (struct mtd_info *mtd, loff_t ofs);