Searched refs:ext4fs_root (Results 1 – 6 of 6) sorted by relevance
| /u-boot/fs/ext4/ |
| A D | ext4fs.c | 43 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node() 194 status = ext4fs_find_file(dirname, &ext4fs_root->diropen, &dirnode, in ext4fs_ls() 199 ext4fs_free_node(dirnode, &ext4fs_root->diropen); in ext4fs_ls() 204 ext4fs_free_node(dirnode, &ext4fs_root->diropen); in ext4fs_ls() 225 if (ext4fs_root == NULL || ext4fs_file == NULL) in ext4fs_read() 264 if (ext4fs_root == NULL) in ext4fs_uuid() 268 uuid_bin_to_str((unsigned char *)ext4fs_root->sblock.unique_id, in ext4fs_uuid()
|
| A D | ext4_write.c | 147 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_single_indirect_block() 195 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_double_indirect_block() 292 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_triple_indirect_block() 463 status = ext4fs_read_inode(ext4fs_root, inodeno, &inode); in ext4fs_delete_file() 606 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_init() 622 le32_to_cpu(ext4fs_root->sblock.total_blocks) in ext4fs_init() 623 - le32_to_cpu(ext4fs_root->sblock.first_data_block), in ext4fs_init() 624 le32_to_cpu(ext4fs_root->sblock.blocks_per_group)); in ext4fs_init() 708 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, in ext4fs_deinit() 775 int log2_fs_blocksize = LOG2_BLOCK_SIZE(ext4fs_root) - log2blksz; in ext4fs_write_file() [all …]
|
| A D | ext4_common.c | 35 struct ext2_data *ext4fs_root; variable 511 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_update_parent_dentry() 645 LOG2_BLOCK_SIZE(ext4fs_root); in search_dir() 951 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_filename_unlink() 2042 if (ext4fs_root != NULL) { in ext4fs_close() 2043 free(ext4fs_root); in ext4fs_close() 2044 ext4fs_root = NULL; in ext4fs_close() 2289 oldnode = &ext4fs_root->diropen; in ext4fs_find_file1() 2346 if (ext4fs_root == NULL) in ext4fs_open() 2423 ext4fs_root = data; in ext4fs_mount() [all …]
|
| A D | ext4_journal.h | 115 extern struct ext2_data *ext4fs_root;
|
| A D | ext4_journal.c | 344 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() 568 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in update_descriptor_block() 619 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, in update_commit_block() 652 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in ext4fs_update_journal()
|
| /u-boot/include/ |
| A D | ext4fs.h | 128 extern struct ext2_data *ext4fs_root;
|
Completed in 16 milliseconds