Searched refs:first_inode (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dext_common.h110 __le32 first_inode; member in struct:ext2_sblock
/u-boot/fs/ext4/
H A Dext4_common.c765 struct ext2_inode *first_inode = NULL; local
789 first_inode = zalloc(sizeof(struct ext2_inode));
790 if (!first_inode)
793 memcpy(first_inode, parent_inode, sizeof(struct ext2_inode));
827 matched_inode_no = search_dir(first_inode, ptr[i]);
860 if (first_inode)
861 free(first_inode);
/u-boot/test/image/
H A Dspl_load_fs.c95 sblock->first_inode = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO);

Completed in 53 milliseconds