Home
last modified time | relevance | path

Searched refs:tn_id (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/tmpfs/
Dtmpfs_subr.c121 nnode->tn_id = ++tmp->tm_highest_inode; in tmpfs_alloc_node()
122 if (nnode->tn_id == 0) { in tmpfs_alloc_node()
257 if (node->tn_id == tmp->tm_highest_inode) in tmpfs_free_node()
717 dp->d_fileno = node->tn_id; in tmpfs_dir_getdotents()
722 dp->d_fileno = node->tn_spec.tn_dir.tn_parent->tn_id; in tmpfs_dir_getdotents()
791 dent.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()
Dtmpfs_vfsops.c291 if (node->tn_id != tfh.tf_id) { in tmpfs_fhtovp()
317 tfh.tf_id = node->tn_id; in tmpfs_vptofh()
Dtmpfs.h107 ino_t tn_id; member
Dtmpfs_vnops.c460 vap->va_fileid = node->tn_id; in tmpfs_getattr()