Searched refs:tn_parent (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_subr.c136 if (node->tn_spec.tn_dir.tn_parent == node)
266 node->tn_spec.tn_dir.tn_parent = NULL;
348 KASSERT(node->tn_spec.tn_dir.tn_parent == NULL ||
531 KASSERT(node->tn_spec.tn_dir.tn_parent == NULL);
532 node->tn_spec.tn_dir.tn_parent = dnode;
570 KASSERT(node->tn_spec.tn_dir.tn_parent == dnode);
571 node->tn_spec.tn_dir.tn_parent = NULL;
778 dp->d_fileno = node->tn_spec.tn_dir.tn_parent->tn_id;
H A Dtmpfs.h134 struct tmpfs_node * tn_parent; member in struct:tmpfs_node::__anon1::__anon3
H A Dtmpfs_rename.c462 return (VP_TO_TMPFS_NODE(vp)->tn_spec.tn_dir.tn_parent == NULL);
507 dnode = VP_TO_TMPFS_NODE(vp)->tn_spec.tn_dir.tn_parent;
H A Dtmpfs_vfsops.c223 root->tn_spec.tn_dir.tn_parent = root;
H A Dtmpfs_vnops.c204 pnode = dnode->tn_spec.tn_dir.tn_parent;
892 KASSERT(node->tn_spec.tn_dir.tn_parent == dnode);

Completed in 96 milliseconds