Searched refs:ubifs_get_wbuf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc_misc.c | 472 wbuf = ubifs_get_wbuf(c, zbr->lnum); in ubifs_tnc_read_node()
|
H A D | log.c | 53 * ubifs_get_wbuf - get the wbuf associated with a LEB, if there is one. 59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf() function
|
H A D | tnc.c | 1516 if (ubifs_get_wbuf(c, zbr.lnum)) { in ubifs_tnc_locate() 1802 wbuf = ubifs_get_wbuf(c, lnum); in ubifs_tnc_bulk_read()
|
H A D | ubifs.h | 1764 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
|
/kernel/linux/linux-6.6/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 | 53 * ubifs_get_wbuf - get the wbuf associated with a LEB, if there is one. 59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf() function
|
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()
|
H A D | ubifs.h | 1793 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
|
Completed in 19 milliseconds