table of contents
other versions
D_REHASH(9) | The Linux VFS | D_REHASH(9) |
NAME¶
d_rehash - add an entry back to the hash
SYNOPSIS¶
void d_rehash(struct dentry * entry);
ARGUMENTS¶
struct dentry * entry
dentry to add to the hash
DESCRIPTION¶
Adds a dentry to the hash according to its name.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |