.\" 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 "REISERFS_FIND_ACTOR" "" "06 October 2005" "" ""
.SH NAME
reiserfs_find_actor \- ``find actor'' reiserfs supplies to iget5_locked.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int reiserfs_find_actor (struct inode * \fIinode\fB, void * \fIopaque\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
inode from hash table to check
.TP
\fB\fIopaque\fB\fR
``cookie'' passed to \fBiget5_locked\fR\&. This is &reiserfs_iget_args.
.SH "DESCRIPTION"
.PP
This function is called by \fBiget5_locked\fR to distinguish reiserfs inodes
having the same inode numbers. Such inodes can only exist due to some
error condition. One of them should be bad. Inodes with identical
inode numbers (objectids) are distinguished by parent directory ids.
.SH "DESCRIPTION"
.PP
This function is called by \fBiget5_locked\fR to distinguish reiserfs inodes
having the same inode numbers. Such inodes can only exist due to some
error condition. One of them should be bad. Inodes with identical
inode numbers (objectids) are distinguished by parent directory ids.