Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c473 KASSERT(root->tn_id == 2, in tmpfs_mount()
474 ("tmpfs root with invalid ino: %ju", (uintmax_t)root->tn_id)); in tmpfs_mount()
609 if (node->tn_id == tfd.tfd_id && in tmpfs_fhtovp()
H A Dtmpfs_subr.c351 node->tn_id = 0; in tmpfs_node_init()
630 nnode->tn_id = alloc_unr64(&tmp->tm_ino_unr); in tmpfs_alloc_node()
1611 dent.d_fileno = node->tn_id; in tmpfs_dir_getdotdent()
1655 dent.d_fileno = parent->tn_id; in tmpfs_dir_getdotdotdent()
1749 d.d_fileno = de->td_node->tn_id; in tmpfs_dir_getdents()
H A Dtmpfs.h176 ino_t tn_id; /* (c) */ member
H A Dtmpfs_vnops.c460 sb->st_ino = node->tn_id; in tmpfs_stat()
514 vap->va_fileid = node->tn_id; in tmpfs_getattr()
1699 tfd.tfd_id = node->tn_id; in tmpfs_vptofh()