Lines Matching refs:ext4fs_root

34 struct ext2_data *ext4fs_root;  variable
253 if (count > le32_to_cpu(ext4fs_root->sblock.inodes_per_group)) in _get_new_inode_no()
315 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()
351 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()
380 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_set_inode_bmap()
405 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_reset_inode_bmap()
512 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_update_parent_dentry()
646 LOG2_BLOCK_SIZE(ext4fs_root); in search_dir()
742 if (ext4fs_read_inode(ext4fs_root, inode_no, inode) == 0) in ext4fs_iget()
793 memcpy(parent_inode, ext4fs_root->inode, sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num()
947 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_filename_unlink()
969 unsigned int blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in ext4fs_get_new_blk_no()
1097 unsigned int inodes_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_get_new_inode_no()
1657 blksz = EXT2_BLOCK_SIZE(ext4fs_root); in read_allocated_block()
1658 log2_blksz = LOG2_BLOCK_SIZE(ext4fs_root) in read_allocated_block()
1675 ext4fs_get_extent_block(ext4fs_root, c, in read_allocated_block()
2033 if ((ext4fs_file != NULL) && (ext4fs_root != NULL)) { in ext4fs_close()
2034 ext4fs_free_node(ext4fs_file, &ext4fs_root->diropen); in ext4fs_close()
2037 if (ext4fs_root != NULL) { in ext4fs_close()
2038 free(ext4fs_root); in ext4fs_close()
2039 ext4fs_root = NULL; in ext4fs_close()
2258 oldnode = &ext4fs_root->diropen; in ext4fs_find_file1()
2315 if (ext4fs_root == NULL) in ext4fs_open()
2319 status = ext4fs_find_file(filename, &ext4fs_root->diropen, &fdiro, in ext4fs_open()
2335 ext4fs_free_node(fdiro, &ext4fs_root->diropen); in ext4fs_open()
2401 ext4fs_root = data; in ext4fs_mount()
2408 ext4fs_root = NULL; in ext4fs_mount()