Lines Matching defs:cxt
27 static int mtdpstore_block_isbad(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_block_isbad()
49 static inline int mtdpstore_panic_block_isbad(struct mtdpstore_context *cxt, in mtdpstore_panic_block_isbad()
60 static inline void mtdpstore_mark_used(struct mtdpstore_context *cxt, in mtdpstore_mark_used()
70 static inline void mtdpstore_mark_unused(struct mtdpstore_context *cxt, in mtdpstore_mark_unused()
80 static inline void mtdpstore_block_mark_unused(struct mtdpstore_context *cxt, in mtdpstore_block_mark_unused()
97 static inline int mtdpstore_is_used(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_is_used()
107 static int mtdpstore_block_is_used(struct mtdpstore_context *cxt, in mtdpstore_block_is_used()
125 static int mtdpstore_is_empty(struct mtdpstore_context *cxt, char *buf, in mtdpstore_is_empty()
140 static void mtdpstore_mark_removed(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_mark_removed()
149 static void mtdpstore_block_clear_removed(struct mtdpstore_context *cxt, in mtdpstore_block_clear_removed()
165 static int mtdpstore_block_is_removed(struct mtdpstore_context *cxt, in mtdpstore_block_is_removed()
183 static int mtdpstore_erase_do(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_erase_do()
212 struct mtdpstore_context *cxt = &oops_cxt; in mtdpstore_erase() local
237 static int mtdpstore_security(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_security()
276 struct mtdpstore_context *cxt = &oops_cxt; in mtdpstore_write() local
312 struct mtdpstore_context *cxt = &oops_cxt; in mtdpstore_read() local
358 struct mtdpstore_context *cxt = &oops_cxt; in mtdpstore_panic_write() local
384 struct mtdpstore_context *cxt = &oops_cxt; in mtdpstore_notify_add() local
444 static int mtdpstore_flush_removed_do(struct mtdpstore_context *cxt, in mtdpstore_flush_removed_do()
497 static int mtdpstore_flush_removed(struct mtdpstore_context *cxt) in mtdpstore_flush_removed()
522 struct mtdpstore_context *cxt = &oops_cxt; in mtdpstore_notify_remove() local
545 struct mtdpstore_context *cxt = &oops_cxt; in mtdpstore_init() local