.\" 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 "GET_NAME" "9" "09 October 2005" "" "" .SH NAME get_name \- default export_operations->get_name function .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int get_name (struct dentry * \fIdentry\fB, char * \fIname\fB, struct dentry * \fIchild\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdentry\fB\fR the directory in which to find a name .TP \fB\fIname\fB\fR a pointer to a NAME_MAX+1 char buffer to store the name .TP \fB\fIchild\fB\fR the dentry for the child directory. .SH "DESCRIPTION" .PP calls readdir on the parent until it finds an entry with the same inode number as the child, and returns that.