REISERFS_FIND_ACTOR

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

reiserfs_find_actor - ``find actor'' reiserfs supplies to iget5_locked.  

SYNOPSIS

"SYNOPSIS"

int reiserfs_find_actor (struct inode * inode, void * opaque);  

ARGUMENTS

inode
inode from hash table to check
opaque
``cookie'' passed to iget5_locked. This is &reiserfs_iget_args.
 

DESCRIPTION

This function is called by iget5_locked 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.  

DESCRIPTION

This function is called by iget5_locked 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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:47 GMT, October 06, 2005