Find any alias for a given inode
struct dentry * d_find_any_alias(struct inode * inode);
inode
inode to find an alias for
If any aliases exist for the given inode, take and return a reference for one of them. If no aliases exist, return NULL.