Home
last modified time | relevance | path

Searched refs:hashfn (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dghash.h109 int ix = hashfn(pos);\
209 int ix = hashfn(pos);\
/linux-2.4.37.9/drivers/md/
Dlvm-snap.c109 #define hashfn(dev,block,mask,chunk_size) \ macro
124 &hash_table[hashfn(org_dev, org_start, mask, chunk_size)]; in lvm_find_exception_table()
152 &hash_table[hashfn(org_dev, org_start, mask, chunk_size)]; in lvm_hash_link()
/linux-2.4.37.9/fs/
Ddquot.c178 static inline int const hashfn(struct super_block *sb, unsigned int id, int type) in hashfn() function
185 struct list_head *head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id, dquot->dq_type); in insert_dquot_hash()
593 unsigned int hashent = hashfn(sb, id, type); in dqget()
/linux-2.4.37.9/fs/hfs/
Dcatalog.c130 static inline unsigned int hashfn(const struct hfs_mdb *mdb, in hashfn() function
150 return hash_table + hashfn(mdb, key); in hash()
DChangeLog488 Use volume create date in hashfn() rather than casting pointer to int.