Searched defs:zroot (Results 1 - 3 of 3) sorted by relevance

/fs/ubifs/
H A Dcommit.c81 if (c->zroot.znode && ubifs_zn_dirty(c->zroot.znode))
112 struct ubifs_zbranch zroot; local
146 err = ubifs_tnc_start_commit(c, &zroot);
169 err = dbg_check_old_index(c, &zroot);
175 c->mst_node->root_lnum = cpu_to_le32(zroot.lnum);
176 c->mst_node->root_offs = cpu_to_le32(zroot.offs);
177 c->mst_node->root_len = cpu_to_le32(zroot.len);
519 * @zroot: root of the index
526 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot) argument
565 dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot) argument
[all...]
H A Dtnc_commit.c80 c->zroot.lnum = lnum;
81 c->zroot.offs = offs;
82 c->zroot.len = len;
471 c->zroot.lnum = lnum;
472 c->zroot.offs = offs;
473 c->zroot.len = len;
631 c->cnext = find_first_dirty(c->zroot.znode);
733 * @zroot: new index root position is returned here
740 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot) argument
766 memcpy(zroot,
[all...]
H A Dubifs.h1033 * @tnc_mutex: protects the Tree Node Cache (TNC), @zroot, @cnext, @enext, and
1035 * @zroot: zbranch which points to the root index node and znode
1275 struct ubifs_zbranch zroot; member in struct:ubifs_info
1630 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);

Completed in 63 milliseconds