table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
D_HASH_AND_LOOKUP(9) | The Linux VFS | D_HASH_AND_LOOKUP(9) |
NAME¶
d_hash_and_lookup - hash the qstr then search for a dentrySYNOPSIS¶
struct
dentry * d_hash_and_lookup(struct dentry * dir,
struct qstr * name);
ARGUMENTS¶
dirDirectory to search in
name
qstr of name we wish to find
DESCRIPTION¶
On lookup failure NULL is returned; on bad name - ERR_PTR(-error)COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |