Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/fstat/
Dtmpfs.c65 fsp->fileid = tn.tn_id; in tmpfs_filestat()
/netbsd/src/sys/fs/tmpfs/
Dtmpfs_vfsops.c344 if (node->tn_id == tfh.tf_id) { in tmpfs_fhtovp()
393 tfh.tf_id = node->tn_id; in tmpfs_vptofh()
Dtmpfs_subr.c219 node->tn_id = (ino_t)((uintptr_t)node / sizeof(*node)); in tmpfs_newvnode()
773 dp->d_fileno = node->tn_id; in tmpfs_dir_getdotents()
778 dp->d_fileno = node->tn_spec.tn_dir.tn_parent->tn_id; in tmpfs_dir_getdotents()
857 dent.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()
Dtmpfs.h103 ino_t tn_id; member
Dtmpfs_vnops.c439 vap->va_fileid = node->tn_id; in tmpfs_getattr()