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

  /external/syslinux/com32/lib/syslinux/
initramfs_file.c 58 static uint32_t next_ino = 1; variable
86 "%08x%08x%08x%08x", next_ino++, S_IFDIR | 0755,
130 "%08x%08x%08x%08x", next_ino++, mode,
  /external/e2fsprogs/e2fsck/
super.c 234 ext2_ino_t ino, next_ino; local
279 next_ino = inode.i_dtime;
280 if (next_ino &&
281 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||
282 (next_ino > fs->super->s_inodes_count))) {
283 pctx.ino = next_ino;
300 ino = next_ino;

Completed in 1998 milliseconds