Searched refs:g_parent_inode (Results 1 – 3 of 3) sorted by relevance
859 g_parent_inode = zalloc(fs->inodesz); in ext4fs_write()860 if (!g_parent_inode) in ext4fs_write()871 if (ext4fs_iget(parent_inodeno, g_parent_inode)) in ext4fs_write()874 if (le32_to_cpu(g_parent_inode->flags) & EXT4_INDEX_FL) { in ext4fs_write()965 memcpy(temp_ptr + blkoff, g_parent_inode, fs->inodesz); in ext4fs_write()973 memcpy(temp_ptr + blkoff, g_parent_inode, fs->inodesz); in ext4fs_write()986 free(g_parent_inode); in ext4fs_write()988 g_parent_inode = NULL; in ext4fs_write()994 free(g_parent_inode); in ext4fs_write()996 g_parent_inode = NULL; in ext4fs_write()
45 struct ext2_inode *g_parent_inode; variable508 directory_blocks = le32_to_cpu(g_parent_inode->size) >> in ext4fs_update_parent_dentry()514 first_block_no_of_root = read_allocated_block(g_parent_inode, blk_idx); in ext4fs_update_parent_dentry()549 if (le32_to_cpu(g_parent_inode->flags) & in ext4fs_update_parent_dentry()564 g_parent_inode->b.blocks. in ext4fs_update_parent_dentry()568 new_size = le32_to_cpu(g_parent_inode->size); in ext4fs_update_parent_dentry()570 g_parent_inode->size = cpu_to_le32(new_size); in ext4fs_update_parent_dentry()572 new_blockcnt = le32_to_cpu(g_parent_inode->blockcnt); in ext4fs_update_parent_dentry()574 g_parent_inode->blockcnt = cpu_to_le32(new_blockcnt); in ext4fs_update_parent_dentry()942 directory_blocks = le32_to_cpu(g_parent_inode->size) >> in ext4fs_filename_unlink()[all …]
123 extern struct ext2_inode *g_parent_inode;