Lines Matching refs:td_node
870 nde->td_node = node; in tmpfs_alloc_dirent()
898 node = de->td_node; in tmpfs_free_dirent()
1366 if (de != NULL && f != NULL && de->td_node != f) in tmpfs_dir_lookup()
1476 xde->td_node = NULL; in tmpfs_dir_attach()
1519 MPASS(xde->td_node == NULL); in tmpfs_dir_detach()
1541 de->td_node = NULL; in tmpfs_dir_destroy()
1545 dde->td_node = NULL; in tmpfs_dir_destroy()
1704 if (de->td_node == NULL) { in tmpfs_dir_getdents()
1708 d.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()
1709 switch (de->td_node->tn_type) { in tmpfs_dir_getdents()
1740 de->td_node, (int)de->td_node->tn_type); in tmpfs_dir_getdents()
1809 MPASS(de != NULL && de->td_node == NULL); in tmpfs_dir_whiteout_remove()