Lines Matching refs:zp
614 struct ubifs_znode *zp; in tnc_next() local
616 zp = znode->parent; in tnc_next()
617 if (!zp) in tnc_next()
620 znode = zp; in tnc_next()
658 struct ubifs_znode *zp; in tnc_prev() local
660 zp = znode->parent; in tnc_prev()
661 if (!zp) in tnc_prev()
664 znode = zp; in tnc_prev()
1093 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1112 zp = znode->parent; in dirty_cow_bottom_up()
1113 if (!zp) in dirty_cow_bottom_up()
1118 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1120 znode = zp; in dirty_cow_bottom_up()
1128 zp = znode->parent; in dirty_cow_bottom_up()
1129 if (zp) { in dirty_cow_bottom_up()
1131 ubifs_assert(c, path[p - 1] < zp->child_cnt); in dirty_cow_bottom_up()
1132 zbr = &zp->zbranch[path[--p]]; in dirty_cow_bottom_up()
2084 struct ubifs_znode *zn, *zi, *zp; in tnc_insert() local
2092 zp = znode->parent; in tnc_insert()
2100 if (n == 0 && zp && znode->iip == 0) in tnc_insert()
2122 zn->parent = zp; in tnc_insert()
2209 if (zp) { in tnc_insert()
2222 znode = zp; in tnc_insert()
2506 struct ubifs_znode *zp; in tnc_delete() local
2540 zp = znode->parent; in tnc_delete()
2555 znode = zp; in tnc_delete()
2573 zp = znode; in tnc_delete()
2593 ubifs_assert(c, !ubifs_zn_obsolete(zp)); in tnc_delete()
2594 ubifs_assert(c, ubifs_zn_dirty(zp)); in tnc_delete()
2597 if (zp->cnext) { in tnc_delete()
2598 __set_bit(OBSOLETE_ZNODE, &zp->flags); in tnc_delete()
2602 kfree(zp); in tnc_delete()