Searched refs:ubifs_zbranch (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/ubifs/
H A Ddebug.h16 struct ubifs_zbranch *zbr, void *priv);
76 struct ubifs_zbranch old_zroot;
272 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot);
273 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot);
H A Dtnc.c26 struct ubifs_zbranch *zbr);
28 struct ubifs_zbranch *zbr, void *node);
122 struct ubifs_zbranch *zbr;
147 struct ubifs_zbranch *zbr;
237 struct ubifs_znode *old_zn, struct ubifs_zbranch *zbr)
248 struct ubifs_zbranch *child = &new_zn->zbranch[i];
271 struct ubifs_zbranch *zbr)
343 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr,
379 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr,
402 static void lnc_free(struct ubifs_zbranch *zb
[all...]
H A Dtnc_misc.c131 const struct ubifs_zbranch *zbr = &znode->zbranch[0];
287 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr,
330 struct ubifs_zbranch *zbr = &znode->zbranch[i];
432 struct ubifs_zbranch *zbr,
482 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
H A Dtnc_commit.c38 struct ubifs_zbranch *zbr = &znode->zbranch[i];
66 struct ubifs_zbranch *zbr;
478 struct ubifs_zbranch *zbr;
600 struct ubifs_zbranch *zbr = &znode->zbranch[i];
628 struct ubifs_zbranch *zbr = &znode->zbranch[n];
758 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot)
784 memcpy(zroot, &c->zroot, sizeof(struct ubifs_zbranch));
871 struct ubifs_zbranch *zbr = &znode->zbranch[i];
H A Dubifs.h746 * struct ubifs_zbranch - key/coordinate/length branch stored in znodes.
754 struct ubifs_zbranch { struct
800 struct ubifs_zbranch zbranch[];
816 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ];
1334 struct ubifs_zbranch zroot;
1912 struct ubifs_zbranch *zbr,
1914 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
1918 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);
H A Dcommit.c111 struct ubifs_zbranch zroot;
525 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot)
564 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot)
H A Ddebug.c873 const struct ubifs_zbranch *zbr;
1194 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1,
1195 struct ubifs_zbranch *zbr2)
1285 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr)
1505 struct ubifs_zbranch *zbr;
1587 struct ubifs_zbranch *zbr;
1937 struct ubifs_zbranch *zbr;
2002 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr,
2172 struct ubifs_zbranch *zbr;
H A Dorphan.c919 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr,
H A Dsuper.c680 c->fanout * sizeof(struct ubifs_zbranch);

Completed in 228 milliseconds