Home | History | Annotate | Download | only in libperfuse

Lines Matching refs:targ

271 sticky_access(puffs_cookie_t opc, struct puffs_node *targ,
293 owner = puffs_pn_getvap(targ)->va_uid == uid;
2102 puffs_cookie_t targ, const struct puffs_cn *pcn)
2115 (PERFUSE_NODE_DATA(targ)->pnd_flags & PND_REMOVED))
2119 if (targ == NULL)
2120 DERRX(EX_SOFTWARE, "%s: targ is NULL", __func__);
2124 __func__, (void *)opc, (void *)targ, pcn->pcn_name);
2127 node_ref(targ);
2134 while (PERFUSE_NODE_DATA(targ)->pnd_inxchg)
2135 requeue_request(pu, targ, PCQ_AFTERXCHG);
2149 perfuse_cache_flush(targ);
2150 PERFUSE_NODE_DATA(targ)->pnd_flags |= PND_REMOVED;
2152 if (!(PERFUSE_NODE_DATA(targ)->pnd_flags & PND_OPEN))
2163 __func__, PERFUSE_NODE_DATA(targ)->pnd_nodeid,
2171 node_rele(targ);
2177 puffs_cookie_t targ, const struct puffs_cn *pcn)
2191 node_ref(targ);
2193 pn = (struct puffs_node *)targ;
2210 node_rele(targ);
2217 puffs_cookie_t targ_dir, puffs_cookie_t targ,
2245 if ((struct puffs_node *)targ != NULL) {
2246 node_ref(targ);
2247 while (PERFUSE_NODE_DATA(targ)->pnd_inxchg)
2248 requeue_request(pu, targ, PCQ_AFTERXCHG);
2290 if ((struct puffs_node *)targ != NULL) {
2291 perfuse_cache_flush(targ);
2292 PERFUSE_NODE_DATA(targ)->pnd_flags |= PND_REMOVED;
2312 if ((struct puffs_node *)targ != NULL)
2313 node_rele(targ);
2353 puffs_cookie_t targ, const struct puffs_cn *pcn)
2366 (PERFUSE_NODE_DATA(targ)->pnd_flags & PND_REMOVED))
2372 if (PERFUSE_NODE_DATA(targ)->pnd_nodeid == pnd->pnd_parent_nodeid)
2376 node_ref(targ);
2383 while (PERFUSE_NODE_DATA(targ)->pnd_inxchg)
2384 requeue_request(pu, targ, PCQ_AFTERXCHG);
2397 perfuse_cache_flush(targ);
2398 PERFUSE_NODE_DATA(targ)->pnd_flags |= PND_REMOVED;
2400 if (!(PERFUSE_NODE_DATA(targ)->pnd_flags & PND_OPEN))
2411 __func__, PERFUSE_NODE_DATA(targ)->pnd_nodeid,
2412 perfuse_node_path(ps, targ));
2419 node_rele(targ);