Lines Matching defs:off
27 static int mtdpstore_block_isbad(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_block_isbad()
50 loff_t off) in mtdpstore_panic_block_isbad()
61 loff_t off) in mtdpstore_mark_used()
71 loff_t off) in mtdpstore_mark_unused()
81 loff_t off) in mtdpstore_block_mark_unused()
97 static inline int mtdpstore_is_used(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_is_used()
108 loff_t off) in mtdpstore_block_is_used()
140 static void mtdpstore_mark_removed(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_mark_removed()
150 loff_t off) in mtdpstore_block_clear_removed()
166 loff_t off) in mtdpstore_block_is_removed()
183 static int mtdpstore_erase_do(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_erase_do()
210 static ssize_t mtdpstore_erase(size_t size, loff_t off) in mtdpstore_erase()
237 static int mtdpstore_security(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_security()
274 static ssize_t mtdpstore_write(const char *buf, size_t size, loff_t off) in mtdpstore_write()
310 static ssize_t mtdpstore_read(char *buf, size_t size, loff_t off) in mtdpstore_read()
356 static ssize_t mtdpstore_panic_write(const char *buf, size_t size, loff_t off) in mtdpstore_panic_write()
445 loff_t off, size_t size) in mtdpstore_flush_removed_do()
501 loff_t off; in mtdpstore_flush_removed() local