Home
last modified time | relevance | path

Searched refs:V7FS_ROOT_INODE (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/fs/v7fs/
Dv7fs_inode.c90 if (ino < V7FS_ROOT_INODE || ((size_t)ino >= V7FS_MAX_INODE(sb))) { in v7fs_inode_number_sanity()
92 V7FS_ROOT_INODE, V7FS_MAX_INODE(sb)); in v7fs_inode_number_sanity()
Dv7fs.h140 #define V7FS_ROOT_INODE 2 macro
Dv7fs_vfsops.c333 if ((error = VFS_VGET(mp, V7FS_ROOT_INODE, lktype, &vp)) != 0) { in v7fs_root()
463 if (number == V7FS_ROOT_INODE) { in v7fs_loadvnode()
Dv7fs_file_util.c315 } while (parent != V7FS_ROOT_INODE); in can_dirmove()
/netbsd/src/sbin/fsck_v7fs/
Dmain.c230 if ((error = v7fs_inode_load(fs, &root_inode, V7FS_ROOT_INODE))) { in make_lost_and_found()
Dpathname.c334 while (parent != V7FS_ROOT_INODE) { in filename()
/netbsd/src/usr.sbin/makefs/v7fs/
Dv7fs_populate.c282 if ((error = v7fs_inode_load(fs, &root_inode, V7FS_ROOT_INODE))) { in v7fs_populate()
/netbsd/src/sbin/newfs_v7fs/
Dmain.c233 for (i = V7FS_MAX_FREEINODE - 1, j = V7FS_ROOT_INODE; i >= 0; i--, j++) in make_filesystem()