Home
last modified time | relevance | path

Searched refs:root_ino (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dgetcwd.c60 ino_t root_ino; in getcwd() local
101 root_ino = s.st_ino; in getcwd()
115 if (root_dev == dev && root_ino == ino) { in getcwd()
/titanic_41/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c59 static uint_t root_ino = 0; /* This is both a flag and a value */ variable
145 if (inode != root_ino) in opendir()
171 if (opendir(filep, inode = root_ino)) { in find()
469 if (root_ino != 0) { in boot_hsfs_mountroot()
532 root_ino = IDE_EXT_LBN(ISO_root_dir(bufp)); in boot_hsfs_mountroot()
537 printf("root_ino=%d\n", root_ino); in boot_hsfs_mountroot()
556 if (root_ino == 0) in boot_hsfs_unmountroot()
729 root_ino = 0; in boot_hsfs_closeall()
/titanic_41/usr/src/common/fs/
H A Dhsfs.c102 static uint_t root_ino = 0; variable
176 if (inode != root_ino) in opendir()
205 if (opendir(root_ino, filep)) in find()
454 root_ino = IDE_EXT_LBN(ISO_root_dir(bufp)); in bhsfs_mountroot()