1D_FIND_ANY_ALIAS(9) The Linux VFS D_FIND_ANY_ALIAS(9)
23
4
NAME
6d_find_any_alias - find any alias for a given inode
7
SYNOPSIS
9struct dentry * d_find_any_alias(struct inode * inode);
10
ARGUMENTS
12inode
13inode to find an alias for
14
DESCRIPTION
16If any aliases exist for the given inode, take and return a reference
17for one of them. If no aliases exist, return NULL.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 D_FIND_ANY_ALIAS(9)