D_REHASH

Section: The Linux VFS (9)
Updated: February 2011
Index Return to Main Contents
 

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.  

COPYRIGHT