Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c100 static uint_t root_ino = 0; variable
174 if (inode != root_ino) in opendir()
204 if (opendir(root_ino, filep)) in find()
453 root_ino = IDE_EXT_LBN(ISO_root_dir(bufp)); in bhsfs_mountroot()