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