.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "__NTFS_INIT_INODE" "" "06 October 2005" "" "" .SH NAME __ntfs_init_inode \- initialize ntfs specific part of an inode .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __ntfs_init_inode (struct super_block * \fIsb\fB, ntfs_inode * \fIni\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsb\fB\fR super block of mounted volume .TP \fB\fIni\fB\fR freshly allocated ntfs inode which to initialize .SH "DESCRIPTION" .PP Initialize an ntfs inode to defaults. .SH "NOTE" .PP ni->mft_no, ni->state, ni->type, ni->name, and ni->name_len are left untouched. Make sure to initialize them elsewhere. .PP Return zero on success and -ENOMEM on error.