OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BFS_ROOT_INODE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/ews4800mips/stand/common/
fileread_bfs.c
102
if (inode->number !=
BFS_ROOT_INODE
)
123
inode = &inode[dirent->inode -
BFS_ROOT_INODE
];
diskutil.c
115
inode = &bfs->inode[file->inode -
BFS_ROOT_INODE
];
/src/sbin/newfs_sysvbfs/
newfs_sysvbfs.c
208
inode->number =
BFS_ROOT_INODE
;
226
dirent->inode =
BFS_ROOT_INODE
;
229
dirent->inode =
BFS_ROOT_INODE
;
/src/sys/fs/sysvbfs/
bfs.h
57
#define
BFS_ROOT_INODE
2
sysvbfs_vfsops.c
250
if ((error = VFS_VGET(mp,
BFS_ROOT_INODE
, lktype, &vp)) != 0)
346
if (ino ==
BFS_ROOT_INODE
) { /* BFS is flat filesystem */
bfs.c
194
if (inode->number ==
BFS_ROOT_INODE
)
603
for (i =
BFS_ROOT_INODE
; i < bfs->max_inode; i++, inode++) {
sysvbfs_vnops.c
660
dp->d_type = file->inode ==
BFS_ROOT_INODE
? DT_DIR : DT_REG;
Completed in 16 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025