Lines Matching refs:ext4fs_root

34 struct ext2_data *ext4fs_root;  variable
251 if (count > le32_to_cpu(ext4fs_root->sblock.inodes_per_group)) in _get_new_inode_no()
313 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()
349 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()
378 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_set_inode_bmap()
403 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_reset_inode_bmap()
510 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_update_parent_dentry()
643 LOG2_BLOCK_SIZE(ext4fs_root); in search_dir()
739 if (ext4fs_read_inode(ext4fs_root, inode_no, inode) == 0) in ext4fs_iget()
795 memcpy(parent_inode, ext4fs_root->inode, sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num()
944 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_filename_unlink()
966 unsigned int blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in ext4fs_get_new_blk_no()
1094 unsigned int inodes_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_get_new_inode_no()
1629 blksz = EXT2_BLOCK_SIZE(ext4fs_root); in read_allocated_block()
1630 log2_blksz = LOG2_BLOCK_SIZE(ext4fs_root) in read_allocated_block()
1642 ext4fs_get_extent_block(ext4fs_root, buf, in read_allocated_block()
1996 if ((ext4fs_file != NULL) && (ext4fs_root != NULL)) { in ext4fs_close()
1997 ext4fs_free_node(ext4fs_file, &ext4fs_root->diropen); in ext4fs_close()
2000 if (ext4fs_root != NULL) { in ext4fs_close()
2001 free(ext4fs_root); in ext4fs_close()
2002 ext4fs_root = NULL; in ext4fs_close()
2247 oldnode = &ext4fs_root->diropen; in ext4fs_find_file1()
2304 if (ext4fs_root == NULL) in ext4fs_open()
2308 status = ext4fs_find_file(filename, &ext4fs_root->diropen, &fdiro, in ext4fs_open()
2324 ext4fs_free_node(fdiro, &ext4fs_root->diropen); in ext4fs_open()
2377 ext4fs_root = data; in ext4fs_mount()
2383 ext4fs_root = NULL; in ext4fs_mount()