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

  /external/u-boot/include/
ext_common.h 91 __le32 first_inode; member in struct:ext2_sblock
  /external/u-boot/fs/ext4/
ext4_common.c 762 struct ext2_inode *first_inode = NULL; local
791 first_inode = zalloc(sizeof(struct ext2_inode));
792 if (!first_inode)
795 memcpy(first_inode, parent_inode, sizeof(struct ext2_inode));
829 matched_inode_no = search_dir(first_inode, ptr[i]);
858 free(first_inode);
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 436 ext2_ino_t first_inode; member in struct:search_dir_struct
457 if ((dirent->inode < sd->first_inode) || (entry < DIRENT_OTHER_FILE) ||
490 sd.first_inode = EXT2_FIRST_INODE(fs->super);

Completed in 150 milliseconds