Lines Matching refs:file_hash
31 static struct file_hash * hash_table[NR_HASH] = {0,};
34 struct file_hash * s_hash; in FDECL1()
49 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash)); in FDECL1()
58 struct file_hash * FDECL2(find_hash, dev_t, dev, ino_t, inode){ in FDECL2()
60 struct file_hash * spnt; in FDECL2()
76 struct file_hash * fh, *fh1; in flush_hash()
91 static struct file_hash * directory_hash_table[NR_HASH] = {0,};
94 struct file_hash * s_hash; in FDECL2()
100 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash)); in FDECL2()
107 struct file_hash * FDECL2(find_directory_hash, dev_t, dev, ino_t, inode){ in FDECL2()
109 struct file_hash * spnt; in FDECL2()