.\" 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 "EXPORT_DECODE_FH" "" "06 October 2005" "" ""
.SH NAME
export_decode_fh \- default export_operations->decode_fh function
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct dentry * export_decode_fh (struct super_block * \fIsb\fB, __u32 * \fIfh\fB, int \fIfh_len\fB, int \fIfileid_type\fB, int (*\fIacceptable\fB)
void *context, struct dentry *de, void * \fIcontext\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsb\fB\fR
The superblock
.TP
\fB\fIfh\fB\fR
pointer to the file handle fragment
.TP
\fB\fIfh_len\fB\fR
length of file handle fragment
.TP
\fB\fIfileid_type\fB\fR
-- undescribed --
.TP
\fB\fIacceptable\fB\fR
function for testing acceptability of dentrys
.TP
\fB\fIcontext\fB\fR
context for \fIacceptable\fR
.SH "DESCRIPTION"
.PP
This is the default \fBdecode_fh\fR function.
a fileid_type of 1 indicates that the filehandlefragment
just contains an object identifier understood by get_dentry.
a fileid_type of 2 says that there is also a directory
identifier 8 bytes in to the filehandlefragement.