Searched refs:tnode (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs_vnops.c | 120 struct tmpfs_node *tnode; in tmpfs_nresolve() local 137 tnode = de->td_node; in tmpfs_nresolve() 138 error = tmpfs_alloc_vp(dvp->v_mount, dnode, tnode, in tmpfs_nresolve() 1265 struct tmpfs_node *tnode; in tmpfs_nrename() local 1279 tnode = VP_TO_TMPFS_NODE(tvp); in tmpfs_nrename() 1282 tnode = NULL; in tmpfs_nrename() 1305 tmpfs_lock4(fdnode, tdnode, fnode, tnode); in tmpfs_nrename() 1331 KKASSERT(tnode != NULL); in tmpfs_nrename() 1333 if ((tnode->tn_flags & (NOUNLINK | IMMUTABLE | APPEND)) || in tmpfs_nrename() 1339 if (fnode->tn_type == VDIR && tnode->tn_type == VDIR) { in tmpfs_nrename() [all …]
|
/dflybsd-src/sys/netproto/smb/ |
H A D | smb_conn.h | 264 struct tnode * vc_tnode; /* backing object */
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | trans-mem.c | 3935 struct cgraph_node *tnode; in ipa_tm_decrement_clone_counts() local 3942 tnode = cgraph_get_node (fndecl); in ipa_tm_decrement_clone_counts() 3943 d = get_cg_data (&tnode, true); in ipa_tm_decrement_clone_counts() 4577 struct cgraph_node *tnode = e->callee; in ipa_tm_transform_calls_redirect() local 4579 d = get_cg_data (&tnode, true); in ipa_tm_transform_calls_redirect()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | trans-mem.c | 4575 struct cgraph_node *tnode; in ipa_tm_decrement_clone_counts() local 4582 tnode = cgraph_node::get (fndecl); in ipa_tm_decrement_clone_counts() 4583 d = get_cg_data (&tnode, true); in ipa_tm_decrement_clone_counts() 5231 struct cgraph_node *tnode = e->callee; in ipa_tm_transform_calls_redirect() local 5233 d = get_cg_data (&tnode, true); in ipa_tm_transform_calls_redirect()
|