Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ubifs/
Dio.c440 struct ubifs_wbuf *wbuf = container_of(timer, struct ubifs_wbuf, timer); in wbuf_timer_callback_nolock()
453 static void new_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in new_wbuf_timer_nolock()
472 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock()
493 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock()
568 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
619 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
650 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
675 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock()
897 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf()
1028 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init()
[all …]
Dubifs.h689 struct ubifs_wbuf { struct
735 struct ubifs_wbuf wbuf;
1493 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len);
1494 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs);
1495 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf);
1498 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
1508 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf);
1510 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum);
1533 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum);
Dgc.c84 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head()
322 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node()
353 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes()
473 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb()
652 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect()
921 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit()
Dmisc.h137 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync()
Djournal.c118 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in reserve_space()
258 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in write_node()
290 struct ubifs_wbuf *wbuf = &c->jheads[jhead].wbuf; in write_head()
623 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_update()
1023 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_rename()
1432 struct ubifs_wbuf *wbuf = &c->jheads[BASEHD].wbuf; in ubifs_jnl_change_xattr()
Dlog.c71 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
311 struct ubifs_wbuf *wbuf; in remove_buds()
Dtnc_misc.c463 struct ubifs_wbuf *wbuf; in ubifs_tnc_read_node()
Drecovery.c1172 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_rcvry_gc_commit()
Dtnc.c1636 static int read_wbuf(struct ubifs_wbuf *wbuf, void *buf, int len, int lnum, in read_wbuf()
1738 struct ubifs_wbuf *wbuf; in ubifs_tnc_bulk_read()