1D_HASH_AND_LOOKUP(9) The Linux VFS D_HASH_AND_LOOKUP(9)
23
4
NAME
6d_hash_and_lookup - hash the qstr then search for a dentry
7
SYNOPSIS
9struct dentry * d_hash_and_lookup(struct dentry * dir,
10struct qstr * name);
11
ARGUMENTS
13dir
14Directory to search in
1516
name
17qstr of name we wish to find
18
DESCRIPTION
20On lookup failure NULL is returned; on bad name - ERR_PTR(-error)
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 D_HASH_AND_LOOKUP(9)