Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4fs.c39 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node()
173 status = ext4fs_find_file(dirname, &ext4fs_root->diropen, &dirnode, in ext4fs_ls()
178 ext4fs_free_node(dirnode, &ext4fs_root->diropen); in ext4fs_ls()
183 ext4fs_free_node(dirnode, &ext4fs_root->diropen); in ext4fs_ls()
204 if (ext4fs_root == NULL || ext4fs_file == NULL) in ext4fs_read()
243 if (ext4fs_root == NULL) in ext4fs_uuid()
247 uuid_bin_to_str((unsigned char *)ext4fs_root->sblock.unique_id, in ext4fs_uuid()
Dext4_write.c143 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_single_indirect_block()
191 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_double_indirect_block()
288 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_triple_indirect_block()
451 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in ext4fs_delete_file()
452 uint32_t inode_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_delete_file()
459 status = ext4fs_read_inode(ext4fs_root, inodeno, &inode); in ext4fs_delete_file()
593 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_init()
609 le32_to_cpu(ext4fs_root->sblock.total_blocks) in ext4fs_init()
610 - le32_to_cpu(ext4fs_root->sblock.first_data_block), in ext4fs_init()
611 le32_to_cpu(ext4fs_root->sblock.blocks_per_group)); in ext4fs_init()
[all …]
Dext4_common.c33 struct ext2_data *ext4fs_root; variable
250 if (count > le32_to_cpu(ext4fs_root->sblock.inodes_per_group)) in _get_new_inode_no()
312 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()
348 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()
377 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_set_inode_bmap()
402 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_reset_inode_bmap()
509 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_update_parent_dentry()
642 LOG2_BLOCK_SIZE(ext4fs_root); in search_dir()
738 if (ext4fs_read_inode(ext4fs_root, inode_no, inode) == 0) in ext4fs_iget()
794 memcpy(parent_inode, ext4fs_root->inode, sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num()
[all …]
Dext4_journal.c347 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, in recover_transaction()
421 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in ext4fs_check_journal_state()
567 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in update_descriptor_block()
618 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, in update_commit_block()
647 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in ext4fs_update_journal()
Dext4_journal.h113 extern struct ext2_data *ext4fs_root;
/external/u-boot/include/
Dext4fs.h119 extern struct ext2_data *ext4fs_root;