__NTFS_INIT_INODE

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

 

NAME

__ntfs_init_inode - initialize ntfs specific part of an inode  

SYNOPSIS

"SYNOPSIS"

void __ntfs_init_inode (struct super_block * sb, ntfs_inode * ni);  

ARGUMENTS

sb
super block of mounted volume
ni
freshly allocated ntfs inode which to initialize
 

DESCRIPTION

Initialize an ntfs inode to defaults.  

NOTE

ni->mft_no, ni->state, ni->type, ni->name, and ni->name_len are left untouched. Make sure to initialize them elsewhere.

Return zero on success and -ENOMEM on error.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

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