Searched refs:hght (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | lpt_commit.c | 1334 * @hght: height of tree where nnode found is returned here 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() 1368 * @hght: height of tree where nnode is, is passed and returned here 1374 struct ubifs_nnode *nnode, int *hght) in next_nnode() 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 in next_nnode() 1373 next_nnode(struct ubifs_info *c, struct ubifs_nnode *nnode, int *hght) next_nnode() argument 1419 int i, hght; ubifs_lpt_free() local 1479 int hght; dbg_is_nnode_dirty() local [all...] |
H A D | ubifs.h | 1961 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | lpt_commit.c | 1334 * @hght: height of tree where nnode found is returned here 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() 1368 * @hght: height of tree where nnode is, is passed and returned here 1374 struct ubifs_nnode *nnode, int *hght) in next_nnode() 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 in next_nnode() 1373 next_nnode(struct ubifs_info *c, struct ubifs_nnode *nnode, int *hght) next_nnode() argument 1419 int i, hght; ubifs_lpt_free() local 1479 int hght; dbg_is_nnode_dirty() local [all...] |
H A D | ubifs.h | 1990 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);
|
Completed in 13 milliseconds