Lines Matching full:zp
600 struct ubifs_znode *zp; in tnc_next() local
602 zp = znode->parent; in tnc_next()
603 if (!zp) in tnc_next()
606 znode = zp; in tnc_next()
644 struct ubifs_znode *zp; in tnc_prev() local
646 zp = znode->parent; in tnc_prev()
647 if (!zp) in tnc_prev()
650 znode = zp; in tnc_prev()
717 * znode zp in resolve_collision()
1078 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1096 zp = znode->parent; in dirty_cow_bottom_up()
1097 if (!zp) in dirty_cow_bottom_up()
1102 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1104 znode = zp; in dirty_cow_bottom_up()
1112 zp = znode->parent; in dirty_cow_bottom_up()
1113 if (zp) { in dirty_cow_bottom_up()
1115 ubifs_assert(path[p - 1] < zp->child_cnt); in dirty_cow_bottom_up()
1116 zbr = &zp->zbranch[path[--p]]; in dirty_cow_bottom_up()
1960 struct ubifs_znode *zn, *zi, *zp; in tnc_insert() local
1968 zp = znode->parent; in tnc_insert()
1976 if (n == 0 && zp && znode->iip == 0) in tnc_insert()
1998 zn->parent = zp; in tnc_insert()
2085 if (zp) { in tnc_insert()
2098 znode = zp; in tnc_insert()
2376 struct ubifs_znode *zp; in tnc_delete() local
2410 zp = znode->parent; in tnc_delete()
2425 znode = zp; in tnc_delete()
2443 zp = znode; in tnc_delete()
2463 ubifs_assert(!ubifs_zn_obsolete(zp)); in tnc_delete()
2464 ubifs_assert(ubifs_zn_dirty(zp)); in tnc_delete()
2467 if (zp->cnext) { in tnc_delete()
2468 __set_bit(OBSOLETE_ZNODE, &zp->flags); in tnc_delete()
2472 kfree(zp); in tnc_delete()