NTFS_PUT_INODE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ntfs_put_inode - handler for when the inode reference count is decremented  

SYNOPSIS

"SYNOPSIS"

void ntfs_put_inode (struct inode * vi);  

ARGUMENTS

vi
vfs inode
 

DESCRIPTION

The VFS calls ntfs_put_inode every time the inode reference count (i_count) is about to be decremented (but before the decrement itself.

If the inode vi is a directory with two references, one of which is being dropped, we need to put the attribute inode for the directory index bitmap, if it is present, otherwise the directory inode would remain pinned for ever.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:34 GMT, October 09, 2005