Searched refs:current_ino (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c299 int current_ino = MINIX_ROOT_INO; /* start at the root */ local
300 int updir_ino = current_ino; /* the parent of the current directory */
306 struct minix_inode * raw_inode; /* inode info for current_ino */
323 current_ino = inode to lookup
325 the directory known pointed to by current_ino (if any) */
334 printf ("inode %d, dirname %s\n", current_ino, dirname);
338 + (current_ino - 1) / MINIX_INODES_PER_BLOCK);
345 raw_inode = INODE + ((current_ino - 1) % MINIX_INODES_PER_BLOCK);
400 current_ino = MINIX_ROOT_INO;
401 updir_ino = current_ino;
[all...]
H A Dfsys_ext2fs.c548 int current_ino = EXT2_ROOT_INO; /* start at the root */ local
549 int updir_ino = current_ino; /* the parent of the current directory */
556 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */
574 current_ino = inode to lookup
576 the directory known pointed to by current_ino (if any)
582 printf ("inode %d\n", current_ino);
587 group_id = (current_ino - 1) / (SUPERBLOCK->s_inodes_per_group);
603 (((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group))
617 ((current_ino - 1) & (EXT2_INODES_PER_BLOCK (SUPERBLOCK) - 1)) *
704 current_ino
[all...]

Completed in 18 milliseconds