void shrink_dcache_anon (struct hlist_head * head);
void shrink_dcache_anon
head of d_hash list of dentries to prune
Prune the dentries that are anonymous
parsing d_hash list does not read_barrier_depends as it done under dcache_lock.