.\" 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 "VXFS_IMMED_READLINK" "" "06 October 2005" "" ""
.SH NAME
vxfs_immed_readlink \- read immed symlink
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int vxfs_immed_readlink (struct dentry * \fIdp\fB, char * \fIbp\fB, int \fIbuflen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdp\fB\fR
dentry for the link
.TP
\fB\fIbp\fB\fR
output buffer
.TP
\fB\fIbuflen\fB\fR
length of \fIbp\fR
.SH "DESCRIPTION"
.PP
vxfs_immed_readlink calls vfs_readlink to read the link
described by \fIdp\fR into userspace.
.SH "RETURNS"
.PP
Number of bytes successfully copied to userspace.