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

/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c451 KASSERT(root->tn_id == 2,
452 ("tmpfs root with invalid ino: %ju", (uintmax_t)root->tn_id));
585 if (node->tn_id == tfd.tfd_id &&
H A Dtmpfs.h169 ino_t tn_id; /* (c) */ member in struct:tmpfs_node
H A Dtmpfs_subr.c109 node->tn_id = 0;
301 nnode->tn_id = alloc_unr64(&tmp->tm_ino_unr);
1190 dent.d_fileno = node->tn_id;
1235 dent.d_fileno = parent->tn_id;
1331 d.d_fileno = de->td_node->tn_id;
H A Dtmpfs_vnops.c397 vap->va_fileid = node->tn_id;
1457 tfd.tfd_id = node->tn_id;

Completed in 128 milliseconds