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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dofork.c33 static struct ofork *ofork_table[OFORK_HASHSIZE]; /* forks hashed by dev/inode */ variable in typeref:struct:ofork
49 table = &ofork_table[hashfn(&of->key)];
108 next = ofork_table[hashfn(&s_of->key)];
343 for (of = ofork_table[hashfn(&key)]; of; of = of->next) {
377 for (of = ofork_table[hashfn(&key)]; of; of = of->next) {

Completed in 95 milliseconds