Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dexport.c66 static int hash_count; variable
477 hash_count++; in exp_readlock()
484 if (!hash_count && !hash_lock) { in exp_writelock()
492 while (hash_count || hash_lock) { in exp_writelock()
504 if (!hash_count && !hash_lock) in exp_writelock()
512 if (!hash_count && !hash_lock) in exp_unlock()
514 if (hash_count) in exp_unlock()
515 hash_count--; in exp_unlock()