Lines Matching refs:ext4fs_root
32 struct ext2_data *ext4fs_root; variable
249 if (count > le32_to_cpu(ext4fs_root->sblock.inodes_per_group)) in _get_new_inode_no()
311 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()
347 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()
376 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_set_inode_bmap()
401 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_reset_inode_bmap()
508 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_update_parent_dentry()
642 LOG2_BLOCK_SIZE(ext4fs_root); in search_dir()
738 if (ext4fs_read_inode(ext4fs_root, inode_no, inode) == 0) in ext4fs_iget()
794 memcpy(parent_inode, ext4fs_root->inode, sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num()
943 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_filename_unlink()
965 unsigned int blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in ext4fs_get_new_blk_no()
1093 unsigned int inodes_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_get_new_inode_no()
1654 blksz = EXT2_BLOCK_SIZE(ext4fs_root); in read_allocated_block()
1655 log2_blksz = LOG2_BLOCK_SIZE(ext4fs_root) in read_allocated_block()
1672 ext4fs_get_extent_block(ext4fs_root, c, in read_allocated_block()
2030 if ((ext4fs_file != NULL) && (ext4fs_root != NULL)) { in ext4fs_close()
2031 ext4fs_free_node(ext4fs_file, &ext4fs_root->diropen); in ext4fs_close()
2034 if (ext4fs_root != NULL) { in ext4fs_close()
2035 free(ext4fs_root); in ext4fs_close()
2036 ext4fs_root = NULL; in ext4fs_close()
2281 oldnode = &ext4fs_root->diropen; in ext4fs_find_file1()
2338 if (ext4fs_root == NULL) in ext4fs_open()
2342 status = ext4fs_find_file(filename, &ext4fs_root->diropen, &fdiro, in ext4fs_open()
2358 ext4fs_free_node(fdiro, &ext4fs_root->diropen); in ext4fs_open()
2411 ext4fs_root = data; in ext4fs_mount()
2418 ext4fs_root = NULL; in ext4fs_mount()