generic_shutdown_super(9) centos man page | unix.com

Man Page: generic_shutdown_super

Operating Environment: centos

Section: 9

GENERIC_SHUTDOWN_SUP(9) 					   The Linux VFS					   GENERIC_SHUTDOWN_SUP(9)

NAME
generic_shutdown_super - common helper for ->kill_sb
SYNOPSIS
void generic_shutdown_super(struct super_block * sb);
ARGUMENTS
sb superblock to kill
DESCRIPTION
generic_shutdown_super does all fs-independent work on superblock shutdown. Typical ->kill_sb should pick all fs-specific objects that need destruction out of superblock, call generic_shutdown_super and release aforementioned objects. Note: dentries and inodes _are_ taken care of and do not need specific handling. Upon calling this function, the filesystem may no longer alter or rearrange the set of dentries belonging to this super_block, nor may it change the attachments of dentries to inodes.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 GENERIC_SHUTDOWN_SUP(9)
Related Man Pages
dumpe2fs(8) - linux
freeze_super(9) - centos
dumpe2fs(8) - opensolaris
dumpe2fs(8) - opendarwin
dumpe2fs(8) - x11r4
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
Tar Command
Docker learning Phase-I
[TIP] Processing YAML files with yq