Lines Matching refs:zp
613 struct ubifs_znode *zp; in tnc_next() local
615 zp = znode->parent; in tnc_next()
616 if (!zp) in tnc_next()
619 znode = zp; in tnc_next()
657 struct ubifs_znode *zp; in tnc_prev() local
659 zp = znode->parent; in tnc_prev()
660 if (!zp) in tnc_prev()
663 znode = zp; in tnc_prev()
1092 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1111 zp = znode->parent; in dirty_cow_bottom_up()
1112 if (!zp) in dirty_cow_bottom_up()
1117 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1119 znode = zp; in dirty_cow_bottom_up()
1127 zp = znode->parent; in dirty_cow_bottom_up()
1128 if (zp) { in dirty_cow_bottom_up()
1130 ubifs_assert(c, path[p - 1] < zp->child_cnt); in dirty_cow_bottom_up()
1131 zbr = &zp->zbranch[path[--p]]; in dirty_cow_bottom_up()
2083 struct ubifs_znode *zn, *zi, *zp; in tnc_insert() local
2091 zp = znode->parent; in tnc_insert()
2099 if (n == 0 && zp && znode->iip == 0) in tnc_insert()
2121 zn->parent = zp; in tnc_insert()
2208 if (zp) { in tnc_insert()
2221 znode = zp; in tnc_insert()
2505 struct ubifs_znode *zp; in tnc_delete() local
2539 zp = znode->parent; in tnc_delete()
2554 znode = zp; in tnc_delete()
2572 zp = znode; in tnc_delete()
2592 ubifs_assert(c, !ubifs_zn_obsolete(zp)); in tnc_delete()
2593 ubifs_assert(c, ubifs_zn_dirty(zp)); in tnc_delete()
2596 if (zp->cnext) { in tnc_delete()
2597 __set_bit(OBSOLETE_ZNODE, &zp->flags); in tnc_delete()
2601 kfree(zp); in tnc_delete()