Searched refs:zn (Results 1 – 3 of 3) sorted by relevance
34 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next() local82 zn = ubifs_tnc_find_child(znode->parent, iip + 1); in ubifs_tnc_levelorder_next()83 if (!zn) { in ubifs_tnc_levelorder_next()90 while (zn->level != level) { in ubifs_tnc_levelorder_next()91 znode = zn; in ubifs_tnc_levelorder_next()92 zn = ubifs_tnc_find_child(zn, 0); in ubifs_tnc_levelorder_next()93 if (!zn) { in ubifs_tnc_levelorder_next()103 if (zn) { in ubifs_tnc_levelorder_next()104 ubifs_assert(c, zn->level >= 0); in ubifs_tnc_levelorder_next()105 return zn; in ubifs_tnc_levelorder_next()[all …]
199 struct ubifs_znode *zn; in copy_znode() local201 zn = kmemdup(znode, c->max_znode_sz, GFP_NOFS); in copy_znode()202 if (unlikely(!zn)) in copy_znode()205 zn->cnext = NULL; in copy_znode()206 __set_bit(DIRTY_ZNODE, &zn->flags); in copy_znode()207 __clear_bit(COW_ZNODE, &zn->flags); in copy_znode()209 return zn; in copy_znode()273 struct ubifs_znode *zn; in dirty_cow_znode() local289 zn = copy_znode(c, znode); in dirty_cow_znode()290 if (IS_ERR(zn)) in dirty_cow_znode()[all …]
1827 struct ubifs_znode **zn, int *n);