| The Linux Kernel API | ||
|---|---|---|
| <<< Previous | Next >>> | |
Check whether a dentry already exists for the given name, and return the inode number if it has an inode. Otherwise 0 is returned.
This routine is used to post-process directory listings for filesystems using synthetic inode numbers, and is necessary to keep getcwd working.
| <<< Previous | Home | Next >>> |
| is_subdir | Up | d_add |