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

NAME

6       d_hash_and_lookup - hash the qstr then search for a dentry
7

SYNOPSIS

9       struct dentry * d_hash_and_lookup(struct dentry * dir,
10                                         struct qstr * name);
11

ARGUMENTS

13       dir
14           Directory to search in
15
16       name
17           qstr of name we wish to find
18

DESCRIPTION

20       On lookup failure NULL is returned; on bad name - ERR_PTR(-error)
21
23Kernel Hackers Manual 3.10         June 2019              D_HASH_AND_LOOKUP(9)
Impressum