Searched refs:td_node (Results 1 – 4 of 4) sorted by relevance
236 tnode = de->td_node; in tmpfs_lookup()726 KASSERT(de && de->td_node == node); in tmpfs_remove()885 KASSERT(de && de->td_node == node); in tmpfs_rmdir()1460 KASSERT(fde->td_node != NULL); in tmpfs_sane_rename()1461 KASSERT(fde->td_node->tn_vnode == fvp); in tmpfs_sane_rename()1462 KASSERT(fde->td_node->tn_type == fvp->v_type); in tmpfs_sane_rename()1464 KASSERT((tde == NULL) || (tde->td_node != NULL)); in tmpfs_sane_rename()1465 KASSERT((tde == NULL) || (tde->td_node->tn_vnode == tvp)); in tmpfs_sane_rename()1466 KASSERT((tde == NULL) || (tde->td_node->tn_type == tvp->v_type)); in tmpfs_sane_rename()1478 if (fde->td_node->tn_type == VDIR) { in tmpfs_sane_rename()[all …]
464 KASSERT(de->td_node == NULL); in tmpfs_free_dirent()493 de->td_node = node; in tmpfs_dir_attach()532 tmpfs_node_t *node = de->td_node; in tmpfs_dir_detach()539 de->td_node = NULL; in tmpfs_dir_detach()620 KASSERT(de->td_node == node); in tmpfs_dir_cached()791 dent.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()792 switch (de->td_node->tn_type) { in tmpfs_dir_getdents()
60 struct tmpfs_node * td_node; member
237 cnode = de->td_node; in tmpfs_unmount()