HomeSort by relevance Sort by last modified time
    Searched refs:current_ino (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
fsys_minix.c 299 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...]
fsys_ext2fs.c 500 int current_ino = EXT2_ROOT_INO; /* start at the root */ local
501 int updir_ino = current_ino; /* the parent of the current directory */
508 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */
526 current_ino = inode to lookup
528 the directory known pointed to by current_ino (if any)
534 printf ("inode %d\n", current_ino);
539 group_id = (current_ino - 1) / (SUPERBLOCK->s_inodes_per_group);
555 (((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group))
569 ((current_ino - 1)
656 current_ino = EXT2_ROOT_INO
    [all...]

Completed in 25 milliseconds