Home
last modified time | relevance | path

Searched refs:ubifs_znode (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/fs/ubifs/
Dtnc_misc.c29 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c, in ubifs_tnc_levelorder_next()
30 struct ubifs_znode *zr, in ubifs_tnc_levelorder_next()
31 struct ubifs_znode *znode) in ubifs_tnc_levelorder_next()
34 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next()
126 const struct ubifs_znode *znode, in ubifs_search_zbranch()
169 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode) in ubifs_tnc_postorder_first()
175 struct ubifs_znode *child; in ubifs_tnc_postorder_first()
194 struct ubifs_znode *ubifs_tnc_postorder_next(const struct ubifs_info *c, in ubifs_tnc_postorder_next()
195 struct ubifs_znode *znode) in ubifs_tnc_postorder_next()
197 struct ubifs_znode *zn; in ubifs_tnc_postorder_next()
[all …]
Dtnc.c119 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode) in insert_old_idx_znode()
142 struct ubifs_znode *znode) in ins_clr_old_idx_znode()
197 static struct ubifs_znode *copy_znode(struct ubifs_info *c, in copy_znode()
198 struct ubifs_znode *znode) in copy_znode()
200 struct ubifs_znode *zn; in copy_znode()
236 static void replace_znode(struct ubifs_info *c, struct ubifs_znode *new_zn, in replace_znode()
237 struct ubifs_znode *old_zn, struct ubifs_zbranch *zbr) in replace_znode()
270 static struct ubifs_znode *dirty_cow_znode(struct ubifs_info *c, in dirty_cow_znode()
273 struct ubifs_znode *znode = zbr->znode; in dirty_cow_znode()
274 struct ubifs_znode *zn; in dirty_cow_znode()
[all …]
Dmisc.h24 static inline int ubifs_zn_dirty(const struct ubifs_znode *znode) in ubifs_zn_dirty()
35 static inline int ubifs_zn_obsolete(const struct ubifs_znode *znode) in ubifs_zn_obsolete()
47 static inline int ubifs_zn_cow(const struct ubifs_znode *znode) in ubifs_zn_cow()
72 static inline struct ubifs_znode *
73 ubifs_tnc_find_child(struct ubifs_znode *znode, int start) in ubifs_tnc_find_child()
Dubifs.h757 struct ubifs_znode *znode;
786 struct ubifs_znode { struct
787 struct ubifs_znode *parent; argument
788 struct ubifs_znode *cnext; argument
789 struct ubifs_znode *cparent; argument
1331 struct ubifs_znode *cnext;
1332 struct ubifs_znode *enext;
1856 struct ubifs_znode **zn, int *n);
1890 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode);
1895 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c,
[all …]
Dtnc_commit.c26 struct ubifs_znode *znode, int lnum, int offs, int len) in make_idx_node()
28 struct ubifs_znode *zp; in make_idx_node()
123 struct ubifs_znode *znode = c->enext; in fill_gap()
431 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space()
585 static struct ubifs_znode *find_first_dirty(struct ubifs_znode *znode) in find_first_dirty()
620 static struct ubifs_znode *find_next_dirty(struct ubifs_znode *znode) in find_next_dirty()
644 struct ubifs_znode *znode, *cnext; in get_znodes_to_commit()
827 struct ubifs_znode *znode, *cnext; in write_index()
1034 struct ubifs_znode *znode, *cnext; in free_obsolete_znodes()
Ddebug.h18 struct ubifs_znode *znode, void *priv);
256 const struct ubifs_znode *znode);
Ddebug.c870 const struct ubifs_znode *znode) in ubifs_dump_znode()
944 struct ubifs_znode *znode; in ubifs_dump_tnc()
963 static int dump_znode(struct ubifs_info *c, struct ubifs_znode *znode, in dump_znode()
1287 struct ubifs_znode *znode = zbr->znode; in dbg_check_znode()
1288 struct ubifs_znode *zp = znode->parent; in dbg_check_znode()
1491 struct ubifs_znode *znode; in dbg_check_tnc()
1504 struct ubifs_znode *prev; in dbg_check_tnc()
1588 struct ubifs_znode *znode, *child; in dbg_walk_index()
1714 static int add_size(struct ubifs_info *c, struct ubifs_znode *znode, void *priv) in add_size()
1931 struct ubifs_znode *znode; in read_add_inode()
[all …]
Dshrinker.c61 struct ubifs_znode *znode, *zprev; in shrink_tnc()
Dsuper.c683 c->max_znode_sz = sizeof(struct ubifs_znode) + in init_constants_sb()