Searched defs:file_hash (Results 1 – 2 of 2) sorted by relevance
162 struct file_hash{ struct163 struct file_hash * next; argument164 ino_t inode; /* Used in the hash table */165 dev_t dev; /* Used in the hash table */166 unsigned int starting_block;167 unsigned int size;
353 struct htab *file_hash; member