Lines Matching refs:td_node
873 nde->td_node = node; in tmpfs_alloc_dirent()
901 node = de->td_node; in tmpfs_free_dirent()
1369 if (de != NULL && f != NULL && de->td_node != f) in tmpfs_dir_lookup()
1479 xde->td_node = NULL; in tmpfs_dir_attach()
1522 MPASS(xde->td_node == NULL); in tmpfs_dir_detach()
1544 de->td_node = NULL; in tmpfs_dir_destroy()
1548 dde->td_node = NULL; in tmpfs_dir_destroy()
1707 if (de->td_node == NULL) { in tmpfs_dir_getdents()
1711 d.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()
1712 switch (de->td_node->tn_type) { in tmpfs_dir_getdents()
1743 de->td_node, (int)de->td_node->tn_type); in tmpfs_dir_getdents()
1817 MPASS(de != NULL && de->td_node == NULL); in tmpfs_dir_whiteout_remove()
1840 KASSERT(de->td_node == NULL, ("%s: non-whiteout dirent %p", in tmpfs_dir_clear_whiteouts()