Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Ddebug.h254 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry() function
286 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry() function
H A Dio.c118 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_write()
140 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_change()
162 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_unmap()
183 if (!dbg_is_tst_rcvry(c)) in ubifs_leb_map()
H A Ddebug.c2504 ubifs_assert(dbg_is_tst_rcvry(c)); in power_cut_emulated()
/openbmc/linux/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.c2478 ubifs_assert(c, dbg_is_tst_rcvry(c)); in power_cut_emulated()