Searched refs:zbranch (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/ubifs/
H A Dtnc.c36 * @NOT_ON_MEDIA: node referred by zbranch does not exist on the media
124 zbr = &znode->parent->zbranch[znode->iip];
149 zbr = &znode->parent->zbranch[znode->iip];
248 struct ubifs_zbranch *child = &new_zn->zbranch[i];
326 * @zbr: zbranch of leaf node
373 * @zbr: zbranch of leaf node
400 * @zbr: zbranch of leaf node
461 * @zbr: the zbranch describing the node to read
560 * @zbr: zbranch of dent
563 * This function checks if xentry/direntry referred by zbranch
[all...]
H A Dtnc_misc.c131 const struct ubifs_zbranch *zbr = &znode->zbranch[0];
231 if (!zn->zbranch[n].znode)
235 !ubifs_zn_dirty(zn->zbranch[n].znode))
239 kfree(zn->zbranch[n].znode);
278 * @zzbr: the zbranch describing the node to read
330 struct ubifs_zbranch *zbr = &znode->zbranch[i];
393 key1 = &znode->zbranch[i].key;
394 key2 = &znode->zbranch[i + 1].key;
H A Ddebug.c878 zbr = &znode->parent->zbranch[znode->iip];
893 zbr = &znode->zbranch[n];
1184 * @zbr1: first zbranch
1185 * @zbr2: following zbranch
1226 /* Make sure node keys are the same as in zbranch */
1280 * @zbr: zbranch which points to this znode
1305 /* Only dirty zbranch may have no on-flash nodes */
1344 /* This zbranch does not exist in the parent */
1356 if (keys_cmp(c, &zp->zbranch[n].key,
1357 &zp->zbranch[znod
[all...]
H A Dmisc.h67 * @start: the zbranch index to start at
76 if (znode->zbranch[start].znode)
77 return znode->zbranch[start].znode;
H A Dtnc_commit.c38 struct ubifs_zbranch *zbr = &znode->zbranch[i];
68 zbr = &zp->zbranch[znode->iip];
482 zbr = &zp->zbranch[i];
600 struct ubifs_zbranch *zbr = &znode->zbranch[i];
628 struct ubifs_zbranch *zbr = &znode->zbranch[n];
871 struct ubifs_zbranch *zbr = &znode->zbranch[i];
895 znode->cparent->zbranch[znode->ciip].hash);
900 znode->parent->zbranch[znode->iip].hash);
H A Dshrinker.c112 znode->parent->zbranch[znode->iip].znode = NULL;
H A Dfile.c595 * @n: next zbranch slot
602 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0;
628 } else if (key_block(c, &bu->zbranch[nn].key) == page_block) {
631 dn = bu->buf + (bu->zbranch[nn].offs - offs);
659 } else if (key_block(c, &bu->zbranch[nn].key) < page_block) {
750 bu->buf_len = bu->zbranch[bu->cnt - 1].offs +
751 bu->zbranch[bu->cnt - 1].len -
752 bu->zbranch[0].offs;
H A Dubifs.h771 * @ciip: index in cparent's zbranch array
776 * @iip: index in parent's zbranch array
781 * @zbranch: array of znode branches (@c->fanout elements)
800 struct ubifs_zbranch zbranch[]; member in struct:ubifs_znode
806 * @zbranch: zbranches of data nodes to bulk read
816 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ]; member in struct:bu_info
1072 * @zroot: zbranch which points to the root index node and znode

Completed in 159 milliseconds