Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/tmpfs/
H A Dtmpfs_vnops.c123 if (de != NULL && de->td_node == NULL) in tmpfs_lookup1()
125 if (de == NULL || de->td_node == NULL) { in tmpfs_lookup1()
159 tnode = de->td_node; in tmpfs_lookup1()
907 error = tmpfs_alloc_vp(mp, de->td_node, in tmpfs_rename_relock()
1039 MPASS(de->td_node == fnode); in tmpfs_rename()
1099 if (de->td_node->tn_type == VDIR) { in tmpfs_rename()
1151 TMPFS_NODE_LOCK(de->td_node); in tmpfs_rename()
1152 de->td_node->tn_dir.tn_parent = tdnode; in tmpfs_rename()
1153 TMPFS_NODE_UNLOCK(de->td_node); in tmpfs_rename()
1681 return (de->td_node == NULL ? 0 : EEXIST); in tmpfs_whiteout()
[all …]
H A Dtmpfs_subr.c756 nde->td_node = node; in tmpfs_alloc_dirent()
784 node = de->td_node; in tmpfs_free_dirent()
1364 xde->td_node = NULL; in tmpfs_dir_attach()
1407 MPASS(xde->td_node == NULL); in tmpfs_dir_detach()
1429 de->td_node = NULL; in tmpfs_dir_destroy()
1433 dde->td_node = NULL; in tmpfs_dir_destroy()
1592 if (de->td_node == NULL) { in tmpfs_dir_getdents()
1596 d.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()
1597 switch (de->td_node->tn_type) { in tmpfs_dir_getdents()
1628 de->td_node, (int)de->td_node->tn_type); in tmpfs_dir_getdents()
[all …]
H A Dtmpfs.h83 struct tmpfs_node * td_node; member