Searched defs:file_hash (Results 1 – 3 of 3) 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;
456 struct htab *file_hash; member
472 struct htab *file_hash; member