Searched refs:BFS_ROOT_INODE (Results 1 – 7 of 7) sorted by relevance
208 inode->number = BFS_ROOT_INODE; in bfs_newfs()226 dirent->inode = BFS_ROOT_INODE; in bfs_newfs()229 dirent->inode = BFS_ROOT_INODE; in bfs_newfs()
102 if (inode->number != BFS_ROOT_INODE) in fileread()123 inode = &inode[dirent->inode - BFS_ROOT_INODE]; in fileread()
115 inode = &bfs->inode[file->inode - BFS_ROOT_INODE]; in bfs_ls()
250 if ((error = VFS_VGET(mp, BFS_ROOT_INODE, lktype, &vp)) != 0) in sysvbfs_root()346 if (ino == BFS_ROOT_INODE) { /* BFS is flat filesystem */ in sysvbfs_loadvnode()
57 #define BFS_ROOT_INODE 2 macro
194 if (inode->number == BFS_ROOT_INODE) in bfs_init_inode()603 for (i = BFS_ROOT_INODE; i < bfs->max_inode; i++, inode++) { in bfs_inode_alloc()
660 dp->d_type = file->inode == BFS_ROOT_INODE ? DT_DIR : DT_REG; in sysvbfs_readdir()