Home
last modified time | relevance | path

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

/NextBSD/sys/fs/tmpfs/
HDtmpfs_vnops.c117 if (de != NULL && de->td_node == NULL) in tmpfs_lookup()
119 if (de == NULL || de->td_node == NULL) { in tmpfs_lookup()
147 tnode = de->td_node; in tmpfs_lookup()
670 error = tmpfs_alloc_vp(mp, de->td_node, LK_EXCLUSIVE | LK_NOWAIT, &nvp); in tmpfs_rename_relock()
676 error = tmpfs_alloc_vp(mp, de->td_node, LK_EXCLUSIVE, &nvp); in tmpfs_rename_relock()
712 error = tmpfs_alloc_vp(mp, de->td_node, in tmpfs_rename_relock()
722 error = tmpfs_alloc_vp(mp, de->td_node, LK_EXCLUSIVE, in tmpfs_rename_relock()
838 MPASS(de->td_node == fnode); in tmpfs_rename()
890 if (de->td_node->tn_type == VDIR) { in tmpfs_rename()
938 TMPFS_NODE_LOCK(de->td_node); in tmpfs_rename()
[all …]
HDtmpfs_subr.c410 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()
[all …]
HDtmpfs.h85 struct tmpfs_node * td_node; member