Searched refs:hght (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | lpt_commit.c | 1381 static struct ubifs_nnode *first_nnode(struct ubifs_info *c, int *hght) in first_nnode() argument 1387 *hght = 0; in first_nnode() 1396 *hght = h; in first_nnode() 1416 struct ubifs_nnode *nnode, int *hght) in next_nnode() argument 1425 *hght -= 1; in next_nnode() 1434 *hght -= 1; in next_nnode() 1437 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode() 1443 *hght = h; in next_nnode() 1461 int i, hght; in ubifs_lpt_free() local 1479 nnode = first_nnode(c, &hght); in ubifs_lpt_free() [all …]
|
| H A D | ubifs.h | 2314 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | lpt_commit.c | 1339 static struct ubifs_nnode *first_nnode(struct ubifs_info *c, int *hght) in first_nnode() argument 1345 *hght = 0; in first_nnode() 1354 *hght = h; in first_nnode() 1374 struct ubifs_nnode *nnode, int *hght) in next_nnode() argument 1383 *hght -= 1; in next_nnode() 1392 *hght -= 1; in next_nnode() 1395 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode() 1401 *hght = h; in next_nnode() 1419 int i, hght; in ubifs_lpt_free() local 1437 nnode = first_nnode(c, &hght); in ubifs_lpt_free() [all …]
|
| H A D | ubifs.h | 1956 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);
|