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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.h62 #define hash_isfull(H) (SFX_CHECK(H)->hash_nodecount == (H)->hash_maxcount)
64 #define hash_isfull(H) ((H)->hash_nodecount == (H)->hash_maxcount)
66 #define hash_isempty(H) ((H)->hash_nodecount == 0)
67 #define hash_count(H) ((H)->hash_nodecount)
H A Ddircache.c278 AFP_ASSERT(queue_count == dircache->hash_nodecount);
450 AFP_ASSERT(dircache->hash_nodecount <= dircache_maxsize);
453 if (dircache->hash_nodecount == dircache_maxsize)
526 AFP_ASSERT(queue_count == index_didname->hash_nodecount
527 && queue_count == dircache->hash_nodecount);
575 AFP_ASSERT(queue_count == index_didname->hash_nodecount
576 && queue_count == dircache->hash_nodecount);
H A Dhash.c43 #define nodecount hash_nodecount
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dhash.h143 hashcount_t hash_nodecount; /* 3 */ member in struct:hash_t

Completed in 56 milliseconds