Searched refs:ext4fs_root (Results 1 - 6 of 6) sorted by relevance

/u-boot/fs/ext4/
H A Dext4fs.c43 if ((node != &ext4fs_root->diropen) && (node != currroot))
194 status = ext4fs_find_file(dirname, &ext4fs_root->diropen, &dirnode,
199 ext4fs_free_node(dirnode, &ext4fs_root->diropen);
204 ext4fs_free_node(dirnode, &ext4fs_root->diropen);
217 return ext4fs_find_file1(filename, &ext4fs_root->diropen, &dirnode,
228 if (ext4fs_root == NULL || ext4fs_file == NULL)
267 if (ext4fs_root == NULL)
271 uuid_bin_to_str((unsigned char *)ext4fs_root->sblock.unique_id,
H A Dext4_journal.h115 extern struct ext2_data *ext4fs_root;
H A Dext4_write.c147 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group);
195 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group);
292 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group);
455 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group);
456 uint32_t inode_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group);
463 status = ext4fs_read_inode(ext4fs_root, inodeno, &inode);
606 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root);
622 le32_to_cpu(ext4fs_root->sblock.total_blocks)
623 - le32_to_cpu(ext4fs_root->sblock.first_data_block),
624 le32_to_cpu(ext4fs_root
[all...]
H A Dext4_common.c35 struct ext2_data *ext4fs_root; variable in typeref:struct:ext2_data
252 if (count > le32_to_cpu(ext4fs_root->sblock.inodes_per_group))
314 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root);
350 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root);
379 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group));
404 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group));
511 LOG2_BLOCK_SIZE(ext4fs_root);
645 LOG2_BLOCK_SIZE(ext4fs_root);
741 if (ext4fs_read_inode(ext4fs_root, inode_no, inode) == 0)
792 memcpy(parent_inode, ext4fs_root
[all...]
H A Dext4_journal.c344 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO,
421 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal);
568 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal);
619 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO,
652 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal);
/u-boot/include/
H A Dext4fs.h129 extern struct ext2_data *ext4fs_root;

Completed in 152 milliseconds