Searched refs:enext (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ubifs/
H A Dtnc_commit.c120 while (c->enext) {
121 len = ubifs_idx_node_sz(c, c->enext->child_cnt);
123 struct ubifs_znode *znode = c->enext;
134 c->enext = znode->cnext;
135 if (c->enext == c->cnext)
136 c->enext = NULL;
435 cnext = c->enext;
648 znode = c->enext = c->cnext;
831 cnext = c->enext;
H A Dubifs.h1070 * @tnc_mutex: protects the Tree Node Cache (TNC), @zroot, @cnext, @enext, and
1074 * @enext: next znode to commit to empty space
1336 struct ubifs_znode *enext; member in struct:ubifs_info

Completed in 99 milliseconds