Searched refs:old_root_entries (Results 1 – 1 of 1) sorted by relevance
235 int old_root_entries = 0; variable3356 if(dir->count < old_root_entries) { in scan1_encomp_readdir()3359 for(i = 0; i < old_root_entries; i++) { in scan1_encomp_readdir()3411 if(dir->count < old_root_entries) { in scan1_single_readdir()3412 for(i = 0; i < old_root_entries; i++) { in scan1_single_readdir()4242 sizeof(struct old_root_entry_info) * (old_root_entries + 1)); in add_old_root_entry()4246 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry()4247 old_root_entry[old_root_entries].inode.inode = inode; in add_old_root_entry()4248 old_root_entry[old_root_entries].inode.inode_number = inode_number; in add_old_root_entry()4249 old_root_entry[old_root_entries].inode.type = type; in add_old_root_entry()[all …]