Home | History | Annotate | Download | only in tmpfs

Lines Matching refs:td_node

427 		KASSERT(wde != NULL && wde->td_node == TMPFS_NODE_WHITEOUT);
470 nde->td_node = NULL; /* for asserts */
482 KASSERT(de->td_node == NULL);
511 de->td_node = node;
556 tmpfs_node_t *node = de->td_node;
577 de->td_node = NULL;
637 KASSERT(de->td_node == node);
853 if (de->td_node == TMPFS_NODE_WHITEOUT) {
857 dent.d_fileno = de->td_node->tn_id;
858 dent.d_type = vtype2dt(de->td_node->tn_type);