The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
Searches the children of the parent dentry for the name in question. If
the dentry is found its reference count is incremented and the dentry
is returned. The caller must use d_put to free the entry when it has
finished using it. NULL
is returned on failure.
<<< Previous | Home | Next >>> |
d_alloc_root | Up | d_validate |