Searched refs:V7FS_ROOT_INODE (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/fs/v7fs/ |
| D | v7fs_inode.c | 90 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()
|
| D | v7fs.h | 140 #define V7FS_ROOT_INODE 2 macro
|
| D | v7fs_vfsops.c | 333 if ((error = VFS_VGET(mp, V7FS_ROOT_INODE, lktype, &vp)) != 0) { in v7fs_root() 463 if (number == V7FS_ROOT_INODE) { in v7fs_loadvnode()
|
| D | v7fs_file_util.c | 315 } while (parent != V7FS_ROOT_INODE); in can_dirmove()
|
| /netbsd/src/sbin/fsck_v7fs/ |
| D | main.c | 230 if ((error = v7fs_inode_load(fs, &root_inode, V7FS_ROOT_INODE))) { in make_lost_and_found()
|
| D | pathname.c | 334 while (parent != V7FS_ROOT_INODE) { in filename()
|
| /netbsd/src/usr.sbin/makefs/v7fs/ |
| D | v7fs_populate.c | 282 if ((error = v7fs_inode_load(fs, &root_inode, V7FS_ROOT_INODE))) { in v7fs_populate()
|
| /netbsd/src/sbin/newfs_v7fs/ |
| D | main.c | 233 for (i = V7FS_MAX_FREEINODE - 1, j = V7FS_ROOT_INODE; i >= 0; i--, j++) in make_filesystem()
|