Searched refs:oldparent (Results 1 – 3 of 3) sorted by relevance
2192 struct tmpfs_directory_s *oldparent; in tmpfs_rename() local2265 oldparent = (struct tmpfs_directory_s *)(old_parent_vnode->data); in tmpfs_rename()2268 if (oldparent == NULL) in tmpfs_rename()2270 oldparent = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_rename()2271 if (oldparent == NULL || old_to == NULL) in tmpfs_rename()2278 tmpfs_lock_directory(oldparent); in tmpfs_rename()2280 oldparent->tdo_refs++; in tmpfs_rename()2357 ret = tmpfs_remove_dirent(oldparent, old_to); in tmpfs_rename()2369 if (oldparent == NULL) in tmpfs_rename()2375 if (oldparent->tdo_refs > 0) in tmpfs_rename()[all …]
5015 xmlRelaxNGGrammarPtr oldparent; in xmlRelaxNGParsePattern() local5022 oldparent = ctxt->parentgrammar; in xmlRelaxNGParsePattern()5028 ctxt->parentgrammar = oldparent; in xmlRelaxNGParsePattern()
5043 xmlRelaxNGGrammarPtr oldparent; in xmlRelaxNGParsePattern() local5050 oldparent = ctxt->parentgrammar; in xmlRelaxNGParsePattern()5056 ctxt->parentgrammar = oldparent; in xmlRelaxNGParsePattern()