table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
D_FIND_ANY_ALIAS(9) | The Linux VFS | D_FIND_ANY_ALIAS(9) |
NAME¶
d_find_any_alias - find any alias for a given inodeSYNOPSIS¶
struct
dentry *
d_find_any_alias(struct inode * inode);
ARGUMENTS¶
inodeinode 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¶
February 2017 | Kernel Hackers Manual 3.16 |