Lines Matching refs:g_parent_inode
46 struct ext2_inode *g_parent_inode; variable
509 directory_blocks = le32_to_cpu(g_parent_inode->size) >> in ext4fs_update_parent_dentry()
515 first_block_no_of_root = read_allocated_block(g_parent_inode, blk_idx); in ext4fs_update_parent_dentry()
550 if (le32_to_cpu(g_parent_inode->flags) & in ext4fs_update_parent_dentry()
565 g_parent_inode->b.blocks. in ext4fs_update_parent_dentry()
569 new_size = le32_to_cpu(g_parent_inode->size); in ext4fs_update_parent_dentry()
571 g_parent_inode->size = cpu_to_le32(new_size); in ext4fs_update_parent_dentry()
573 new_blockcnt = le32_to_cpu(g_parent_inode->blockcnt); in ext4fs_update_parent_dentry()
575 g_parent_inode->blockcnt = cpu_to_le32(new_blockcnt); in ext4fs_update_parent_dentry()
943 directory_blocks = le32_to_cpu(g_parent_inode->size) >> in ext4fs_filename_unlink()
948 blknr = read_allocated_block(g_parent_inode, blk_idx); in ext4fs_filename_unlink()