Searched refs:old_root_entries (Results 1 – 1 of 1) sorted by relevance
243 int old_root_entries = 0; variable3453 if(dir->count < old_root_entries) { in scan1_encomp_readdir()3456 for(i = 0; i < old_root_entries; i++) { in scan1_encomp_readdir()3508 if(dir->count < old_root_entries) { in scan1_single_readdir()3509 for(i = 0; i < old_root_entries; i++) { in scan1_single_readdir()4339 sizeof(struct old_root_entry_info) * (old_root_entries + 1)); in add_old_root_entry()4343 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry()4344 old_root_entry[old_root_entries].inode.inode = inode; in add_old_root_entry()4345 old_root_entry[old_root_entries].inode.inode_number = inode_number; in add_old_root_entry()4346 old_root_entry[old_root_entries].inode.type = type; in add_old_root_entry()[all …]