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