HomeSort by: relevance | last modified time | path
    Searched refs:s_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
hash.c 34 struct file_hash * s_hash; local
49 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash));
50 s_hash->next = hash_table[hash_number];
51 s_hash->inode = spnt->inode;
52 s_hash->dev = spnt->dev;
53 s_hash->starting_block = spnt->starting_block;
54 s_hash->size = spnt->size;
55 hash_table[hash_number] = s_hash;
94 struct file_hash * s_hash; local
100 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash))
    [all...]
write.c 561 struct file_hash *s_hash; local
585 s_hash = find_hash(s_entry->dev, s_entry->inode);
586 if(s_hash)
593 set_733((char *) s_entry->isorec.extent, s_hash->starting_block);
594 set_733((char *) s_entry->isorec.size, s_hash->size);
1777 struct file_hash *s_hash; local
1790 s_hash = find_hash(s_entry->dev, s_entry->inode);
1791 if(s_hash)
1793 set_733((char *) s_entry->isorec.extent, s_hash->starting_block);
1795 s_entry->starting_block = s_hash->starting_block
    [all...]

Completed in 59 milliseconds