Home
last modified time | relevance | path

Searched refs:TARFS_ROOTINO (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/tarfs/
H A Dtarfs.h197 #define TARFS_ROOTINO ((ino_t)3) macro
H A Dtarfs_vfsops.c1106 error = VFS_VGET(mp, TARFS_ROOTINO, LK_EXCLUSIVE, &nvp); in tarfs_root()
1218 if (tfp->ino < TARFS_ROOTINO || tfp->ino > INT_MAX) in tarfs_fhtovp()
H A Dtarfs_subr.c207 tnp->ino = TARFS_ROOTINO; in tarfs_alloc_node()