1D_FIND_ANY_ALIAS(9)              The Linux VFS             D_FIND_ANY_ALIAS(9)
2
3
4

NAME

6       d_find_any_alias - find any alias for a given inode
7

SYNOPSIS

9       struct dentry * d_find_any_alias(struct inode * inode);
10

ARGUMENTS

12       inode
13           inode to find an alias for
14

DESCRIPTION

16       If any aliases exist for the given inode, take and return a reference
17       for one of them. If no aliases exist, return NULL.
18
20Kernel Hackers Manual 3.10         June 2019               D_FIND_ANY_ALIAS(9)
Impressum