NTFS_PUT_SUPER
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ntfs_put_super - called by the vfs to unmount a volume
SYNOPSIS
"SYNOPSIS"
void ntfs_put_super (struct super_block * sb);
ARGUMENTS
- sb
-
vfs superblock of volume to unmount
DESCRIPTION
ntfs_put_super is called by the VFS (from fs/super.c::do_umount) when
the volume is being unmounted (umount system call has been invoked) and it
releases all inodes and memory belonging to the NTFS specific part of the
super block.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:34 GMT, October 09, 2005