1. NAME

d_find_any_alias - find any alias for a given inode

2. SYNOPSIS

struct dentry * d_find_any_alias(struct inode *  inode );

3. ARGUMENTS

inode
    inode to find an alias for

4. DESCRIPTION

If any aliases exist for the given inode, take and return a reference for one of them. If no aliases exist, return NULL.

5. COPYRIGHT