D_FIND_ALIAS

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

 

NAME

d_find_alias - grab a hashed alias of inode  

SYNOPSIS

"SYNOPSIS"

struct dentry * d_find_alias (struct inode * inode);  

ARGUMENTS

inode
inode in question
 

DESCRIPTION

If inode has a hashed alias - acquire the reference to alias and return it. Otherwise return NULL. Notice that if inode is a directory there can be only one alias and it can be unhashed only if it has no children.

If the inode has a DCACHE_DISCONNECTED alias, then prefer any other hashed alias over that one.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:44 GMT, October 06, 2005