Lines Matching refs:zp
605 struct ubifs_znode *zp; in tnc_next() local
607 zp = znode->parent; in tnc_next()
608 if (!zp) in tnc_next()
611 znode = zp; in tnc_next()
649 struct ubifs_znode *zp; in tnc_prev() local
651 zp = znode->parent; in tnc_prev()
652 if (!zp) in tnc_prev()
655 znode = zp; in tnc_prev()
1083 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1101 zp = znode->parent; in dirty_cow_bottom_up()
1102 if (!zp) in dirty_cow_bottom_up()
1107 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1109 znode = zp; in dirty_cow_bottom_up()
1117 zp = znode->parent; in dirty_cow_bottom_up()
1118 if (zp) { in dirty_cow_bottom_up()
1120 ubifs_assert(path[p - 1] < zp->child_cnt); in dirty_cow_bottom_up()
1121 zbr = &zp->zbranch[path[--p]]; in dirty_cow_bottom_up()
1961 struct ubifs_znode *zn, *zi, *zp; in tnc_insert() local
1969 zp = znode->parent; in tnc_insert()
1977 if (n == 0 && zp && znode->iip == 0) in tnc_insert()
1999 zn->parent = zp; in tnc_insert()
2086 if (zp) { in tnc_insert()
2099 znode = zp; in tnc_insert()
2377 struct ubifs_znode *zp; in tnc_delete() local
2411 zp = znode->parent; in tnc_delete()
2426 znode = zp; in tnc_delete()
2444 zp = znode; in tnc_delete()
2464 ubifs_assert(!ubifs_zn_obsolete(zp)); in tnc_delete()
2465 ubifs_assert(ubifs_zn_dirty(zp)); in tnc_delete()
2468 if (zp->cnext) { in tnc_delete()
2469 __set_bit(OBSOLETE_ZNODE, &zp->flags); in tnc_delete()
2473 kfree(zp); in tnc_delete()