Home
last modified time | relevance | path

Searched refs:g_parent_inode (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/ext4/
H A Dext4_write.c859 g_parent_inode = zalloc(fs->inodesz); in ext4fs_write()
860 if (!g_parent_inode) in ext4fs_write()
877 if (ext4fs_iget(parent_inodeno, g_parent_inode)) in ext4fs_write()
880 if (le32_to_cpu(g_parent_inode->flags) & EXT4_INDEX_FL) { in ext4fs_write()
971 memcpy(temp_ptr + blkoff, g_parent_inode, fs->inodesz); in ext4fs_write()
979 memcpy(temp_ptr + blkoff, g_parent_inode, fs->inodesz); in ext4fs_write()
992 free(g_parent_inode); in ext4fs_write()
994 g_parent_inode = NULL; in ext4fs_write()
1000 free(g_parent_inode); in ext4fs_write()
1002 g_parent_inode = NULL; in ext4fs_write()
H A Dext4_common.c44 struct ext2_inode *g_parent_inode; variable
507 directory_blocks = le32_to_cpu(g_parent_inode->size) >> in ext4fs_update_parent_dentry()
513 first_block_no_of_root = read_allocated_block(g_parent_inode, blk_idx); in ext4fs_update_parent_dentry()
548 if (le32_to_cpu(g_parent_inode->flags) & in ext4fs_update_parent_dentry()
563 g_parent_inode->b.blocks. in ext4fs_update_parent_dentry()
567 new_size = le32_to_cpu(g_parent_inode->size); in ext4fs_update_parent_dentry()
569 g_parent_inode->size = cpu_to_le32(new_size); in ext4fs_update_parent_dentry()
571 new_blockcnt = le32_to_cpu(g_parent_inode->blockcnt); in ext4fs_update_parent_dentry()
573 g_parent_inode->blockcnt = cpu_to_le32(new_blockcnt); in ext4fs_update_parent_dentry()
941 directory_blocks = le32_to_cpu(g_parent_inode->size) >> in ext4fs_filename_unlink()
[all …]
/openbmc/u-boot/include/
H A Dext4fs.h124 extern struct ext2_inode *g_parent_inode;