Home
last modified time | relevance | path

Searched refs:hght (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dlpt_commit.c1379 static struct ubifs_nnode *first_nnode(struct ubifs_info *c, int *hght) in first_nnode() argument
1385 *hght = 0; in first_nnode()
1394 *hght = h; in first_nnode()
1414 struct ubifs_nnode *nnode, int *hght) in next_nnode() argument
1423 *hght -= 1; in next_nnode()
1432 *hght -= 1; in next_nnode()
1435 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode()
1441 *hght = h; in next_nnode()
1459 int i, hght; in ubifs_lpt_free() local
1477 nnode = first_nnode(c, &hght); in ubifs_lpt_free()
[all …]
Dubifs.h1719 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);