Searched refs:dx_get_hash (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c150 static inline unsigned dx_get_hash (struct dx_entry *entry);
206 static inline unsigned dx_get_hash (struct dx_entry *entry) function
259 printk("%x->%u ", i? dx_get_hash(entries + i): 0, dx_get_block(entries + i));
312 u32 block = dx_get_block(entries), hash = i? dx_get_hash(entries): 0;
313 u32 range = i < count - 1? (dx_get_hash(entries + 1) - hash): ~hash;
422 if (dx_get_hash(m) > hash)
435 if (dx_get_hash(++at) > hash)
445 dxtrace(printk(" %x->%u\n", at == entries? 0: dx_get_hash(at), dx_get_block(at)));
537 bhash = dx_get_hash(p->at);
1548 unsigned hash2 = dx_get_hash(entrie
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c149 static inline unsigned dx_get_hash(struct dx_entry *entry);
207 static inline unsigned dx_get_hash(struct dx_entry *entry) function
259 printk("%x->%lu ", i ? dx_get_hash(entries + i) :
314 ext4_lblk_t hash = i ? dx_get_hash(entries): 0;
315 u32 range = i < count - 1? (dx_get_hash(entries + 1) - hash): ~hash;
421 if (dx_get_hash(m) > hash)
434 if (dx_get_hash(++at) > hash)
444 dxtrace(printk(" %x->%u\n", at == entries? 0: dx_get_hash(at), dx_get_block(at)));
536 bhash = dx_get_hash(p->at);
1550 unsigned hash2 = dx_get_hash(entrie
[all...]

Completed in 130 milliseconds