Home
last modified time | relevance | path

Searched refs:tn_parent (Results 1 – 11 of 11) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/tmpfs/
H A Dtmpfs_subr.c134 if (node->tn_spec.tn_dir.tn_parent == node) in tmpfs_init_vnode()
260 node->tn_spec.tn_dir.tn_parent = NULL; in tmpfs_newvnode()
342 KASSERT(node->tn_spec.tn_dir.tn_parent == NULL || in tmpfs_free_node()
522 KASSERT(node->tn_spec.tn_dir.tn_parent == NULL); in tmpfs_dir_attach()
523 node->tn_spec.tn_dir.tn_parent = dnode; in tmpfs_dir_attach()
568 KASSERT(node->tn_spec.tn_dir.tn_parent == dnode); in tmpfs_dir_detach()
569 node->tn_spec.tn_dir.tn_parent = NULL; in tmpfs_dir_detach()
777 dp->d_fileno = node->tn_spec.tn_dir.tn_parent->tn_id; in tmpfs_dir_getdotents()
H A Dtmpfs.h132 struct tmpfs_node * tn_parent; member
H A Dtmpfs_rename.c470 return (VP_TO_TMPFS_NODE(vp)->tn_spec.tn_dir.tn_parent == NULL); in tmpfs_rmdired_p()
515 dnode = VP_TO_TMPFS_NODE(vp)->tn_spec.tn_dir.tn_parent; in tmpfs_gro_genealogy()
H A Dtmpfs_vfsops.c205 root->tn_spec.tn_dir.tn_parent = root; in tmpfs_mount()
H A Dtmpfs_vnops.c202 pnode = dnode->tn_spec.tn_dir.tn_parent; in tmpfs_lookup()
854 KASSERT(node->tn_spec.tn_dir.tn_parent == dnode); in tmpfs_rmdir()
/dports/science/code_saturne/code_saturne-7.1.0/src/gui/
H A Dcs_gui.c1263 cs_tree_node_t *tn_parent = NULL; in _ensure_zones_order() local
1268 tn_parent = cs_tree_get_node(cs_glob_tree, in _ensure_zones_order()
1330 if (tn_parent->children != NULL) in _ensure_zones_order()
1331 tn_parent->children->prev = tn_tail; in _ensure_zones_order()
1332 tn_tail->next = tn_parent->children; in _ensure_zones_order()
1333 tn_parent->children = tn_head; in _ensure_zones_order()
1344 tn_parent = cs_tree_get_node(cs_glob_tree, in _ensure_zones_order()
1422 if (tn_parent->children != NULL) in _ensure_zones_order()
1423 tn_parent->children->prev = tn_tail; in _ensure_zones_order()
1424 tn_tail->next = tn_parent->children; in _ensure_zones_order()
[all …]
/dports/net/gsk/gsk-1.0.63/src/tests/
H A Dtest-rbtree-macros.c77 RBCTreeNode *tn_left, *tn_right, *tn_parent; member
87 tn_parent, tn_left, tn_right, COMPARE_TREE_NODES
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jffs2/
H A Dnodelist.h356 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) macro
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jffs2/
H A Dnodelist.h356 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jffs2/
H A Dnodelist.h356 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) macro
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_debug.c666 struct trace_node *tn_parent = parent->data; in dot_trace_discover_child() local
668 if (tn && tn_parent) { in dot_trace_discover_child()
670 RGraphNode *gn_parent = get_graphtrace_node (g, gnodes, tn_parent); in dot_trace_discover_child()