Home
last modified time | relevance | path

Searched refs:BFS_ROOT_INODE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sbin/newfs_sysvbfs/
H A Dnewfs_sysvbfs.c208 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()
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dfileread_bfs.c102 if (inode->number != BFS_ROOT_INODE) in fileread()
123 inode = &inode[dirent->inode - BFS_ROOT_INODE]; in fileread()
H A Ddiskutil.c115 inode = &bfs->inode[file->inode - BFS_ROOT_INODE]; in bfs_ls()
/netbsd-src/sys/fs/sysvbfs/
H A Dsysvbfs_vfsops.c250 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()
H A Dbfs.h57 #define BFS_ROOT_INODE 2 macro
H A Dbfs.c194 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()
H A Dsysvbfs_vnops.c660 dp->d_type = file->inode == BFS_ROOT_INODE ? DT_DIR : DT_REG; in sysvbfs_readdir()