Home
last modified time | relevance | path

Searched refs:tnode (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c120 struct tmpfs_node *tnode; in tmpfs_nresolve() local
137 tnode = de->td_node; 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()
1340 if (tnode->tn_size > 0) { in tmpfs_nrename()
1352 tnode->tn_type != VDIR); in tmpfs_nrename()
1447 tmpfs_unlock4(fdnode, tdnode, fnode, tnode); in tmpfs_nrename()
[all …]
/dragonfly/sys/netproto/smb/
H A Dsmb_conn.h264 struct tnode * vc_tnode; /* backing object */
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c3935 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()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtrans-mem.c4575 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()