__NTFS_INIT_INODE
Section: ()
Updated: 06 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: 05:30:20 GMT, October 06, 2005