table of contents
other versions
SHRINK_DCACHE_PARENT(9) | The Linux VFS | SHRINK_DCACHE_PARENT(9) |
NAME¶
shrink_dcache_parent - prune dcache
SYNOPSIS¶
void shrink_dcache_parent(struct dentry * parent);
ARGUMENTS¶
struct dentry * parent
parent of entries to prune
DESCRIPTION¶
Prune the dcache to remove unused children of the parent dentry.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |