Shrink dcache for a superblock
void shrink_dcache_sb(struct super_block * sb);
sb
superblock
Shrink the dcache for the specified super block. This is used to free the dcache before unmounting a file system.