Searched refs:old_root_entries (Results 1 – 1 of 1) sorted by relevance
242 int old_root_entries = 0; variable3409 if(dir->count < old_root_entries) { in scan1_encomp_readdir()3412 for(i = 0; i < old_root_entries; i++) { in scan1_encomp_readdir()3464 if(dir->count < old_root_entries) { in scan1_single_readdir()3465 for(i = 0; i < old_root_entries; i++) { in scan1_single_readdir()4295 sizeof(struct old_root_entry_info) * (old_root_entries + 1)); in add_old_root_entry()4299 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry()4300 old_root_entry[old_root_entries].inode.inode = inode; in add_old_root_entry()4301 old_root_entry[old_root_entries].inode.inode_number = inode_number; in add_old_root_entry()4302 old_root_entry[old_root_entries].inode.type = type; in add_old_root_entry()[all …]