Searched refs:newfnp (Results 1 – 2 of 2) sorted by relevance
164 struct fn *newfnp; in glob_glob() local186 newfnp = glob_to_reglob(nextfnp); in glob_glob()187 fn_list_addfn(ret, newfnp); in glob_glob()
1011 fnnode_t *newfnp, *mfnp; in auto_perform_actions() local1282 newfnp = vntofn(newvp); in auto_perform_actions()1283 newfnp->fn_parent = dfnp; in auto_perform_actions()1300 newfnp->fn_flags |= MF_TRIGGER; in auto_perform_actions()1301 rw_enter(&newfnp->fn_rwlock, RW_WRITER); in auto_perform_actions()1302 newfnp->fn_next = dfnp->fn_trigger; in auto_perform_actions()1303 rw_exit(&newfnp->fn_rwlock); in auto_perform_actions()1305 dfnp->fn_trigger = newfnp; in auto_perform_actions()1312 newfnp->fn_name, dfnp->fn_name)); in auto_perform_actions()1315 if (newfnp->fn_next != NULL) in auto_perform_actions()[all …]