Searched refs:ubifs_get_wbuf (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc_misc.c | 460 wbuf = ubifs_get_wbuf(c, zbr->lnum); in ubifs_tnc_read_node()
|
H A D | log.c | 62 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf() function
|
H A D | tnc.c | 1467 if (ubifs_get_wbuf(c, zbr.lnum)) { in ubifs_tnc_locate() 1747 wbuf = ubifs_get_wbuf(c, lnum); in ubifs_tnc_bulk_read()
|
H A D | ubifs.h | 2133 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
|
/openbmc/linux/fs/ubifs/ |
H A D | tnc_misc.c | 471 wbuf = ubifs_get_wbuf(c, zbr->lnum); in ubifs_tnc_read_node()
|
H A D | log.c | 59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf() function
|
H A D | ubifs.h | 1793 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
|
H A D | tnc.c | 1517 if (ubifs_get_wbuf(c, zbr.lnum)) { in ubifs_tnc_locate() 1803 wbuf = ubifs_get_wbuf(c, lnum); in ubifs_tnc_bulk_read()
|