Searched refs:ubifs_wbuf (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | io.c | 442 struct ubifs_wbuf *wbuf = container_of(timer, struct ubifs_wbuf, timer); in wbuf_timer_callback_nolock() 455 static void new_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in new_wbuf_timer_nolock() 475 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock() 498 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock() 573 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock() 625 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() 656 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() 681 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 904 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf() 1035 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init() [all …]
|
D | gc.c | 74 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head() 312 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node() 343 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes() 463 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb() 642 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect() 911 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit()
|
D | ubifs.h | 1281 struct ubifs_wbuf { struct 1327 struct ubifs_wbuf wbuf; 2093 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len); 2094 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs); 2095 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf); 2098 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, 2108 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf); 2110 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum); 2133 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
|
D | misc.h | 125 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync()
|
D | log.c | 62 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf() 302 struct ubifs_wbuf *wbuf; in remove_buds()
|
D | tnc_misc.c | 454 struct ubifs_wbuf *wbuf; in ubifs_tnc_read_node()
|
D | tnc.c | 1634 static int read_wbuf(struct ubifs_wbuf *wbuf, void *buf, int len, int lnum, in read_wbuf() 1736 struct ubifs_wbuf *wbuf; in ubifs_tnc_bulk_read()
|
D | recovery.c | 1169 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_rcvry_gc_commit()
|