OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V7FS_ROOT_INODE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/fs/v7fs/
v7fs.h
140
#define
V7FS_ROOT_INODE
2
v7fs_inode.c
90
if (ino <
V7FS_ROOT_INODE
|| ((size_t)ino >= V7FS_MAX_INODE(sb))) {
92
V7FS_ROOT_INODE
, V7FS_MAX_INODE(sb));
v7fs_vfsops.c
333
if ((error = VFS_VGET(mp,
V7FS_ROOT_INODE
, lktype, &vp)) != 0) {
463
if (number ==
V7FS_ROOT_INODE
) {
v7fs_file_util.c
315
} while (parent !=
V7FS_ROOT_INODE
);
/src/sbin/fsck_v7fs/
main.c
230
if ((error = v7fs_inode_load(fs, &root_inode,
V7FS_ROOT_INODE
))) {
pathname.c
334
while (parent !=
V7FS_ROOT_INODE
) {
/src/sbin/newfs_v7fs/
main.c
233
for (i = V7FS_MAX_FREEINODE - 1, j =
V7FS_ROOT_INODE
; i >= 0; i--, j++)
/src/usr.sbin/makefs/v7fs/
v7fs_populate.c
282
if ((error = v7fs_inode_load(fs, &root_inode,
V7FS_ROOT_INODE
))) {
Completed in 16 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025