1. NAME

shrink_dcache_parent - prune dcache

2. SYNOPSIS

void shrink_dcache_parent(struct dentry *  parent );

3. ARGUMENTS

parent
    parent of entries to prune

4. DESCRIPTION

Prune the dcache to remove unused children of the parent dentry.

5. COPYRIGHT