Searched refs:ubifs_cnode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | lpt_commit.c | 30 static struct ubifs_cnode *first_dirty_cnode(const struct ubifs_info *c, struct ubifs_nnode *nnode) in first_dirty_cnode() 37 struct ubifs_cnode *cnode; in first_dirty_cnode() 50 return (struct ubifs_cnode *)nnode; in first_dirty_cnode() 61 static struct ubifs_cnode *next_dirty_cnode(const struct ubifs_info *c, struct ubifs_cnode *cnode) in next_dirty_cnode() 79 return (struct ubifs_cnode *)nnode; in next_dirty_cnode() 90 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() 185 struct ubifs_cnode *cnode; in layout_cnodes() 363 struct ubifs_cnode *cnode; in write_cnodes() 1258 struct ubifs_cnode *cnod in free_obsolete_cnodes() [all...] |
H A D | ubifs.h | 543 * struct ubifs_cnode - LEB Properties Tree common node. 551 struct ubifs_cnode { struct 553 struct ubifs_cnode *cnext; 572 struct ubifs_cnode *cnext; 594 struct ubifs_cnode *cnode; 610 struct ubifs_cnode *cnext; 1446 struct ubifs_cnode *lpt_cnext;
|
H A D | lpt.c | 1656 struct ubifs_cnode *cnode; in ubifs_lpt_calc_hash() 1682 cnode = (struct ubifs_cnode *)c->nroot; in ubifs_lpt_calc_hash() 1703 cnode = (struct ubifs_cnode *)nnode; in ubifs_lpt_calc_hash() 1729 cnode = (struct ubifs_cnode *)nnode; in ubifs_lpt_calc_hash() 1930 struct ubifs_cnode cnode; 1936 struct ubifs_cnode *cnode; 2177 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *) in ubifs_lpt_scan_nolock() 2380 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode, in dbg_check_lpt_nodes() 2384 struct ubifs_cnode *cn; in dbg_check_lpt_nodes() 2432 cnode = (struct ubifs_cnode *)nnod in dbg_check_lpt_nodes() [all...] |
H A D | debug.h | 285 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | lpt_commit.c | 30 static struct ubifs_cnode *first_dirty_cnode(const struct ubifs_info *c, struct ubifs_nnode *nnode) in first_dirty_cnode() 37 struct ubifs_cnode *cnode; in first_dirty_cnode() 50 return (struct ubifs_cnode *)nnode; in first_dirty_cnode() 61 static struct ubifs_cnode *next_dirty_cnode(const struct ubifs_info *c, struct ubifs_cnode *cnode) in next_dirty_cnode() 79 return (struct ubifs_cnode *)nnode; in next_dirty_cnode() 90 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() 185 struct ubifs_cnode *cnode; in layout_cnodes() 363 struct ubifs_cnode *cnode; in write_cnodes() 1258 struct ubifs_cnode *cnod in free_obsolete_cnodes() [all...] |
H A D | ubifs.h | 552 * struct ubifs_cnode - LEB Properties Tree common node. 560 struct ubifs_cnode { struct 562 struct ubifs_cnode *cnext; 581 struct ubifs_cnode *cnext; 603 struct ubifs_cnode *cnode; 619 struct ubifs_cnode *cnext; 1474 struct ubifs_cnode *lpt_cnext;
|
H A D | lpt.c | 1656 struct ubifs_cnode *cnode; in ubifs_lpt_calc_hash() 1682 cnode = (struct ubifs_cnode *)c->nroot; in ubifs_lpt_calc_hash() 1703 cnode = (struct ubifs_cnode *)nnode; in ubifs_lpt_calc_hash() 1729 cnode = (struct ubifs_cnode *)nnode; in ubifs_lpt_calc_hash() 1930 struct ubifs_cnode cnode; 1936 struct ubifs_cnode *cnode; 2177 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *) in ubifs_lpt_scan_nolock() 2380 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode, in dbg_check_lpt_nodes() 2384 struct ubifs_cnode *cn; in dbg_check_lpt_nodes() 2432 cnode = (struct ubifs_cnode *)nnod in dbg_check_lpt_nodes() [all...] |
H A D | debug.h | 285 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode,
|
Completed in 17 milliseconds