Lines Matching defs:wbuf
678 * @need_sync: non-zero if the timer expired and the wbuf needs sync'ing
680 * @inodes: stores the inode numbers of the nodes which are in wbuf
731 * @wbuf: head's write-buffer
739 struct ubifs_wbuf wbuf;
1747 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len);
1748 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs);
1749 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf);
1752 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
1768 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf);
1770 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum);