SHRINK_DCACHE_SB

Section: The Linux VFS (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

shrink_dcache_sb - shrink dcache for a superblock  

SYNOPSIS

void shrink_dcache_sb(struct super_block * sb);
 

ARGUMENTS

sb

superblock
 

DESCRIPTION

Shrink the dcache for the specified super block. This is used to free the dcache before unmounting a file system.  

COPYRIGHT