table of contents
D_FIND_ANY_ALIAS(9) | The Linux VFS | D_FIND_ANY_ALIAS(9) |
NAME¶
d_find_any_alias - find any alias for a given inode
SYNOPSIS¶
struct dentry * d_find_any_alias(struct inode * inode);
ARGUMENTS¶
inode
inode to find an alias for
DESCRIPTION¶
If any aliases exist for the given inode, take and return a reference for one of them. If no aliases exist, return NULL.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |