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

/freebsd-10.2-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c115 node->tn_id = 0;
253 KASSERT(root->tn_id == 2,
254 ("tmpfs root with invalid ino: %ju", (uintmax_t)root->tn_id));
371 if (node->tn_id == tfhp->tf_id &&
H A Dtmpfs.h160 ino_t tn_id; member in struct:tmpfs_node
H A Dtmpfs_subr.c212 nnode->tn_id = alloc_unr(tmp->tm_ino_unr);
343 free_unr(tmp->tm_ino_unr, node->tn_id);
1080 dent.d_fileno = node->tn_id;
1122 dent.d_fileno = node->tn_dir.tn_parent->tn_id;
1212 d.d_fileno = de->td_node->tn_id;
H A Dtmpfs_vnops.c358 vap->va_fileid = node->tn_id;
1356 tfhp->tf_id = node->tn_id;

Completed in 98 milliseconds