Searched refs:old_root_entries (Results 1 – 1 of 1) sorted by relevance
226 int old_root_entries = 0; variable3277 if(dir->count < old_root_entries) { in scan1_encomp_readdir()3280 for(i = 0; i < old_root_entries; i++) { in scan1_encomp_readdir()3332 if(dir->count < old_root_entries) { in scan1_single_readdir()3333 for(i = 0; i < old_root_entries; i++) { in scan1_single_readdir()4163 sizeof(struct old_root_entry_info) * (old_root_entries + 1)); 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()[all …]