1SHRINK_DCACHE_SB(9) The Linux VFS SHRINK_DCACHE_SB(9)
23
4
NAME
6shrink_dcache_sb - shrink dcache for a superblock
7
SYNOPSIS
9void shrink_dcache_sb(struct super_block * sb);
10
ARGUMENTS
12sb
13superblock
14
DESCRIPTION
16Shrink the dcache for the specified super block. This is used to free
17the dcache before unmounting a file system
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 SHRINK_DCACHE_SB(9)