.\" 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_INDEX_CTX_GET" "9" "09 October 2005" "" ""
.SH NAME
ntfs_index_ctx_get \- allocate and initialize a new index context
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ntfs_index_context * ntfs_index_ctx_get (ntfs_inode * \fIidx_ni\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIidx_ni\fB\fR
ntfs index inode with which to initialize the context
.SH "DESCRIPTION"
.PP
Allocate a new index context, initialize it with \fIidx_ni\fR and return it.
Return NULL if allocation failed.
.SH "LOCKING"
.PP
Caller must hold i_sem on the index inode.