Lines Matching refs:found
141 struct tmpnode **found)
166 if (found)
167 *found = tnp;
185 * to the found tmpnode with its vnode held.
244 struct tmpnode *found = NULL;
327 * Search for the entry. Return "found" if it exists.
329 tdp = tmpfs_hash_lookup(name, dir, 1, &found);
332 ASSERT(found);
337 *tpp = found;
340 tmpnode_rele(found);
346 dir, name, found, tdp, cred);
348 if (found != NULL) {
349 vnevent_rename_dest(TNTOV(found),
354 tmpnode_rele(found);
362 tmpnode_rele(found);