Lines Matching refs:td_node
410 nde->td_node = node; in tmpfs_alloc_dirent()
438 node = de->td_node; in tmpfs_free_dirent()
878 if (de != NULL && f != NULL && de->td_node != f) in tmpfs_dir_lookup()
988 xde->td_node = NULL; in tmpfs_dir_attach()
1031 MPASS(xde->td_node == NULL); in tmpfs_dir_detach()
1053 de->td_node = NULL; in tmpfs_dir_destroy()
1057 dde->td_node = NULL; in tmpfs_dir_destroy()
1209 if (de->td_node == NULL) { in tmpfs_dir_getdents()
1213 d.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()
1214 switch (de->td_node->tn_type) { in tmpfs_dir_getdents()
1245 de->td_node, (int)de->td_node->tn_type); in tmpfs_dir_getdents()
1307 MPASS(de != NULL && de->td_node == NULL); in tmpfs_dir_whiteout_remove()