Searched refs:tmp (Results 1 – 1 of 1) sorted by relevance
61 unsigned long tmp = ino + minor + (major << 3); in hash() local62 tmp += tmp >> 5; in hash()63 return tmp & 31; in hash()137 struct dir_entry *de, *tmp; in dir_utime() local138 list_for_each_entry_safe(de, tmp, &dir_list, list) { in dir_utime()