Home
last modified time | relevance | path

Searched refs:dbg_is_tst_rcvry (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Ddebug.h244 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry() function
276 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry() function
H A Dio.c119 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_write()
141 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_change()
163 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_unmap()
184 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_map()
H A Ddebug.c2505 ubifs_assert(dbg_is_tst_rcvry(c)); in power_cut_emulated()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dio.c113 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_write()
133 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_change()
153 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_unmap()
172 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_map()
H A Ddebug.h224 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry() function
H A Ddebug.c2458 ubifs_assert(c, dbg_is_tst_rcvry(c)); in power_cut_emulated()