The Linux Kernel API
Prev
Next
d_rehash
Name
d_rehash -- add an entry back to the hash
Synopsis
void d_rehash
(struct dentry * entry);
Arguments
entry
dentry to add to the hash
Description
Adds a dentry to the hash according to its name.
Prev
Home
Next
d_delete
Up
d_move