Searched refs:nnode_cnt (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dlpt_commit.c1763 if (c->dirty_nn_cnt > c->nnode_cnt) {
1765 c->dirty_nn_cnt, c->nnode_cnt);
1802 lpt_sz += (long long)c->nnode_cnt * c->nnode_sz;
H A Dlpt.c64 c->nnode_cnt = n;
67 c->nnode_cnt += n;
100 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz;
H A Dubifs.h1207 * @nnode_cnt: number of nnodes
1461 int nnode_cnt; member in struct:ubifs_info
H A Ddebug.c807 pr_err("\tnnode_cnt: %d\n", c->nnode_cnt);

Completed in 237 milliseconds