Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4fs.c40 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node()
174 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()
H A Dext4_write.c144 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_single_indirect_block()
192 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_double_indirect_block()
289 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_triple_indirect_block()
452 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in ext4fs_delete_file()
453 uint32_t inode_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_delete_file()
460 status = ext4fs_read_inode(ext4fs_root, inodeno, &inode); in ext4fs_delete_file()
594 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_init()
610 le32_to_cpu(ext4fs_root->sblock.total_blocks) in ext4fs_init()
611 - le32_to_cpu(ext4fs_root->sblock.first_data_block), in ext4fs_init()
612 le32_to_cpu(ext4fs_root->sblock.blocks_per_group)); in ext4fs_init()
[all …]
H A Dext4_common.c34 struct ext2_data *ext4fs_root; variable
251 if (count > le32_to_cpu(ext4fs_root->sblock.inodes_per_group)) in _get_new_inode_no()
313 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()
349 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()
378 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_set_inode_bmap()
403 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_reset_inode_bmap()
510 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_update_parent_dentry()
643 LOG2_BLOCK_SIZE(ext4fs_root); in search_dir()
739 if (ext4fs_read_inode(ext4fs_root, inode_no, inode) == 0) in ext4fs_iget()
795 memcpy(parent_inode, ext4fs_root->inode, sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num()
[all …]
H A 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()
H A Dext4_journal.h113 extern struct ext2_data *ext4fs_root;
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h119 extern struct ext2_data *ext4fs_root;
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map