Home
last modified time | relevance | path

Searched refs:ubifs_wbuf (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dio.c443 struct ubifs_wbuf *wbuf = container_of(timer, struct ubifs_wbuf, timer); in wbuf_timer_callback_nolock()
456 static void new_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in new_wbuf_timer_nolock()
476 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock()
499 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock()
574 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
626 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
657 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
682 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock()
905 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf()
1036 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init()
[all …]
H A Dgc.c75 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head()
313 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node()
344 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes()
464 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb()
643 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect()
912 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit()
H A Dubifs.h1282 struct ubifs_wbuf { struct
1328 struct ubifs_wbuf wbuf;
2094 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len);
2095 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs);
2096 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf);
2099 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
2109 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf);
2111 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum);
2134 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
H A Dmisc.h126 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync()
H A Dlog.c63 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
303 struct ubifs_wbuf *wbuf; in remove_buds()
H A Dtnc_misc.c455 struct ubifs_wbuf *wbuf; in ubifs_tnc_read_node()
H A Dtnc.c1652 static int read_wbuf(struct ubifs_wbuf *wbuf, void *buf, int len, int lnum, in read_wbuf()
1754 struct ubifs_wbuf *wbuf; in ubifs_tnc_bulk_read()
H A Drecovery.c1170 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_rcvry_gc_commit()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dio.c488 struct ubifs_wbuf *wbuf = container_of(timer, struct ubifs_wbuf, timer); in wbuf_timer_callback_nolock()
502 static void new_wbuf_timer_nolock(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in new_wbuf_timer_nolock()
527 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock()
548 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock()
623 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
674 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
705 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
730 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock()
1011 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf()
1142 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init()
[all …]
H A Dubifs.h683 struct ubifs_wbuf { struct
730 struct ubifs_wbuf wbuf;
1713 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len);
1714 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs);
1715 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf);
1718 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
1734 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf);
1736 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum);
1759 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
H A Dgc.c68 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head()
303 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node()
334 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes()
494 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb()
673 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect()
938 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit()
H A Dmisc.h127 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync()
H A Djournal.c101 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in reserve_space()
272 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in write_head()
640 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_update()
1147 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_xrename()
1348 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_rename()
1834 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_change_xattr()
H A Dlog.c59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
308 struct ubifs_wbuf *wbuf; in remove_buds()
H A Dtnc_misc.c466 struct ubifs_wbuf *wbuf; in ubifs_tnc_read_node()
H A Drecovery.c1193 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_rcvry_gc_commit()
H A Dtnc.c1646 static int read_wbuf(struct ubifs_wbuf *wbuf, void *buf, int len, int lnum, in read_wbuf()
1754 struct ubifs_wbuf *wbuf; in ubifs_tnc_bulk_read()