Lines Matching refs:old_root_entry
231 struct old_root_entry_info *old_root_entry; variable
3281 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_encomp_readdir()
3283 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_encomp_readdir()
3284 &old_root_entry[i].inode, dir); in scan1_encomp_readdir()
3334 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_single_readdir()
3336 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_single_readdir()
3337 &old_root_entry[i].inode, dir); in scan1_single_readdir()
4162 old_root_entry = realloc(old_root_entry, in add_old_root_entry()
4164 if(old_root_entry == NULL) in add_old_root_entry()
4167 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry()
4168 old_root_entry[old_root_entries].inode.inode = inode; in add_old_root_entry()
4169 old_root_entry[old_root_entries].inode.inode_number = inode_number; in add_old_root_entry()
4170 old_root_entry[old_root_entries].inode.type = type; in add_old_root_entry()
4171 old_root_entry[old_root_entries++].inode.root_entry = TRUE; in add_old_root_entry()