Home
last modified time | relevance | path

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

/openbsd-src/sys/tmpfs/
H A Dtmpfs_vnops.c236 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 in tmpfs_sane_rename()
[all...]
H A Dtmpfs_subr.c464 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()
H A Dtmpfs.h60 struct tmpfs_node * td_node; member
H A Dtmpfs_vfsops.c237 cnode = de->td_node; in tmpfs_unmount()